Releases: aio-libs/aiosignal
Releases · aio-libs/aiosignal
1.4.0
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 aSignal
callback should now be defined likeSignal[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
1.3.1
v1.2.0a0
v1.2.0
aiosignal 1.1.1 release
Changes
Features
- Support type hints
aiosignal 1.1.0 release
Changes
Features
- Added support of Python 3.8 and 3.9
v1.0.0
Initial release
Initial release of the new aiosignal project, freshly extracted from the aiohttp project.