- Add TRANSCRIPTS to
AV::METADATA::FIELDS
- Add
BerkeleyLibrary::AV::Config.log_settings!
- Initial public release to RubyGems
- Rename
Record#ucb_access?
andMetadata#ucb_access?
tocalnet_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
Record#bib_number
andMetadata#bib_number
now return nil instead of raising an exception when the MARC field expected to contain a Millennium bib number contains something else.
- Add
Record#calnet_only?
in addition toRecord#ucb_access?
- Add
Metadata#calnet_only?
in addition toMetadata#ucb_access?
- Support declaring restrictions in 998$r as well as 95640$z (Alma) or 85642$y (TIND)
- Add Alma support
- Remove Millennium support
- Switch to
BerkeleyLibrary/logging
- Initial prerelease
- Send a custom
User-Agent
header to deal with new TIND firewall rules.