All Versions
73
Latest Version
Avg Release Cycle
32 days
Latest Release
-
Changelog History
Page 4
Changelog History
Page 4
-
v0.9.52 Changes
- โฌ๏ธ Upgrade to r2dbc 0.8.0 M8.
- Add r2dbc exceptions hierarchy.
- Add new methods.
- โฌ๏ธ Upgrade to r2dbc 0.8.0 M8.
-
v0.9.51 Changes
- Change default protocol encoding to
utf8mb4_unicode_ci
. See: https://github.com/jasync-sql/jasync-sql/pull/115 - ๐ Fix timeout issue when connecting to db is slow on pool: https://github.com/jasync-sql/jasync-sql/pull/114
- ๐ Fix static method of builder to match getting started.
๐ Initial Support for
r2dbc
:- Add multiple bindings support: https://github.com/jasync-sql/jasync-sql/pull/111
- Fix conversion for
BigInteger
andBigDecimal
. - Add
Batch
implementation for r2dbc: https://github.com/jasync-sql/jasync-sql/pull/109 - Support
returnGeneratedValues
forINSERT
statement: https://github.com/jasync-sql/jasync-sql/pull/108 - Fixes to r2dbc module: https://github.com/jasync-sql/jasync-sql/pull/104
- https://github.com/jasync-sql/jasync-sql/issues/98
- https://github.com/jasync-sql/jasync-sql/pull/99
๐ Features were released in couple of versions but the above is the version with all fixes.
- Change default protocol encoding to
-
v0.9.24 Changes
- ๐ Fix a leak in mysql driver: #101.
- โก๏ธ Update netty to
4.1.34.Final
.
-
v0.9.22 Changes
- โ Add logging on connection unregister.
-
v0.9.21 Changes
- โ Add sendDirect methods to ConcreteConnection to avoid casting: https://github.com/jasync-sql/jasync-sql/pull/95
-
v0.9.20 Changes
- โ Add thread pools to Configuration class instead of directly setting them: https://github.com/jasync-sql/jasync-sql/pull/94
-
v0.9.10 Changes
All changes in: https://github.com/jasync-sql/jasync-sql/pull/93
- โ Add support for interceptors.
- ๐ Change:
ConnectionPool
constuctor parameters changed. Class hierarchy for Connections changed: introducedConcreteConnection
. - ๐ Support ability to specify coroutines context: https://github.com/jasync-sql/jasync-sql/issues/80
-
v0.8.69 Changes
- โ Add logging for timeout.
-
v0.8.68 Changes
- โ Add support for application name / client name: https://github.com/jasync-sql/jasync-sql/pull/87