- Initial version - thanks mvandevy
- Fix csproj - thanks robvanpamel
- Fix table creation at startup - thanks robvanpamel
- Update MySql.Data dep to 8.0.12 - thanks robvanpamel
- Fix bug in table inspection - thanks renemadsen
- Remove misleading parameter names
- Update to Rebus 6
- New MySQL persistence based on Rebus.SqlServer - thanks kendallb
- Ported to open source MySqlConnector which is faster, fully async and under a better license - thanks kendallb
- Removed obsolete configuration functions ported from SQL Server - thanks kendallb
- Performance improvements for MySQL 5.7 by mixing partial async - thanks kendallbfor reads - thanks kendallb
- Removed Async bottleneck which is not really needed - thanks kendallb
- Remove MSSQL-specific index limitations - thanks kendallb
- Removed leased based transport and made it the default due to how MySQL works with row locking - thanks kendallb
- Change transaction isolation mode to REPEATABLE READ - thanks kendallb
- Add distributed saga exclusive locks - thanks kendallb
- Update Rebus dep to 7 prerelease - thanks kendallb
- Avoid MySQL access during startup if not creating tables - thanks kendallb
- Update MySqlConnector to 2.3.0
- Update to Rebus 8