Skip to content

Releases: Invoca/fibered_mysql2

Release v0.3.1

31 Oct 00:03
144732b
Compare
Choose a tag to compare

Fixed

  • Fixed bug in FiberedMysqlAdapter.new_client that was causing uninitialized constant errors.

Release v1.1.0

24 Oct 16:27
268e73f
Compare
Choose a tag to compare

Added

  • Support for Rails 7.0

Release v0.3.0

23 Oct 20:17
46d35bc
Compare
Choose a tag to compare

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

20 Aug 19:10
4be02e6
Compare
Choose a tag to compare

Fixed

  • Fixed issues in Rails 6.1+

Release v0.2.1

19 Aug 18:44
Compare
Choose a tag to compare

Fixed

  • Fixed bugs in Rails 6.1.

Release v1.0.0.colin.3

31 May 04:25
Compare
Choose a tag to compare

Added

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

Release v1.0.0

31 May 18:45
Compare
Choose a tag to compare

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

30 May 16:15
Compare
Choose a tag to compare

Added

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

Release v1.0.0.colin.1

27 May 02:40
Compare
Choose a tag to compare

Added

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

Release v0.1.0.colin.6

27 May 02:35
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.