Skip to content

Commit 3b7380b

Browse files
committed
Publish version 0.3.0
1 parent bc8c821 commit 3b7380b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@
2323
- Update EdgeDB error classes
2424
- Add `toJson` method to codegen result classes
2525
- Fix bug in connection config explain when password is empty string
26+
27+
# 0.3.0
28+
29+
- Fix cloud instance resolution by normalizing cloud instance names to
30+
lowercase when computing cloud host
31+
- Add support for pgvector extension (<https://www.edgedb.com/docs/stdlib/pgvector>)
32+
- Codegen bug fixes:
33+
- Fix query escaping
34+
- Fix bug when query returns scalar type that is not a builtin dart type

pubspec.yaml

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

77
environment:
8-
sdk: ">=2.17.0 <3.0.0"
8+
sdk: ">=2.17.0 <4.0.0"
99

1010
dependencies:
1111
crypto: ^3.0.2

0 commit comments

Comments
 (0)