Skip to content

Commit 76ddbe7

Browse files
committed
bump version
1 parent 6c51dda commit 76ddbe7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

55
Note: 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.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

lib/fibered_mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FiberedMysql2
4-
VERSION = "0.3.1"
4+
VERSION = "0.4.0.pre.tstarck.1"
55
end

0 commit comments

Comments
 (0)