Releases: Invoca/fibered_mysql2
Releases · Invoca/fibered_mysql2
Release v0.1.0.colin.5
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.
Release v0.1.0.colin.4
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.
Release v0.1.0.colin.3
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.
Release v0.1.0.colin.2
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.
Release v0.1.0.colin.1
Changed
- Renamed to
async_mysql2
. - Dropped support for
EM
,EM::Synchrony
in favor of Ruby 3.2 andAsync
.
Release v0.2.0
Added
- Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.
Release v0.2.0.jeb.1
Added
- Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.
Release v0.1.5
Changed
- Upgraded Bundler to 2.2.29 and Ruby to 2.7.5. Removed support for Rails 4.
- Modified FiberedMysql2::FiberedConditionVariable class to ensure compatibility with newer Ruby versions.