Skip to content

Releases: Invoca/fibered_mysql2

Release v0.1.0.colin.5

27 May 02:26
Compare
Choose a tag to compare

Changed

  • Renamed to async_mysql2.
  • Dropped support for EM, EM::Synchrony in favor of Ruby 3.2 and Async.

Release v0.1.0.colin.4

27 May 02:15
Compare
Choose a tag to compare

Changed

  • Renamed to async_mysql2.
  • Dropped support for EM, EM::Synchrony in favor of Ruby 3.2 and Async.

Release v0.1.0.colin.3

27 May 02:13
Compare
Choose a tag to compare

Changed

  • Renamed to async_mysql2.
  • Dropped support for EM, EM::Synchrony in favor of Ruby 3.2 and Async.

Release v0.1.0.colin.2

26 May 22:39
Compare
Choose a tag to compare

Changed

  • Renamed to async_mysql2.
  • Dropped support for EM, EM::Synchrony in favor of Ruby 3.2 and Async.

Release v0.1.0.colin.1

26 May 21:10
Compare
Choose a tag to compare

Changed

  • Renamed to async_mysql2.
  • Dropped support for EM, EM::Synchrony in favor of Ruby 3.2 and Async.

Release v0.2.0

12 Jan 17:11
Compare
Choose a tag to compare

Added

  • Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.

Release v0.2.0.jeb.1

11 Jan 18:54
Compare
Choose a tag to compare

Added

  • Added support for Rails 6+ by adding knowledge of lazy transactions to the adapter.

Release v0.1.5

25 Mar 16:39
Compare
Choose a tag to compare

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.