Skip to content

Releases: aio-libs/aiosignal

1.4.0

03 Jul 22:54
1cf8014
Compare
Choose a tag to compare

Features

  • Added decorator functionality to Signal as a convenient way to add a callback -- by @Vizonex.
    #699 <https://github.com/aio-libs/aiosignal/pulls/699>_

  • Improved type safety by allowing callback parameters to be type checked (typing-extensions is now required for Python <3.13).
    Parameters for a Signal callback should now be defined like Signal[int, str] -- by @Vizonex and @Dreamsorcerer.
    #699 <https://github.com/aio-libs/aiosignal/pulls/699>, #710 <https://github.com/aio-libs/aiosignal/pulls/710>

Misc

  • Removed the sphinxcontrib-asyncio documentation dependency.
    #528 <https://github.com/aio-libs/aiosignal/pull/528>_

1.3.2

13 Dec 17:10
f90f6d4
Compare
Choose a tag to compare

Deprecations and Removals

  • Dropped Python 3.7 support. (#413)

  • Dropped Python 3.8 support. (#645)

Misc


1.3.1

08 Nov 16:04
2b8907d
Compare
Choose a tag to compare

Bugfixes

  • Removed stray quote and comma from setup.cfg preventing PyPI from accepting a
    release. (#361)

v1.2.0a0

16 Oct 15:24
Compare
Choose a tag to compare

Features

  • Added support for Python 3.10. (#328)

Bugfixes

  • Mark aiosignal as Python3-only package (#165)

v1.2.0

16 Oct 15:59
Compare
Choose a tag to compare

Features

  • Added support for Python 3.10. (#328)

Bugfixes

  • Mark aiosignal as Python3-only package (#165)

aiosignal 1.1.1 release

27 Nov 07:34
Compare
Choose a tag to compare

Changes

Features

  • Support type hints

aiosignal 1.1.0 release

27 Nov 07:33
Compare
Choose a tag to compare

Changes

Features

  • Added support of Python 3.8 and 3.9

v1.0.0

11 Nov 15:48
Compare
Choose a tag to compare
Groups -> Discourse

Initial release

28 Aug 22:18
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Initial release of the new aiosignal project, freshly extracted from the aiohttp project.