We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53c210 commit a239818Copy full SHA for a239818
1 file changed
CHANGELOG.md
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.6.0 (May 29th, 2022)
8
+
9
+* Dropped Python 3.6 support (#458)
10
11
+### Added
12
13
+* Add _mapping property to the result set interface (#447 )
14
+* Add contributing docs (#453 )
15
16
+### Fixed
17
18
+* Fix query result named access (#448)
19
+* Fix connections getting into a bad state when a task is cancelled (#457)
20
+* Revert #328 parallel transactions (#472)
21
+* Change extra installations to specific drivers (#436)
22
23
## 0.5.4 (January 14th, 2022)
24
25
### Added
0 commit comments