Releases: Sage/mysql_framework
Releases · Sage/mysql_framework
v2.3.0
What's Changed
- Empty connection pool error handling by @noodl in #41
- FOX-3833 - Connection pooling by @PawelKlapec in #51
- introduces major improvements to MySQL connection pooling, updates documentation, and upgrades the development and test environments. The most significant change is the introduction of a robust, configurable connection pool implementation (MysqlConnectionPool), with enhanced lifecycle management and monitoring support. The Connector class is refactored to use this new pool, and the documentation is updated to reflect new pooling behaviors, configuration options, and metrics publishing features. Additionally, the development stack is modernized by upgrading Ruby and MySQL versions.
- Update publish workflow by @PawelKlapec in #52
New Contributors
- @noodl made their first contribution in #41
- @PawelKlapec made their first contribution in #51
Full Changelog: v2.1.9...v2.3.0
v2.1.9
What's Changed
- Allow nil conditions in where for backward compatibility by @marianomms in #47
- Bump version 2.1.9 by @marianomms in #48
New Contributors
- @marianomms made their first contribution in #47
Full Changelog: v2.1.8...v2.1.9
v2.1.8
What's Changed
- Fix script manager lock key by @guille-sage in #46
New Contributors
- @guille-sage made their first contribution in #46
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- PF: Add helper method to check if index is up to date by @florianpilz in #44
- Bump version since there was already a 2.1.6 by @florianpilz in #45
New Contributors
- @florianpilz made their first contribution in #44
Full Changelog: v2.1.6...v2.1.7
v2.1.6
What's Changed
- Migrate CI to Github Actions by @alvarez-moreno-sergio in #43
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- FOX-2594: Remove LIMIT clause for
index_exists?by @alvarez-moreno-sergio in #42
Full Changelog: v2.1.4...v2.1.5