Commit 3b7380b 1 parent bc8c821 commit 3b7380b Copy full SHA for 3b7380b
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 23
23
- Update EdgeDB error classes
24
24
- Add ` toJson ` method to codegen result classes
25
25
- 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
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.2.2
3
+ version : 0.3.0
4
4
homepage : https://www.edgedb.com
5
5
repository : https://github.com/edgedb/edgedb-dart
6
6
7
7
environment :
8
- sdk : " >=2.17.0 <3 .0.0"
8
+ sdk : " >=2.17.0 <4 .0.0"
9
9
10
10
dependencies :
11
11
crypto : ^3.0.2
You can’t perform that action at this time.
0 commit comments