Skip to content

expiring-value-4.0.0

Compare
Choose a tag to compare
@kernwig kernwig released this 19 Sep 22:22
· 3 commits to master since this release
b39cc70

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.

Full Changelog: expiring-value-3.0.0...expiring-value-4.0.0