Releases: edgedb/edgedb-dart
Releases · edgedb/edgedb-dart
v0.5.1
v0.5.0
v0.4.0
- Add support for multiranges in EdgeDB 4.0
- Update to handle EdgeDB protocol v2
- Add support for project default database config
- Fix handling of
EDGEDB_CLOUD_PROFILE
env var when instance name is
specified as a config option tocreateClient
- Update error classes
v0.3.0
- Fix cloud instance resolution by normalizing cloud instance names to
lowercase when computing cloud host - Add support for pgvector extension (https://www.edgedb.com/docs/stdlib/pgvector)
- Codegen bug fixes:
- Fix query escaping
- Fix bug when query returns scalar type that is not a builtin dart type
v0.2.2
v0.2.1
v0.2.0
- Add support for cloud instances and
secretKey
option - Add support for tuples in query parameters (requires EdgeDB >= v3.0)
- Fix some bugs in codegen:
- Validate the generated codec is compatible with the codec returned by
the server at runtime if type descriptor ids don't match (Can happen if
the generated query method is run against a different EdgeDB instance from
the one that was used to run codegen) - Fix handling of optional and complex query parameters
- Validate the generated codec is compatible with the codec returned by