Releases: quantmind/aio-openapi
Releases · quantmind/aio-openapi
v2.7.0
- Allow for multiple
order_by
in the query string
- Replace
order_desc
query string parameter with sign in front of parameter for descending ordering
- Fix bug in bulk insert
v2.6.0
- remove
uvloop
from dependencies
- fix doc build
v2.5.2
- Drop support for python 3.7 and add support for python 3.10
- Use poetry as package manager
v2.3.1
Merge pull request #268 from quantmind/master
2.3.1
v2.3.0
Backward incompatible Release
- The library works with SqlAlchemy version >= 1.4
- Uses sqlalchemy async API
- Fix mypy file
- Drop sqlalchemy query compiler (no longer needed)
v2.2.1
- Fix openapi version to 3.0.3
v2.2.0
- Drop support for python 3.6
- Use
sentry-sdk
for sentry integration
v2.1.2
- Critical bug fix in Channel events method
- Make channels dictionary private in websocket Channels
- More websocket docs
- increased coverage
v2.1.1
Minor bug-fix release to catch ConnectionResetError
errors in websocket connections to avoid spamming logs