We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb4e0b commit 9b68b88Copy full SHA for 9b68b88
CHANGELOG.md
@@ -41,6 +41,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
41
42
## [1.8.0] - 2022-08-17
43
44
+The minor release with time zones and interval support for datetime.
45
+
46
### Added
47
48
- Optional msgpack.v5 usage (#124)
@@ -55,6 +57,11 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
55
57
56
58
## [1.7.0] - 2022-08-02
59
60
+This release adds a number of features. The extending of the public API has
61
+become possible with a new way of creating requests. New types of requests are
62
+created via chain calls. Streams, context and prepared statements support are
63
+based on this idea.
64
65
66
67
- SSL support (#155)
0 commit comments