Releases: yykamei/rails_band
Releases · yykamei/rails_band
v0.13.0
What's Changed
Dependencies
- Bump actions/create-github-app-token from 1 to 2 by @dependabot[bot] in #157
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #161
- Bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #168
Other changes
- Add
gem 'concurrent-ruby', '1.3.4'to avoid NameError by @yykamei in #156 - Updates "Supported Instrumentation API hooks" by @yykamei in #158
- Support start_transaction.active_record by @yykamei in #159
- Pin GitHub Actions to full-length commit SHAs for enhanced security by @Copilot in #163
- Support Rails 8.1+ log subscriber detachment by @yykamei in #166
- Add Ruby 3.4 in ci.yml by @yykamei in #167
- feat: Add Rails 8.0 support to CI matrix by @yykamei in #170
- test: Add minitest 6.x compatibility for mock objects by @yykamei in #172
- feat: Add Rails 8.1 support to CI matrix by @yykamei in #173
- feat: Support rate_limit.action_controller event by @yykamei in #174
New Contributors
- @Copilot made their first contribution in #163
Full Changelog: v0.12.0...v0.13.0
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_runtimetoperform.active_job#108 (yykamei) - Add
:localsto render_partial and render_template #106 (yykamei) - Add
:requesttoredirect.action_dispatch#104 (yykamei) - Support redirect.action_dispatch #101 (yykamei)
- Support process_middleware.action_dispatch #98 (yykamei)
Closed issues:
- Unsubscribe
ActionDispatch::LogSubscriber#100