Skip to content

Releases: Sage/mysql_framework

v2.3.0

06 May 10:24
9201938

Choose a tag to compare

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

Full Changelog: v2.1.9...v2.3.0

v2.1.9

13 Feb 11:33
c2cff39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.8...v2.1.9

v2.1.8

29 Sep 08:01
25ced0a

Choose a tag to compare

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

28 Aug 07:39
96ff7c6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.6...v2.1.7

v2.1.6

28 Aug 07:29
07f3157

Choose a tag to compare

What's Changed

Full Changelog: v2.1.5...v2.1.6

v2.1.5

21 Aug 08:50
0614eb0

Choose a tag to compare

What's Changed

Full Changelog: v2.1.4...v2.1.5

v2.1.4

12 Mar 15:56
3eb56ab

Choose a tag to compare

#40 Use a mutex in MysqlFramework::Connector#check_out and MysqlFramework::Connector#check_in.

v2.1.3

12 Mar 15:54
34c0f3a

Choose a tag to compare

#39 Ensure result.free is called when calling MysqlFramework::Connector#execute.

v2.1.2

10 Mar 07:08
d014476

Choose a tag to compare

#38 allow nil condition values for backwards compatibility

v2.1.1

08 Mar 09:50
2d02cd4

Choose a tag to compare

#37 Handle a nil client parameter in the MysqlFramework::Connector#check_in method.