File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44
55Note: this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.4.0] - Unreleased
8+ ### Added
9+ - Support for Rails 7.1
10+
11+ ### Removed
12+ - Removed support for Rails 6.1 and below.
13+
14+ ### Changed
15+ #### FiberedMysql2Adapter
16+ - Updated to no longer include EM::Synchrony::ActiveRecord::Adapter_4_2 as it is no longer necessary.
17+ - Removed TransactionManager overrides as they are no longer necessary.
18+
19+ #### FiberedMysql2::FiberedDatabaseConnectionPool
20+ - Updated to only override methods needed in Rails 7.0.
21+ - Removed double-checking in #connection for cached connection.
22+ - Updated #checkout patch to use #reap instead of our custom #reaped_connections method.
23+
724## [ 0.3.1] - 2024-10-30
825### Fixed
926- Fixed bug in FiberedMysqlAdapter.new_client that was causing ` uninitialized constant ` errors.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- fibered_mysql2 (0.3 .1 )
4+ fibered_mysql2 (0.4.0.pre.tstarck .1 )
55 em-synchrony (~> 1.0 )
66 rails (>= 7.0 , < 7.2 )
77
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module FiberedMysql2
4- VERSION = "0.3 .1"
4+ VERSION = "0.4.0.pre.tstarck .1"
55end
You can’t perform that action at this time.
0 commit comments