Release notes 0.4.1
- Implemented Bot API 3.3.
- Fix long responses into webhook (Automatically will be used simple requests for delayed responses instead response into webhook).
- Small fixes and other minor improvements.
You can install new version from pypi:
- Implemented Bot API 3.3.
- Fix long responses into webhook (Automatically will be used simple requests for delayed responses instead response into webhook).
- Small fixes and other minor improvements.
You can install new version from pypi:
pip install aiogram -URelease notes 0.4.2
- Implemented errors handler in dispatcher
- Provide to change filename when send any file.
- DANGER: Changed key scheme in redis FSM storage adapter (added 'fsm:' prefix to keys)
- Implemented bot executor (helper for running bot process)
- Implemented tasks context management.
- Middlewares now is deprecated.
- Updated setup information (change development status to stable)
- Optimizations and other minor changes
You can install new version from pypi:
- Implemented errors handler in dispatcher
- Provide to change filename when send any file.
- DANGER: Changed key scheme in redis FSM storage adapter (added 'fsm:' prefix to keys)
- Implemented bot executor (helper for running bot process)
- Implemented tasks context management.
- Middlewares now is deprecated.
- Updated setup information (change development status to stable)
- Optimizations and other minor changes
You can install new version from pypi:
pip install aiogram -U👍1
The development of new major update (1.0.0) confirmed.
In this update planned:
- Rewrite all telegram object types classes.
- Rewrite main bot class.
- Remove BaseBot class and use only one bot class (
In this update planned:
- Rewrite all telegram object types classes.
- Rewrite main bot class.
- Remove BaseBot class and use only one bot class (
aiogram.Bot) because new-style types provide item assignment.Release notes 0.4.3
- Bugfixes //
- Bugfixes //
- Bugfixes //
You can install new version from pypi:
- Bugfixes //
Dispatcher.register_callback_query_handler- Bugfixes //
Dispatcher.async_task- Bugfixes //
utils.executorYou can install new version from pypi:
pip install aiogram -URelease notes 1.0: "A new era!"
Github: https://github.com/aiogram/aiogram
- Remaked data types serialization/deserialization mechanism (Speed up).
- Fully rewrited all Telegram data types.
- Bot object was fully rewritted (regenerated).
- Full provide Telegram Bot API 3.4+ (with sendMediaGroup)
- Warning: Now
- Fixed compability with uvloop.
- More employments for
- Allowed to disable
- Other bug fixes and minor improvements.
- Migrated from Bitbucket to Github.
In process: Tests and more pages of docs.
You can install new version from pypi:
Github: https://github.com/aiogram/aiogram
- Remaked data types serialization/deserialization mechanism (Speed up).
- Fully rewrited all Telegram data types.
- Bot object was fully rewritted (regenerated).
- Full provide Telegram Bot API 3.4+ (with sendMediaGroup)
- Warning: Now
BaseStorage.close() is awaitable! (FSM)- Fixed compability with uvloop.
- More employments for
aiogram.utils.context.- Allowed to disable
ujson.- Other bug fixes and minor improvements.
- Migrated from Bitbucket to Github.
In process: Tests and more pages of docs.
You can install new version from pypi:
pip install aiogram -UGitHub
GitHub - aiogram/aiogram: aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio - aiogram/aiogram
Forwarded from BotNews
The Bot API v.3.5 is alive and well.
- Added support for the new albums feature.
- Added support for pinned messages in channels.
Full changelog:
https://core.telegram.org/bots/api-changelog#november-17-2017
- Added support for the new albums feature.
- Added support for pinned messages in channels.
Full changelog:
https://core.telegram.org/bots/api-changelog#november-17-2017
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
Small update: v1.0.1
Github: https://github.com/aiogram/aiogram
- Implemented
- Danger! Fixed typo in word
- Fixed helper for chat actions (
- Added example for media group.
You can install new version from pypi:
Github: https://github.com/aiogram/aiogram
- Implemented
types.InputFile for more easy sending local files- Danger! Fixed typo in word
pooling. Now whatever all methods with that word marked as deprecated and original methods is renamed to polling. Check it in you'r code before updating!- Fixed helper for chat actions (
types.ChatActions)- Added example for media group.
You can install new version from pypi:
pip install aiogram -URelease notes v1.0.2
Github: https://github.com/aiogram/aiogram
- Send media group via webhook response.
- Small changes in logging messages.
- Bug fixes and other minor improvements.
You can install new version from pypi:
Github: https://github.com/aiogram/aiogram
- Send media group via webhook response.
- Small changes in logging messages.
- Bug fixes and other minor improvements.
You can install new version from pypi:
pip install aiogram -UGitHub
GitHub - aiogram/aiogram: aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio - aiogram/aiogram
Release notes v1.0.3
Github: https://github.com/aiogram/aiogram
- Added middlewares mechanism.
- Added example for middlewares and throttling manager.
- Added logging middleware (
- Fixed handling errors in async tasks (marked as '
- Small fixes and other minor improvements.
You can install new version from pypi:
Github: https://github.com/aiogram/aiogram
- Added middlewares mechanism.
- Added example for middlewares and throttling manager.
- Added logging middleware (
aiogram.contrib.middlewares.logging.LoggingMiddleware)- Fixed handling errors in async tasks (marked as '
async_task')- Small fixes and other minor improvements.
You can install new version from pypi:
pip install aiogram -UGitHub
GitHub - aiogram/aiogram: aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio - aiogram/aiogram
Release notes v1.0.4
- Fix error replacing 'to_json' by 'to_python' (in reply markup objects)
- Added ContextMiddleware for storing data when Update object is alive (for transfering data between filters and handlers or etc.)
- Allow to iterate over TelegramObject:
You can install new version from pypi:
- Fix error replacing 'to_json' by 'to_python' (in reply markup objects)
- Added ContextMiddleware for storing data when Update object is alive (for transfering data between filters and handlers or etc.)
- Allow to iterate over TelegramObject:
TelegramObject.__iter__: iterate over key-value pairsTelegramObject.iter_keys: iterate over keysTelegramObject.iter_values: iterate over valuesYou can install new version from pypi:
pip install aiogram -UReleased new version of aiogram (v1.1)
Release notes: https://github.com/aiogram/aiogram/releases/tag/v1.1
You can install new version from pypi:
Release notes: https://github.com/aiogram/aiogram/releases/tag/v1.1
You can install new version from pypi:
pip install aiogram -UGitHub
Release Refactoring · aiogram/aiogram
Added more methods for data types (like message.reply_sticker(...) or file.download(...)
Typo fixes of documentstion
Allow to set default parse mode for messages (Bot( ... , parse_mode='HTML...
Typo fixes of documentstion
Allow to set default parse mode for messages (Bot( ... , parse_mode='HTML...
Minor changes in the latest release notes:
- Allow to set default parse mode for messages (
- Allow to set default parse mode for messages (
Bot( ... , parse_mode='HTML'))Released new version of aiogram (v1.2)
Release notes:
https://github.com/aiogram/aiogram/releases/tag/v1.2
You can install new version from pypi:
Release notes:
https://github.com/aiogram/aiogram/releases/tag/v1.2
You can install new version from pypi:
pip install aiogram -UGitHub
Release Bot API 3.6 · aiogram/aiogram
Full provide Telegram Bot API 3.6
Fixed critical error: Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Implemented connection pool in RethinkDB driver
Typo fixes of documentstion...
Fixed critical error: Fatal Python error: PyImport_GetModuleDict: no module dictionary!
Implemented connection pool in RethinkDB driver
Typo fixes of documentstion...
Released new version of aiogram (v1.2.1)
https://github.com/aiogram/aiogram/releases/tag/v1.2.1
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.1
You can install new version from pypi:
pip install aiogram -UGitHub
Release Fixes · aiogram/aiogram
Fixed handling Venue's [#27, #26]
Added parse_mode to all medias (Bot API 3.6 support) [#23]
Now regexp filter can be used with callback query data [#19]
Improvements in InlineKeyboardMarkup &a...
Added parse_mode to all medias (Bot API 3.6 support) [#23]
Now regexp filter can be used with callback query data [#19]
Improvements in InlineKeyboardMarkup &a...
Released new version of aiogram (v1.2.2)
https://github.com/aiogram/aiogram/releases/tag/v1.2.2
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.2
You can install new version from pypi:
pip install aiogram -UGitHub
Release Detailed exceptions. · aiogram/aiogram
Added more error types.
Implemented method InputFile.from_url(url: str) for downloading files.
Implemented big part of API method tests.
Other small changes and mminor improvements.
Implemented method InputFile.from_url(url: str) for downloading files.
Implemented big part of API method tests.
Other small changes and mminor improvements.
Released new version of aiogram (v1.2.3)
https://github.com/aiogram/aiogram/releases/tag/v1.2.3
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.2.3
You can install new version from pypi:
pip install -U aiogramGitHub
aiogram/aiogram
aiogram - Is a pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp.
[WARNING]
In the next update is planned to update
https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
In the next update is planned to update
aiohttp version from 2.3.5 to 3.1.3https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
Released new version of aiogram (v1.3)
https://github.com/aiogram/aiogram/releases/tag/v1.3
You can install new version from pypi:
https://github.com/aiogram/aiogram/releases/tag/v1.3
You can install new version from pypi:
pip install -U aiogramGitHub
Release Proxy and new requirements. · aiogram/aiogram
Allow to use Socks5 proxy (need manually install aiosocksy).
Refactored aiogram.utils.executor module.
[Warning] Updated requirements list.
Refactored aiogram.utils.executor module.
[Warning] Updated requirements list.
Released first version of aiograph library (v0.1)
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
aiograph - asynchronous Python Telegra.ph API wrapper.
Github: https://github.com/aiogram/aiograph
You can install it from pypi:
pip install -U aiographGitHub
GitHub - aiogram/aiograph: Asynchronous Python Telegra.ph API wrapper.
Asynchronous Python Telegra.ph API wrapper. Contribute to aiogram/aiograph development by creating an account on GitHub.
Released new version of aiogram (v1.3.2)
> Release notes here <
(1.3.1 skipped for some reasons)
You can install new version from pypi:
> Release notes here <
(1.3.1 skipped for some reasons)
You can install new version from pypi:
pip install -U aiogramGitHub
Release v1.3.2 · aiogram/aiogram
Fixed crashing of polling process. (i think)
Added parse_mode field into input query results according to Bot API Docs.
Added new methods for Chat object. (#42, #43)
Warning: disabled connections l...
Added parse_mode field into input query results according to Bot API Docs.
Added new methods for Chat object. (#42, #43)
Warning: disabled connections l...