We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5adda7b commit d7b91d4Copy full SHA for d7b91d4
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.4.0
2
+
3
+- Add support for multiranges in EdgeDB 4.0
4
+- Update to handle EdgeDB protocol v2
5
+- Add support for project default database config
6
+- Fix handling of `EDGEDB_CLOUD_PROFILE` env var when instance name is
7
+ specified as a config option to `createClient`
8
+- Update error classes
9
10
# 0.3.0
11
12
- Fix cloud instance resolution by normalizing cloud instance names to
pubspec.yaml
@@ -1,6 +1,6 @@
name: edgedb
description: Official Dart client library for EdgeDB
-version: 0.3.0
+version: 0.4.0
homepage: https://www.edgedb.com
repository: https://github.com/edgedb/edgedb-dart
0 commit comments