Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 22:54
· 14 commits to master since this release
1cf8014

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>_