Skip to content

Releases: edgedb/edgedb-dart

v0.5.1

22 Jul 10:14
Compare
Choose a tag to compare
  • Fix bug in decoding of secret key JWT payload

v0.5.0

13 May 12:33
Compare
Choose a tag to compare
  • Add support for branching in EdgeDB 5.0 (branch option / EDGEDB_BRANCH env var / branch param in DSN)

v0.4.0

07 Nov 12:12
Compare
Choose a tag to compare
  • 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 to createClient
  • Update error classes

v0.3.0

23 Jun 09:58
Compare
Choose a tag to compare
  • 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

06 Jun 11:41
Compare
Choose a tag to compare
  • Update EdgeDB error classes
  • Add toJson method to codegen result classes
  • Fix bug in connection config explain when password is empty string

v0.2.1

06 Jun 11:41
Compare
Choose a tag to compare
  • Update to handle new instance name rules
  • Fix sending of secret key parameter in connection handshake

v0.2.0

28 Feb 19:03
Compare
Choose a tag to compare
  • 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