We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0d0b commit 6c8314cCopy full SHA for 6c8314c
CHANGELOG.md
@@ -17,3 +17,9 @@
17
18
- Update to handle new instance name rules
19
- Fix sending of secret key parameter in connection handshake
20
+
21
+# 0.2.2
22
23
+- Update EdgeDB error classes
24
+- Add `toJson` method to codegen result classes
25
+- Fix bug in connection config explain when password is empty string
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: edgedb
2
description: Official Dart client library for EdgeDB
3
-version: 0.2.1
+version: 0.2.2
4
homepage: https://www.edgedb.com
5
repository: https://github.com/edgedb/edgedb-dart
6
0 commit comments