All Versions
23
Latest Version
Avg Release Cycle
93 days
Latest Release
1012 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.0 Changes
January 27, 2022- ๐ Fix
Connection#transaction
method to return the block value as the result. (#159, #160, thanks @bcardiff) - โ Add
DB::ColumnTypeMismatchError
error with column and type information. (#156, thanks @jwoertink, @bcardiff) - ๐ Improve
DB::MappingException
error. (#129, thanks @straight-shoota) - Close connection resource when connection is lost. (#155, thanks @stakach, @bcardiff)
- Discard closed connections in the pool when they are returned. (#154, thanks @stakach)
- ๐ Fix typo in
Mode.from_rs
argument type. (#142, thanks @dukeraphaelng) - ๐ท Migrate CI to GitHub Actions. (#147, #152, thanks @oprypin, thanks @straight-shoota)
๐ This release requires Crystal 1.0.0 or later.
Note: For drivers implementations #156 adds a
abstract def next_column_index : Int32
toResultSet
so there is a breaking-change that does not affect consumers of the library. - ๐ Fix
-
v0.10.1 Changes
March 22, 2021- โ Add docs for
DB::Database#setup_connection
(#139, thanks @jgaskins)
- โ Add docs for
-
v0.10.0 Changes
September 30, 2020 -
v0.9.0 Changes
April 06, 2020 -
v0.8.0 Changes
December 11, 2019- โ Add
DB::Serializable
. (#115, thanks @nickbclifford)
๐ This release requires Crystal 0.25.0 or later.
- โ Add
-
v0.7.0 Changes
September 20, 2019- (breaking-change)
#exec
,#query
,#scalar
methods require named argument for array values (#110, thanks @straight-shoota) - ๐ Fix pool issues when creating simultaneous connections. (#109, thanks @bcardiff)
- ๐ Fix compatibility issues for upcoming Crystal 0.31.0. (#111, thanks @bcardiff)
- โ Added
DB::Pool#stats
. (#109, thanks @bcardiff)
- (breaking-change)
-
v0.6.0 Changes
August 02, 2019- ๐ Fix compatibility issues for Crystal 0.30.0. (#108, thanks @bcardiff)
- ๐ Fix
BeginTransaction#transaction
rollback due to protocol error. (#101, thanks @straight-shoota) - CI includes Crystal nightly. (#106, thanks @bcardiff)
- โ Add the Cassandra driver. (#94, thanks @kaukas)
- ๐ Several docs improvements. (#99, #96, #107, thanks @nickelghost, @greenbigfrog, @MatthiasWinkelmann)
-
v0.5.1 Changes
November 07, 2018 -
v0.5.0 Changes
December 29, 2017- ๐ Fix compatibility issues for crystal 0.24.0. No changes in the api.