Sha256: a1abf0de0b9886b57fe02fa676045dd410089dda729e6c280d315d70d4c90bc9
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
# 0.0.7.1 (24 May 2022) - Set minimum Nokogiri version to address [CVE-2022-29181](https://nvd.nist.gov/vuln/detail/CVE-2022-29181) # 0.0.7 (6 May 2022) - `SRU#get_marc_records` now accepts a `max_records` parameter corresponding to the SRU `maximumRecords` query parameter for page size. - `BerkeleyLibrary::Alma::Config.default!` now returns the `Config` singleton rather than an arbitrary config value. # 0.0.6 (5 May 2022) - `SRU#get_marc_records` now supports paginated results. # 0.0.5 (4 May 2022) - extracts `SRU` module for performing SRU queries. - MARCXML parsing now uses `MARC::NokogiriReader` rather than the `REXML` default. # 0.0.4 (15 February 2022) - adds `BarCode` subclass of `RecordId`, to look up bibliographic records by item barcode. Note that since barcodes have no consistent format, `BarCode` objects need to be constructed deliberately with `BarCode#new`, not with `RecordId#parse`. # 0.0.3 (3 February 2022) - use `local_field_996` instead of `other_system_number` when making SRU queries for Millennium records - accept leading upper-case B in bib numbers # 0.0.2 (26 January 2022) - update to [berkeley_library-marc](https://github.com/BerkeleyLibrary/marc) 0.3.1 # 0.0.1 (25 January 2022) - initial public release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
berkeley_library-alma-0.0.7.1 | CHANGES.md |