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 64e41c5 commit 5cea6a4Copy full SHA for 5cea6a4
CHANGELOG.md
@@ -38,6 +38,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
38
39
## [1.8.0] - 2022-08-17
40
41
+The minor release with time zones and interval support for datetime.
42
+
43
### Added
44
45
- Optional msgpack.v5 usage (#124)
@@ -52,6 +54,11 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
52
54
53
55
## [1.7.0] - 2022-08-02
56
57
+This release adds a number of features. The extending of the public API has
58
+become possible with a new way of creating requests. New types of requests are
59
+created via chain calls. Streams, context and prepared statements support are
60
+based on this idea.
61
62
63
64
- SSL support (#155)
0 commit comments