Releases: ebsco/edsapi-ruby
Releases · ebsco/edsapi-ruby
Improved results error handling
logger dependency removed
Changed
- logger dependency removed since it's been part of the standard library.
Configurable cache
Fixed
- Fixed a bug where the cached auth key isn't deleted if it expires before its cache expiration. This should only occur in rare cases where the auth token cache expiration exceeds 30 minutes.
Added
- Cache expiration is configurable for individual EDS API calls (time unit = seconds).
Changed
- Default cache expiration for auth keys is now 25 minutes instead of 30 to make sure they are always refreshed before their 30 minute expiration. If an expiration is configured longer than 25 minutes, it is reset to 25 minutes automatically.
Bug fixes: #85 and #86
List retrieval bug fixes
- List retrieval returns a repeating list of just the first record.
- List retrieval fails to increment the EDS result id.
Citation link replacement
You can specify find and replace regular expressions to either replace or remove links in citations.
Suppresses EBSCOhost links in citation styles and exports
EBSCOhost links in citation styles and exports are removed by default. They can be included by setting remove_citation_links to false in the config or by setting the ENV var EDS_REMOVE_CITATION_LINKS to false.
Citation styles and exports
Adds support for citation styles and export (RIS).