Skip to content

Releases: skar404/aio-clients

2.1.0

06 Apr 04:36
ffc854f
Compare
Choose a tag to compare

What's Changed

Changes:

  • support python 3.12
  • update aiohttp
python = ">=3.7,<4.0"
aiohttp = [
    { version = ">=3.8.6,<3.9", python = ">=3.7,<3.8" },
    { version = ">=3.9.3", python = ">=3.8" }
]
  • fix test

Full Changelog: 2.0.0...2.1.0

2.0.0

09 Aug 19:13
2c56d4e
Compare
Choose a tag to compare

What's Changed

Update to 2.0.0 by #8

This update introduces several significant changes.

  • Added a middleware parameter in Http (start, end)
  • Proper session closure in case of an error
  • Added additional parameters in Options (session_kwargs, request_kwargs)
  • Added pre-commit hook .pre-commit-config.yaml
  • Added additional tests.

Any pr

Full Changelog: 1.0.0...2.0.0

New releases 2.0.0-beta

09 Aug 19:06
b85d313
Compare
Choose a tag to compare
Pre-release

What's Changed

Update to 2.0.0-beta by #8

This update introduces several significant changes.

  • Added a middleware parameter in Http (start, end)
  • Proper session closure in case of an error
  • Added additional parameters in Options (session_kwargs, request_kwargs)
  • Added pre-commit hook .pre-commit-config.yaml
  • Added additional tests.

Any pr

Full Changelog: 1.0.0...2.0.0-beta

Release first stable version 1.0.0

07 Sep 16:52
82b1d09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/skar404/aio-clients/commits/1.0.0