Releases: qlient-org/python-qlient
Releases · qlient-org/python-qlient
v1.0.0
What's Changed
-
BREAKING CHANGE: Release 1.0.0 by @qlient-org in #32
-
Build upon qlient-core
-
Add subscription support
Full Changelog: v0.2.3-beta...v1.0.0
Qlient v0.2.3 Beta
This release includes:
- deepsource.io integration
- support for different json libraries (ujson, orjson, ...)
- a lot of docstrings
Qlient v0.2.0 Beta
Qlient v0.2.0 Beta Release
This release includes:
- support for nested fields
- removal of subtraction operator
- updated documentation
- more unittests
Qlient v0.1.2 Alpha
What's Changed
- Add unittests and fix mutation type issue by @dfseifert in #25
Full Changelog: v0.1.1-alpha...v0.1.2-alpha
Qlient v0.1.1 Alpha
Fix docs
Qlient v0.1.0 Alpha
What's Changed
There are soooo many changes.
- I've moved away from
mike
and am now using plain mkdocs - removed transport and added backends because graphql is not bound to plain web servers
- added more unittests