Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.79 KB

File metadata and controls

60 lines (39 loc) · 1.79 KB

0.5.0 (2025-11-06)

  • AP-487: correctly declare mime type for mp3s
  • dependency updates and explicit support for ruby 3.3+

0.4.3 (2025-11-04)

  • BerkeleyLibrary::AV::Metadata::Readers:TIND now uses the /api/v1/search endpoint to retrieve records. The public /search endpoint stopped working for non-browser/human clients in the past week due to TIND changes.
  • BerkeleyLibrary::AV::Util#do_get sources the TIND API key from ENV['LIT_TIND_API_KEY'] if it's set.

0.4.2 (2024-10-10)

  • Add TRANSCRIPTS to AV::METADATA::FIELDS

0.4.1 (2023-02-21)

  • Add BerkeleyLibrary::AV::Config.log_settings!

0.4.0 (2023-01-05)

  • Initial public release to RubyGems

0.3.0 (2022-02-01)

  • Rename Record#ucb_access? and Metadata#ucb_access? to calnet_or_ip? for clarity.
  • Remove the following methods:
    • Record#player_link_text
    • Metadata#player_link_text
    • Metadata#player_url
  • Remove the following constants:
    • AV::Constants::RESTRICTIONS_CALNET
    • AV::Constants::RESTRICTIONS_UCB_IP
    • AV::Constants::RESTRICTIONS
    • AV::Constants::RESTRICTIONS_NONE

0.2.3 (2022-01-05)

  • Record#bib_number and Metadata#bib_number now return nil instead of raising an exception when the MARC field expected to contain a Millennium bib number contains something else.

0.2.2 (2022-01-03)

  • Add Record#calnet_only? in addition to Record#ucb_access?

0.2.1 (2021-11-08)

  • Add Metadata#calnet_only? in addition to Metadata#ucb_access?
  • Support declaring restrictions in 998$r as well as 95640$z (Alma) or 85642$y (TIND)

0.2.0 (2021-10-21)

0.1.0 (2021-08-05)

  • Initial prerelease
  • Send a custom User-Agent header to deal with new TIND firewall rules.