Releases: Nasdaq/active_record_proxy_adapters
Releases · Nasdaq/active_record_proxy_adapters
v0.10.2
What's Changed
- Fix Rack middleware thread variable leak (v0.10.x port) by @mateuscruz in #238
Full Changelog: v0.10.1...v0.10.2
v0.9.3
What's Changed
- Fix Rack middleware thread variable leak by @mateuscruz in #237
Full Changelog: v0.9.2...v0.9.3
v0.10.1
What's Changed
- Wrap all database tasks in a writing role block by @mateuscruz in #188
- Bump gem to version 0.10.0 by @mateuscruz in #196
- Update Changelog by @mateuscruz in #197
- Fix hijacked methods for all supported ActiveRecord versions by @mateuscruz in #210
Full Changelog: v0.10.0...v0.10.1
v0.9.2
What's Changed
- Fix hijacked methods for all supported ActiveRecord versions by @mateuscruz in #209
Full Changelog: v0.9.1...v0.9.2
v0.10.0
What's Changed
- Post release updates by @mateuscruz in #152
- Bump ruby to version 3.4.6 by @mateuscruz in #153
- Add support for ActiveRecord 8.1 by @mateuscruz in #154
- Add script to run rspec in parallel against all versions by @mateuscruz in #156
- Remove ActiveRecord 7.0 boilerplate by @mateuscruz in #157
- Drop support for ActiveRecord 7.1.x by @mateuscruz in #155
- Bump rack from 2.2.18 to 2.2.19 by @dependabot[bot] in #161
- Docker environment improvements by @mateuscruz in #158
- Bump rack from 2.2.19 to 2.2.20 by @dependabot[bot] in #162
- Bump json from 2.15.0 to 2.15.1 by @dependabot[bot] in #163
- Bump puma from 7.0.4 to 7.1.0 by @dependabot[bot] in #164
- Bump Rails 8.1 to non-beta release by @mateuscruz in #165
- Add pry console by @mateuscruz in #166
- Bump ruby versions by @mateuscruz in #167
- Bump rspec from 3.13.1 to 3.13.2 by @dependabot[bot] in #171
- Bump json from 2.15.1 to 2.15.2 by @dependabot[bot] in #172
- Bump rubocop from 1.81.1 to 1.81.6 by @dependabot[bot] in #168
- Update issue templates by @mateuscruz in #174
- Bump rake from 13.3.0 to 13.3.1 by @dependabot[bot] in #176
- Bump timeout from 0.4.3 to 0.4.4 by @dependabot[bot] in #177
- Bump digest from 3.2.0 to 3.2.1 by @dependabot[bot] in #179
- Bump rack from 2.2.20 to 2.2.21 by @dependabot[bot] in #180
- Bump rubocop from 1.81.6 to 1.81.7 by @dependabot[bot] in #181
- Wrap all database tasks in a writing role block by @mateuscruz in #189
- Use regexp timeout for matching by @mateuscruz in #190
- Bump json from 2.15.2 to 2.16.0 by @dependabot[bot] in #192
- Bump rubocop-rspec from 3.7.0 to 3.8.0 by @dependabot[bot] in #195
Full Changelog: v0.9.0...v0.10.0
v0.9.1
What's Changed
- Post release updates by @mateuscruz in #152
- Remove ActiveRecord 7.0 boilerplate by @mateuscruz in #157
- Wrap all database tasks in a writing role block by @mateuscruz in #188
Full Changelog: v0.9.0...v0.9.1
v0.8.1
What's Changed
- Update Changelog by @mateuscruz in #121
- Wrap all database tasks in a writing role block by @mateuscruz in #187
Full Changelog: v0.8.0...v0.8.1
v0.9.0
Breaking Changes
- Drop support for ActiveRecord 7.0.x by @mateuscruz in #100
- Drop support for Ruby 3.1.x by @mateuscruz in #101
What's Changed
- Update Changelog by @mateuscruz in #121
- Add ability to require only core files by @mateuscruz in #122
- Bump rubocop from 1.80.0 to 1.80.1 by @dependabot[bot] in #124
- Uninstall simplecov-cobertura by @mateuscruz in #125
- Load core files from library root by @mateuscruz in #126
- Move loading of PostgreSQLProxy to its own Railtie by @mateuscruz in #127
- Move loading of Mysql2Proxy to its own railtie by @mateuscruz in #128
- Move loading of TrilogyProxy to its own Railtie by @mateuscruz in #129
- Move loading of SQLite3Proxy to its own railtie by @mateuscruz in #130
- Bump pg from 1.6.1 to 1.6.2 by @dependabot[bot] in #132
- Bump puma from 6.6.1 to 7.0.1 by @dependabot[bot] in #134
- Bump rubocop from 1.80.1 to 1.80.2 by @dependabot[bot] in #133
- Bump rubocop-rspec from 3.6.0 to 3.7.0 by @dependabot[bot] in #131
- Bump puma from 7.0.1 to 7.0.3 by @dependabot[bot] in #135
- Add script shortcut to exec appraisals by @mateuscruz in #137
- Fix circular require warning by @ankane in #138
- Fix connection stickiness for inserts with Trilogy by @ankane in #139
- Bump json from 2.13.2 to 2.14.1 by @dependabot[bot] in #141
- Remove middleware from core files by @mateuscruz in #144
- Fix connection stickiness for inserts with Trilogy, take 2 by @ankane in #145
- Fix database tasks tests compatibility with ActiveRecord 8.0.3 by @mateuscruz in #146
- Bump rack from 2.2.17 to 2.2.18 by @dependabot[bot] in #147
- Bump puma from 7.0.3 to 7.0.4 by @dependabot[bot] in #148
- Bump rubocop from 1.80.2 to 1.81.1 by @dependabot[bot] in #149
- Bump mysql2 from 0.5.6 to 0.5.7 by @dependabot[bot] in #150
- Load core files from railties by @mateuscruz in #151
New Contributors
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Fix CI Pipeline by @mateuscruz in #115
- Bump rubocop from 1.79.2 to 1.80.0 by @dependabot[bot] in #118
- Wrap regex matching in a
timeoutblock to prevent ReDoS by @mateuscruz in #116 - Return top of stack role only if it includes the proxy connection class by @mateuscruz in #120
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Fix greedy regexes causing timeout with long SQL writes by @mateuscruz in #114
- Bump rubocop from 1.79.1 to 1.79.2 by @dependabot[bot] in #112
Full Changelog: v0.7.1...v0.7.2