Skip to content

Latest commit

 

History

History
73 lines (35 loc) · 4.49 KB

CHANGELOG.md

File metadata and controls

73 lines (35 loc) · 4.49 KB

Changelog

0.2.2 (2025-01-31)

Miscellaneous Chores

  • explicitly add rack >= 2 runtime dependency (#22) (366bfa8)

0.2.1 (2025-01-31)

Continuous Integration

  • add rack 2 and 3 via appraisal gem (#21) (b603427)

Code Refactoring

  • remove direct dependency on redis-rb (#19) (08d7a48)

0.2.0 (2025-01-30)

Continuous Integration

Miscellaneous Chores

  • update Rakefile to use rspec (#7) (eb866ee)

Documentation

Features

  • add request hashing (#16) (f0169fe)
  • allow redis store to receive a connection pool (#13) (adafc66)
  • properly handle concurrent requests from Memory and Redis stores (#15) (d7fbbcc)

Bug Fixes

  • docs: document the correct default expiration time (#17) (ac0ea44)

Code Refactoring

  • better organise the idempotent request public interface (#10) (0f07fb2)
  • change default store duration to 5 minutes (#14) (6fa2537)
  • remove configurable routes (#12) (2463b55)

0.1.1 (2023-03-31)

Bug Fixes

  • check size of path segments against each configured route (#3) (248d6ca)

0.1.0 (2023-01-20)

Miscellaneous Chores