v0.11.0
- Fix
Connection#transactionmethod to return the block value as the result. (#159, #160, thanks @bcardiff) - Add
DB::ColumnTypeMismatchErrorerror with column and type information. (#156, thanks @jwoertink, @bcardiff) - Improve
DB::MappingExceptionerror. (#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_rsargument 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 to ResultSet so there is a breaking-change that does not affect consumers of the library.