Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.29 KB

CHANGES.md

File metadata and controls

45 lines (28 loc) · 1.29 KB

(next)

  • Add alma-oclc-lookup script.

0.0.7.1 (24 May 2022)

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)

0.0.1 (25 January 2022)

  • initial public release