Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
[0.4.0] - 2022-03-20¶
Fixed¶
- Swap 
!and+operations in query parsing to actually use!operation for.query_required_singlemethod. PR #173 by @refi64. 
[0.3.0] - 2022-03-02¶
Added¶
- Add support for JSON output via 
.jsonproperty forQueries. 
Misc¶
- Bump dependencies.
 
[0.2.0] - 2022-02-10¶
Added¶
- Add support for 
Python 3.10. - Add support for 
EdgeDB 1.0. - Add new operation type 
+that is used for.query_singlemethod instead. 
Changed¶
- Pin 
edgedb0.19.0as minimal required version. !operation is now used for.query_required_singlemethod.- Use new 
.query_single/.query_required_singlemethod instead of.query_one. 
Misc¶
- Bump dependencies.
 - Update 
EdgeQLlexer from latest master commit. - Move 
EdgeQLqueries files used in tests intodbschemadirectory created byedgedb project. - Update tests and documentation to get rid of 
EdgeDB's DNS. - Update documentation.
 - Use 
edgedb/setup-edgedbaction to installEdgeDB CLIand runEdgeDBinstance for tests. - Use 
snok/install-poetry@v1to installPoetry. - Add 
Python 3.10in CI's matrix when running tests. - Run CI using latest 
EdgeDB 1.0version. 
[0.1.0] - 2021-05-17¶
Added¶
- Add support for 
Python 3.9. - Support transactions as arguments in queries.
 
Misc¶
- Bump dependencies.
 - Add cache for dependencies in CI.
 - Add 
Python 3.9in CI's matrix when running tests. - Run CI using latest 
EdgeDB Beta 2version. - Update CI using latest stable actions.
 - Migrate to GitHub-native Dependantbot.
 - Replace 
docker-composewithedgedb projects. - Move 
pytest,coverage,mypyandisortconfiguration intopyproject.toml. - Run 
flake8on tests withflake8-pytest-styleand fix issues. 
[0.0.5] - 2020-09-02¶
Changed¶
- Pin 
edgedb-pythonversion on>= 0.9.0. 
Misc¶
- Run CI on 
EdgeDB Alpha 5. 
[0.0.4] - 2020-08-22¶
Changed¶
- Change queries parsing allowing arbitrary comments in queries.
 
[0.0.3] - 2020-08-14¶
Added¶
- Support 
aiosqlvia custom adapter. 
Changed¶
Misc¶
- Update 
netlify-actionto update existing message with docs deployment instead of spaming with new one. 
[0.0.2] - 2020-08-11¶
Added¶
- Support positional arguments in queries.
 - Include 
py.typedfile for providing types information for type checkers. - Support running queries through pools.
 
Changed¶
- Pin 
edgedb-pythonon^0.9.0. 
Fixed¶
- Fix typos and examples in docs.
 
Misc¶
- Move to 
noxfrom scripts. - Run CI on 
EdgeDB alpha 4. 
[0.0.1] - 2020-04-09¶
Added¶
- First release.