Releases: yykamei/rails_band
Releases · yykamei/rails_band
v0.12.0
v0.11.0
What's Changed
Dependencies
- Update sqlite3 requirement from ~> 1.4 to ~> 2.0 by @dependabot in #143
Other changes
- Support cache_increment.active_support by @yykamei in #146
- Support cache_decrement.active_support by @yykamei in #147
- Support cache_delete_matched.active_support by @yykamei in #148
- Support cache_cleanup.active_support by @yykamei in #149
- Support cache_prune.active_support by @yykamei in #150
- Support message_serializer_fallback.active_support by @yykamei in #151
- Support process.action_mailbox by @yykamei in #152
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.9.0
v0.8.4
v0.8.3
What's Changed
Dependencies
- Bump actions/checkout from 3 to 4 by @dependabot in #121
Other changes
- Update README.md to add enqueue_all.active_job by @yykamei in #119
- Support enqueue_all.active_job by @yykamei in #120
- Support Rails 7.1 in CI by @yykamei in #122
- Set explicit string key for Rails cache by @yykamei in #123
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
v0.8.0
Implemented enhancements:
- Add
:db_runtime
toperform.active_job
#108 (yykamei) - Add
:locals
to render_partial and render_template #106 (yykamei) - Add
:request
toredirect.action_dispatch
#104 (yykamei) - Support redirect.action_dispatch #101 (yykamei)
- Support process_middleware.action_dispatch #98 (yykamei)
Closed issues:
- Unsubscribe
ActionDispatch::LogSubscriber
#100