Skip to content

Commit d7b91d4

Browse files
committed
Publish version 0.4.0
1 parent 5adda7b commit d7b91d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
# 0.3.0
211

312
- Fix cloud instance resolution by normalizing cloud instance names to

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: edgedb
22
description: Official Dart client library for EdgeDB
3-
version: 0.3.0
3+
version: 0.4.0
44
homepage: https://www.edgedb.com
55
repository: https://github.com/edgedb/edgedb-dart
66

0 commit comments

Comments
 (0)