expiring-value-4.0.0
What's Changed
- Issue #144 - Move to Rackspace by @kernwig in #145
- Moved project and to Rackspace - documentation now embedded in project
- Issue #146 ExpiringValue caches failures by @kernwig in #147
- New default behavior: If the factory function rejects/throws, the value is returned but immediately expired. The next call to
get()
will retry. - New option on the constructor to choose to cache errors instead - the old behavior.
- Major version bump because of default behavior change.
- New default behavior: If the factory function rejects/throws, the value is returned but immediately expired. The next call to
Full Changelog: expiring-value-3.0.0...expiring-value-4.0.0