Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

34 lines (16 loc) · 1.25 KB

RequestLocals 2.0.0 (2019-05-20)

  • Always use a random uuid to identify the request in the store. Thanks @gtmax!

RequestLocals 1.0.3 (2017-06-06)

  • Improve API compatibility with request_store by adding key? and exist?. Thanks @abrisse!

RequestLocals 1.0.2 (2017-01-25)

  • Remove Rails deprecation warning for ActionDispatch::Reloader. Thanks @abrisse!

RequestLocals 1.0.1 (2016-06-6)

  • Update the concurrent-ruby dependency to ensure tests are working in newer versions of Ruby. Thanks @sgringwe!

RequestLocals 1.0.0 (2016-02-1)

RequestLocals 0.0.3 (2015-04-13)

  • Removed the dependency for ActiveSupport in favour of Forwardable.

RequestLocals 0.0.2 (2015-04-13)

  • The fetch operation is now atomic (uses compute_if_absent).

RequestLocals 0.0.1 (2015-04-11)

  • Initial Version.