edgedb 0.2.2 copy "edgedb: ^0.2.2" to clipboard
edgedb: ^0.2.2 copied to clipboard

Official Dart client library for EdgeDB

0.1.0 #

  • First release of edgedb-dart 🎉

0.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

0.2.1 #

  • Update to handle new instance name rules
  • Fix sending of secret key parameter in connection handshake

0.2.2 #

  • Update EdgeDB error classes
  • Add toJson method to codegen result classes
  • Fix bug in connection config explain when password is empty string