Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Releases: quantmind/aio-openapi

v2.7.1

25 Feb 23:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

03 Feb 08:59
Compare
Choose a tag to compare
  • 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

31 Dec 15:09
Compare
Choose a tag to compare
  • remove uvloop from dependencies
  • fix doc build

v2.5.2

16 Dec 23:03
Compare
Choose a tag to compare
  • Drop support for python 3.7 and add support for python 3.10
  • Use poetry as package manager

v2.3.1

25 Apr 12:23
319cb68
Compare
Choose a tag to compare
Merge pull request #268 from quantmind/master

2.3.1

v2.3.0

24 Apr 13:17
101d195
Compare
Choose a tag to compare

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

13 Mar 21:21
40e10bb
Compare
Choose a tag to compare
  • Fix openapi version to 3.0.3

v2.2.0

14 Feb 17:33
47be34d
Compare
Choose a tag to compare
  • Drop support for python 3.6
  • Use sentry-sdk for sentry integration

v2.1.2

09 Jan 15:29
4b811f5
Compare
Choose a tag to compare
  • Critical bug fix in Channel events method
  • Make channels dictionary private in websocket Channels
  • More websocket docs
  • increased coverage

v2.1.1

04 Jan 19:13
25b65f8
Compare
Choose a tag to compare

Minor bug-fix release to catch ConnectionResetError errors in websocket connections to avoid spamming logs