Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@nsidnev nsidnev released this 10 Feb 16:34
· 55 commits to master since this release
ae2f677

Added

  • Add support for Python 3.10.
  • Add support for EdgeDB 1.0.
  • Add new operation type + that is used for .query_single method instead.

Changed

  • Pin edgedb 0.19.0 as minimal required version.
  • ! operation is now used for .query_required_single method.
  • Use new .query_single/.query_required_single method instead of .query_one.

Misc

  • Bump dependencies.
  • Update EdgeQL lexer from latest master commit.
  • Move EdgeQL queries files used in tests into dbschema directory created by edgedb project.
  • Update tests and documentation to get rid of EdgeDB's DNS.
  • Update documentation.
  • Use edgedb/setup-edgedb action to install EdgeDB CLI and run EdgeDB instance for tests.
  • Use snok/install-poetry@v1 to install Poetry.
  • Add Python 3.10 in CI's matrix when running tests.
  • Run CI using latest EdgeDB 1.0 version.