Commit 550286e 1 parent bad5cbd commit 550286e Copy full SHA for 550286e
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 0.1.0
2
2
3
3
- First release of edgedb-dart 🎉
4
+
5
+ # 0.2.0
6
+
7
+ - Add support for cloud instances and ` secretKey ` option
8
+ - Add support for tuples in query parameters (requires EdgeDB >= v3.0)
9
+ - Fix some bugs in codegen:
10
+ - Validate the generated codec is compatible with the codec returned by
11
+ the server at runtime if type descriptor ids don't match (Can happen if
12
+ the generated query method is run against a different EdgeDB instance from
13
+ the one that was used to run codegen)
14
+ - Fix handling of optional and complex query parameters
Original file line number Diff line number Diff line change 1
1
name : edgedb
2
2
description : Official Dart client library for EdgeDB
3
- version : 0.1 .0
3
+ version : 0.2 .0
4
4
homepage : https://www.edgedb.com
5
5
repository : https://github.com/edgedb/edgedb-dart
6
6
You can’t perform that action at this time.
0 commit comments