8000 Tags · dilshodev-py/aiogram · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dilshodev-py/aiogram

Tags

v3.13.0

Toggle v3.13.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Resolve error created by the dependabot.

v3.12.0

Toggle v3.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump version

v3.11.0

Toggle v3.11.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump version

v3.10.0

Toggle v3.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump version

v3.9.0

Toggle v3.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Fixed mypy

v3.8.0

Toggle v3.8.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump version

v3.7.0

Toggle v3.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump changelog and API version

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Bump docs

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add context manager support for bot client (aiogram#1468)

* Add context manager support for bot client

The bot client now supports the context manager protocol, providing automatic resource management. This enhancement helps to automatically close the session when leaving the context, which cleans up resources better. The documentation and tests have been updated accordingly to illustrate this new feature. Moreover, an example of usage without a dispatcher has been provided to clarify its use in simple cases.

* Added changelog

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
JrooTJunior Alex Root Junior
Update changelog + version

0