Skip to content

Releases: quantmind/aio-kong

v3.7.0

Choose a tag to compare

@lsbardel lsbardel released this 28 Jun 11:52

What's Changed

Full Changelog: v3.6.0...v3.7.0

v3.6.0

Choose a tag to compare

@lsbardel lsbardel released this 21 Jun 09:13

What's Changed

  • The command line tool is now optional and installed via pip install aio-kong[cli]
  • Use project metadata in project.toml by @lsbardel in #110

Full Changelog: v3.5.0...v3.6.0

v3.5.0

Choose a tag to compare

@lsbardel lsbardel released this 29 Oct 21:38
  • Better typing of rest section via generics
  • Python 3.13 support

v3.4.0

Choose a tag to compare

@lsbardel lsbardel released this 16 Jun 14:48

Full Changelog: v3.3.2...v3.4.0

v3.3.2

Choose a tag to compare

@lsbardel lsbardel released this 30 Jun 17:02
  • Fix user-agent header
  • Re-instate the kongfig command line script

v3.3.0

Choose a tag to compare

@lsbardel lsbardel released this 28 May 18:02
  • Tested with kong 3.3
  • Improved the routes.apply_json method

v3.0.0

Choose a tag to compare

@lsbardel lsbardel released this 18 Dec 11:54

What's Changed

  • Kong 3.x
  • Support python 3.10 and 3.11
  • Typing and mypy check

Full Changelog: v2.8.0...v3.0.0

v2.8.0

Choose a tag to compare

@lsbardel lsbardel released this 07 Sep 12:01
828c931
  • Use same versioning as kong

v0.9.1

Choose a tag to compare

@lsbardel lsbardel released this 26 Mar 10:38
  • Works for python 3.8, 3.9, 3.10
  • Tested with kong 2.8

version 0.8.2

Choose a tag to compare

@lsbardel lsbardel released this 08 Dec 19:41
9fd910d
  • Add routes to the main client, not just services
  • Support python 3.9
  • Better testing workflow