Releases: Invoca/fibered_mysql2
Releases · Invoca/fibered_mysql2
Release v0.3.1
Fixed
- Fixed bug in FiberedMysqlAdapter.new_client that was causing
uninitialized constant
errors.
Release v1.1.0
Added
- Support for Rails 7.0
Release v0.3.0
Added
- Support for Rails 7.0.
Removed
- Removed support for Rails 6.0 and Rails 5.
Changed
- Clean up FiberedMysql2ConnectionFactory#fibered_mysql2_connection to better match Mysql2Adapter behavior.
- Change FiberedMysql2::FiberedDatabaseConnectionPool#initialize to match ActiveRecord::ConnectionAdapters::ConnectionPool#initialize arguments.
Release v1.0.1
Fixed
- Fixed issues in Rails 6.1+
Release v0.2.1
Fixed
- Fixed bugs in Rails 6.1.
Release v1.0.0.colin.3
Added
- Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.
Release v1.0.0
Changed
- Changed to Ruby 3.2.1 with Async rather than EventMachine+Synchrony. Only support Rails 6.0 as Rails 7
already has a similar feature:isolation_level: :fiber
.
Release v1.0.0.colin.2
Added
- Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.
Release v1.0.0.colin.1
Added
- Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.
Release v0.1.0.colin.6
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.