- Fix: Do not retry on ActiveRecord::QueryCanceled errors
- Feature: Add support for Rails 7
- Change: Drop support for older versions
- Chore: Test against MySQL 8
- Fix: Handle ActiveRecord::ConnectionNotEstablished errors too
- Fix: Do not retry on ActiveRecord::StatementTimeout errors
- Change error message for Rails 6.0
- Load database config from db_config instead
- Add Active Record 6.0 and master to build matrix
- Add activerecord-5.2 test
- Add error messages accessor
- Fix mysql2 dependency
- Added "Connection was killed" as an error string to reconnect on.
- Support AR 5.0 (RP#5 @ssig33)
- Fix test (use docker-compose)
- Remove
retryable_transaction
- Disable support AR 3.x 4.0
- use BigDecimal for sleep
- add handling error ('The MySQL server is running with the --read-only...')
- Retry mode is added
- Retry is disabled by default
- Read-only mode is added
- Retry transaction is supported
- activerecord-mysql-reconnect is released