File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1- ## v0.9.0 (2019-04-06)
1+ ## v0.10.0 (2020-09-30)
2+
3+ * Fix mutex deadlock in setup_connection. ([ #128 ] ( https://github.com/crystal-lang/crystal-db/pull/128 ) , thanks @straight-shoota )
4+ * Add logging for executing queries. ([ #134 ] ( https://github.com/crystal-lang/crystal-db/pull/134 ) , thanks @bcardiff )
5+ * Allow ` DB::Pool ` to be used a generic connection pool. ([ #131 ] ( https://github.com/crystal-lang/crystal-db/pull/131 ) , thanks @jgaskins )
6+
7+ This release requires Crystal 0.35.0 or later.
8+
9+ ## v0.9.0 (2020-04-06)
210
311* Fix compatibility issues for Crystal 0.34.0. ([ #124 ] ( https://github.com/crystal-lang/crystal-db/pull/124 ) , thanks @bcardiff )
412* Fix readme sample. ([ #117 ] ( https://github.com/crystal-lang/crystal-db/pull/117 ) , thanks @bcardiff )
Original file line number Diff line number Diff line change 11name : db
2- version : 0.9 .0
2+ version : 0.10 .0
33
44authors :
55 - Brian J. Cardiff <bcardiff@manas.tech>
Original file line number Diff line number Diff line change 11module DB
2- VERSION = " 0.9 .0"
2+ VERSION = " 0.10 .0"
33end
You can’t perform that action at this time.
0 commit comments