Skip to content

Commit 550286e

Browse files
committed
Bump version to v0.2.0 and update changelog
1 parent bad5cbd commit 550286e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# 0.1.0
22

33
- 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

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.1.0
3+
version: 0.2.0
44
homepage: https://www.edgedb.com
55
repository: https://github.com/edgedb/edgedb-dart
66

0 commit comments

Comments
 (0)