Skip to content

Releases: yykamei/rails_band

v0.13.0

28 Dec 13:17

Choose a tag to compare

What's Changed

Dependencies

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

02 Oct 00:25

Choose a tag to compare

What's Changed

Other changes

Full Changelog: v0.11.0...v0.12.0

v0.11.0

27 Jun 05:39

Choose a tag to compare

What's Changed

Dependencies

Other changes

Full Changelog: v0.10.0...v0.11.0

v0.10.0

24 Apr 14:04

Choose a tag to compare

What's Changed

Features

Other changes

Full Changelog: v0.9.0...v0.10.0

v0.9.0

14 Mar 13:57

Choose a tag to compare

What's Changed

Features

Other changes

  • Exclude Ruby=2.7 and rails=7.1 from CI strategy by @yykamei in #129

Full Changelog: v0.8.4...v0.9.0

v0.8.4

04 Jan 01:46
f3f4574

Choose a tag to compare

What's Changed

Other changes

Full Changelog: v0.8.3...v0.8.4

v0.8.3

12 Nov 22:24

Choose a tag to compare

What's Changed

Dependencies

Other changes

Full Changelog: v0.8.2...v0.8.3

v0.8.2

08 Jul 13:15

Choose a tag to compare

What's Changed

Other changes

  • Do not use the singleton methods on ActiveSupport::Deprecation by @yykamei in #118

Full Changelog: v0.8.1...v0.8.2

v0.8.1

29 Mar 00:38

Choose a tag to compare

What's Changed

  • Fix the access to .action_on_strict_loading_violation by @yykamei in #115
  • Update CHANGELOG.md by @github-actions in #116
  • Remove CHANGELOG and rely on GitHub releases by @yykamei in #117

Full Changelog: v0.8...v0.8.1

v0.8.0

30 Jan 21:32

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Add :db_runtime to perform.active_job #108 (yykamei)
  • Add :locals to render_partial and render_template #106 (yykamei)
  • Add :request to redirect.action_dispatch #104 (yykamei)
  • Support redirect.action_dispatch #101 (yykamei)
  • Support process_middleware.action_dispatch #98 (yykamei)

Closed issues:

  • Unsubscribe ActionDispatch::LogSubscriber #100