CHANGELOG.md in ebsco-eds-1.0.5 vs CHANGELOG.md in ebsco-eds-1.0.6
- old
+ new
@@ -2,16 +2,23 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [1.0.6] - 2018-14-02
+### 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.
+
## [1.0.5] - 2018-11-02
### Fixed
- Fixed a bug where fulltext html becomes nil after sanitizing. [#85](https://github.com/ebsco/edsapi-ruby/issues/85)
- Fixed a bug where the url protocol is missing from fulltext custom links. [#86](https://github.com/ebsco/edsapi-ruby/issues/86)
-
## [1.0.4] - 2018-10-29
### Fixed
- List retrieval returns a repeating list of just the first record.
- List retrieval fails to increment the EDS result id.
@@ -79,9 +86,10 @@
## [0.3.11.pre] - 2017-09-06
### Added
- Adds KW (keywords) and SH (subject heading) to solr search fields
+[1.0.6]: https://github.com/ebsco/edsapi-ruby/compare/1.0.5...1.0.6
[1.0.5]: https://github.com/ebsco/edsapi-ruby/compare/1.0.4...1.0.5
[1.0.4]: https://github.com/ebsco/edsapi-ruby/compare/1.0.3...1.0.4
[1.0.3]: https://github.com/ebsco/edsapi-ruby/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/ebsco/edsapi-ruby/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/ebsco/edsapi-ruby/compare/1.0.0...1.0.1