Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/aiogram/aiogram

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
https://github.com/aiogram/aiogram

Fix UA translations in index.po (#1017)

* Fix ua translations in index.po
Пофікшені і додані деякі переклади

* ADD Changelog

1a3e2a8991a5c701271fe4cb935f5a26b972fda2 authored over 2 years ago by Andrew <[email protected]>
Fixed readme :ref: tag

9041cc72f152e6146f030ab3021463d482b06d55 authored over 2 years ago by Alex Root Junior <[email protected]>
Forget about virtualenv in pipeline

49372d14fd7f978f8cfead02ffa1cd824e02a64d authored over 2 years ago by Alex Root Junior <[email protected]>
Fixed deployment pipeline (Python version)

1fa7fae6b3fc87670f63be32568e4c6b11d4d2df authored over 2 years ago by Alex Root Junior <[email protected]>
Generate changelog

f90c955b157ddb2918a62b3ec692320c5810f904 authored over 2 years ago by Alex Root Junior <[email protected]>
Added more details when server send invalid response

efae83d3372d85d54dfb343d01237e8426c2fbf0 authored over 2 years ago by Alex Root Junior <[email protected]>
Change changelog categories, update dependencies

44ae56514994aee1f598231622d25abc50dd3fbc authored over 2 years ago by Alex Root Junior <[email protected]>
Added links to docs

d824155a661baac72e1a7f891df901adef2b33eb authored over 2 years ago by Alex Root Junior <[email protected]>
Downgrade Python for docs

32a6589daf3554c688efd113918f8f302765a656 authored over 2 years ago by Alex Root Junior <[email protected]>
Maybe this?

d988d3e0f20395a85291912b7d35646e743009ad authored over 2 years ago by Alex Root Junior <[email protected]>
Update RTD build

a07e23804ae28ac20aa08df8b9009eb8f101f76b authored over 2 years ago by Alex Root Junior <[email protected]>
Fixed escaping markdown in `aiogram.utils.markdown` module

5a9ea04efc2a5c1ecae633ba2600d8e002f0c767 authored over 2 years ago by Alex Root Junior <[email protected]>
Remove filters factory, introduce docs translation (#978)

* Rewrite filters

* Update README.rst

* Fixed tests

* Small optimization of the Text fi...

f4251382e8f35ce684519e9d651a94c06ea5aad5 authored over 2 years ago by Alex Root Junior <[email protected]>
Fix chat type example (#999)

94030903ec29f95deb07a9ce321f63f7ec34be92 authored over 2 years ago by Oleg A <[email protected]>
Add representation for aiogram exception (#989)

* feat: add repr for aiogram exception

#988

* docs: add changelog

#988

* tests: add ...

a08c2e750c11d4d7c5006343d1a8f64e68c9c019 authored over 2 years ago by Oleg A <[email protected]>
Prevent to crash polling (#995)

* Prevent to crash polling

* Added changelog

0b5f4d62c7cc77faf094f18bc300d33321542a30 authored over 2 years ago by Alex Root Junior <[email protected]>
PyPy support (#985)

* Run tests on PyPy (#984)

Remove unnecessary `jobs.build.strategy.max_parallel` attribute

...

40c29a049444880d4faec8ecd61dfd48a41c4a2f authored over 2 years ago by Evgen Fil <[email protected]>
Update README.rst

e7cee430b21eb8eb26988f7dc56e1928ddbc014e authored over 2 years ago by Alex Root Junior <[email protected]>
Update dispatcher.py (#987)

a812a40fd5979422ddebb9b95612833527a2a199 authored over 2 years ago by Daniil <[email protected]>
Fixed changelog // 2

3f57c69d4f1666bb76df04d557748673a7cf43c5 authored over 2 years ago by Alex Root Junior <[email protected]>
Whitespace in changelog

35533c57f12bbef4bf03c3bf12992c7d01a47cd3 authored over 2 years ago by Alex Root Junior <[email protected]>
Update docs

1b9e6665572684591545241d07c507fa462364c1 authored over 2 years ago by Alex Root Junior <[email protected]>
Deprecate filters factory (#976)

* Deprecate filters factory

* Added changelog

* Update filters usage in docs and examples

0e0dbe7e59ee7854b1cadb2bb594dcc83f0f15b0 authored over 2 years ago by Alex Root Junior <[email protected]>
Added support of Bot API 6.2 (#975)

* Added support of Bot API 6.2
* Added changelog
* Update tests
* Update API version
* Updat...

c1341ba2df24b4a51c9df138e19d45e12cd6f02b authored over 2 years ago by Alex Root Junior <[email protected]>
Dev 3.x flat package (#961)

* Move packages

* Added changelog

* Update examples/echo_bot.py

Co-authored-by: Oleg A....

4315ecf1a242eefbe6ad1fdba33acedebf555ac0 authored over 2 years ago by Alex Root Junior <[email protected]>
Fix default lock kwargs in RedisEventIsolation (#972)

* Fix default lock kwargs in RedisEventIsolation

* Add changelog

5e7932ca2018767d731668d02d05ba9293921d40 authored over 2 years ago by Daniil Kovalenko <[email protected]>
Add class helper ChatAction (#803)

* Add class helper ChatAction

* Change using helper to using enum.Enum

* Add test for clas...

851f7a2a37987fe8af0adfa9056b5063dafde7de authored over 2 years ago by ShiroNoHaga <[email protected]>
Add `__eq__` and `__hash__` methods to State class (#928)

* Fix the ability to copy the state, now copying the state will return the same state.

* refo...

bc5b26de5f30f55d03e8d327137543cf7a6a2f3d authored over 2 years ago by darksidecat <[email protected]>
Skip running tests when there are no code or test changes (#948)

* Skip running tests when there are no code or test changes

* Allow config file changes to tr...

416460e0136e0c67f3fc8a041a4aed845c9c3939 authored over 2 years ago by Evgen Fil <[email protected]>
Improve changelog check action (#949)

Make check faster when `skip news` label is present
Add `name:` root field

2cb0fd1c4b25249abda614ee9cffe311325a5ca8 authored over 2 years ago by Evgen Fil <[email protected]>
Add `full_name` shortcut for `Chat` (#929)

Added full_name for Chat

70088cdd65431c234ceb61cf5c9664ee7a859961 authored over 2 years ago by Oleg A <[email protected]>
#944 Rename "extract()" to "extract_from()" for entities (#945)

* #944 Rename "extract()" to "extract_from()" for entities

b8893c0971a94a6b602c5abc7213f6d35506d0d2 authored over 2 years ago by Alex Root Junior <[email protected]>
Remove deprecated methods (#943)

* #941 Removed deprecated methods

fadb11515e389a1edf53a059883fd42b2336c62b authored over 2 years ago by Alex Root Junior <[email protected]>
Automatically put `3.x` label on new pull requests to `dev-3.x` (#940)

2c6d8ed5cba2fd855b6ad50c34282529f927eba2 authored over 2 years ago by Evgen Fil <[email protected]>
3.x Bot API 6.1 (#937)

Added support of Bot API 6.1

247ffbef69360235239d4eea486494acd2dd3291 authored over 2 years ago by Alex Root Junior <[email protected]>
Fix type hints for redis TTL params (#922)

* Allow to use `int` and `datetime.timedelta`

* Fix imports

* Added changelog

* Update ...

adfc89f125e752f31af736833de79869e1b8e87f authored over 2 years ago by Andrew <[email protected]>
Small typo fix (#920)

* Small typo fix

Changed CommandPatterType to CommandPatternType
Supposedly, the implied wor...

b3b320c1066317982d993a2894c185f0931e89f0 authored over 2 years ago by Kostiantyn Kriuchkov <[email protected]>
#901 Fixed false-positive coercing of Union types in API methods (#912)

* #901 Fixed false-positive coercing of Union types in API methods

* Added default value for ...

824b43c4363a325c84e1df9cb8cfbc73abb5351b authored over 2 years ago by Alex Root Junior <[email protected]>
#905 Added 3 missing content types (#906)

* Added 3 missing content types

* Added tests for 3 missing content types

* More tests

...

6ad242399b88f522060d9ce4578d9599e5137762 authored over 2 years ago by Aleksandr <[email protected]>
#896 Restrict including routers with strings (#897)

* #896 Restrict including routers with strings
* Remove imports util, bump dependencies

f2e02e2a7c2e7579827d3b0a4d1539b0a95be525 authored over 2 years ago by Alex Root Junior <[email protected]>
Added possibility to combine filters or invert result (#895)

* Added possibility to combine filters or invert result

4fb77a3a2a30f0d39be0f968e63c3f948b553cf3 authored over 2 years ago by Alex Root Junior <[email protected]>
Fixed typy in WebApp docs page

7bfc941a1e9a04b95d92bebaf3d9c7fe1aa4302e authored over 2 years ago by Alex Root Junior <[email protected]>
Fixed changelog

781e30c25b28689c90f1d3797e3e06da2bf87dcc authored over 2 years ago by Alex Root Junior <[email protected]>
Release 3.0.0-beta.3

0d650fc38c591a9b519fb295e8fe53cb2afc834e authored over 2 years ago by Alex Root Junior <[email protected]>
[3.x] Bot API 6.0 (#890)

* Base implementation

* Bump license

* Revert re-generated tests

* Fix tests, improved ...

497436595d4c77d765c009d6a7c1210f13b8fea5 authored over 2 years ago by Alex Root Junior <[email protected]>
Beta 3 (#884)

* Rework middlewares, separate management to `MiddlewareManager` class

* Rework middlewares
...

286cf39c8ae0d2d80c7185cf49af2668703b2e4f authored over 2 years ago by Alex Root Junior <[email protected]>
Fixed path of I18n Class (#879)

The I18n Class gets imported in 3.0.0b2 as follows:
from aiogram.utils.i18n import I18n

Wher...

930bca0876a15a5d3d12a1b773f35c9bc7a5cafe authored almost 3 years ago by Michael <[email protected]>
Add comment when PR is labeled

e8432d38f57af95b7f1c7e84cfd601df5f161f27 authored almost 3 years ago by Alex Root Junior <[email protected]>
Delete comment when pull request is labeled

7ae588d4b8687fae39ffe1f9f085650dddd6aae4 authored almost 3 years ago by Alex Root Junior <[email protected]>
Dispathcer to Dispatcher on docs (#881)

370cd27471a7d6974fac9b1bac1d8e39866a7844 authored almost 3 years ago by layerqa <[email protected]>
Update changelog action, try to fix PR from external repositories

1e5d231869fb20c52f8b666d5bd00e71216e69a0 authored almost 3 years ago by Alex Root Junior <[email protected]>
`parse_mode` should be `UNSET` instead of `None` (#877)

* fix: parse_mode should be UNSET instead of None

#876

* docs: add changelog

* docs: fi...

ffe9506dc52afe3310a2d1138a142d71da304a21 authored almost 3 years ago by Oleg A <[email protected]>
Added changelog changed validator (#873)

* Added changelog changed validator

b8aa03bc38f19d0ec0b44088728ea9f07e6f9b29 authored almost 3 years ago by Alex Root Junior <[email protected]>
Update aiohttp.rst (#872)

fix import

baf31a531aa18e2145153b9d666f0ca7ebdc9e68 authored almost 3 years ago by Alexey <[email protected]>
Fix docs and examples (#864)

* Update magic_data Allowed handlers

* Fix ChatMemberUpdated example

* Fix examples with `...

a37bbba38c3c87d24525dff657f4f2ff26de382a authored almost 3 years ago by Gabben <[email protected]>
fix: i18n User.language_code is optional (#871)

user.language_code is Optional and may raise an exception

#870

b50500e28da217ab41d35363776c8cad5e1a7687 authored almost 3 years ago by Oleg A <[email protected]>
Fix I18nMiddleware class (#859)

79588b7c5d3168e8baa5c91e6b0592f629a64269 authored almost 3 years ago by Gabben <[email protected]>
Build changelog

880dd153d33c3266e21e7b392d4d4c89fef7a388 authored almost 3 years ago by Alex Root Junior <[email protected]>
Bot API 5.7 and some new features (#834)

* Update API, added some new features

* Fixed unknown chat_action value

* Separate events ...

7776cf9cf6e26cbd13168600883d95a3e5ce049d authored almost 3 years ago by Alex Root Junior <[email protected]>
Update README.rst (#840)

* Update README.rst

- Correct spelling
- Correct grammar mistakes
- Improve sentences

...

ac7f2dc4083a2ff982b12716d39e789a07a0083a authored almost 3 years ago by Jasur Yusupov <[email protected]>
Fix: close #822 Fix exception filter (#827)

* fix exceptions filters

* Update CHANGES/827.bugfix

Co-authored-by: Alex Root Junior <jro...

1b8e22d90fab54a0360efabb750efa84ec3b2e66 authored almost 3 years ago by darksidecat <[email protected]>
Update index.rst (#808)

c7058584219a2138bab44b7760604bf62783aaf5 authored almost 3 years ago by Gabben <[email protected]>
Correct grammar errors (#811)

* Correct grammar errors

* Return punctuation and line break to the original

* Update docs...

6567fefc4b3f93589250e3785cc3884480f1b566 authored almost 3 years ago by ksivaa <[email protected]>
Fix unexpected behavior of sequences in StateFilter (#791)

* Fix sequence check behavior in StateFilter

* Add sequence cases to StateFilter tests

* A...

6e39f9fada99906567d889c9618f65bc2f089c44 authored about 3 years ago by Daniil Kovalenko <[email protected]>
#785: Added possibility to pass kwargs into webhook handler (#789)

7c14a6b16b8f90dc4240802003cd89172adf7732 authored about 3 years ago by Alex Root Junior <[email protected]>
Bump classifiers

76ae5c4415eb26c88d867842251379ecfb728807 authored about 3 years ago by Alex Root Junior <[email protected]>
Bump version, small changes in docs

1634dc1162f7e34150b3399b690f3481a2f9805a authored about 3 years ago by Alex Root Junior <[email protected]>
Rework session DI and files path wrapper

2620a6547c888c0bb9d622a706764d45d6381c42 authored about 3 years ago by Alex Root Junior <[email protected]>
Check destiny in case of no `with_destiny` (#776)

* cehck if destiny is default

* Test testiny check

* reformat

1357a7a91b285b7d9250de769b5b74c3f41b855d authored about 3 years ago by Andrey Tikhonov <[email protected]>
[3.x] Bot API 5.5 (#777)

* Re-generate API, cover changes

* Added patchnotes

9ec689b562eecf841b6775292ce1a4a7353a6d21 authored about 3 years ago by Alex Root Junior <[email protected]>
Typo fix (#774)

92ec44d8d21e479ba4a07f8fb0148f422b9d035a authored about 3 years ago by Gabben <[email protected]>
spelling error fixed (#749)

24a805d517edd3618371fa401b08d3fe8b58e676 authored about 3 years ago by Koala Ilya <[email protected]>
Fix ChatMemberHandler import in __init__.py (#751)

* Fix ChatMemberHandler import in __init__.py

a48a32ad16b2ed49d9337c364c898b719cde4f0c authored about 3 years ago by Daniil Kovalenko <[email protected]>
Bump version (Maybe can be bumped to beta stage before release)

812fb87d678ea7ee818ac75167120ccc19b46bbf authored about 3 years ago by Alex Root Junior <[email protected]>
Extended MagicFilter with aiogram-specific operation (#759)

* Extend MagicFilter with aiogram-specific operation

* Added tests

* Added changes annotat...

d7be55bc58f7a3c9a55ab6ce65fb1efebe421fe7 authored about 3 years ago by Alex Root Junior <[email protected]>
Fixed changelog formatting

092b3f06f20c813d09b9ffe08316e53d58b6c8df authored about 3 years ago by Alex Root Junior <[email protected]>
Bump changelog.

dee274c0f53d6c39d4a4a1d26dd30b35fbe92ba7 authored about 3 years ago by Alex Root Junior <[email protected]>
Fix resolve filters chain (#736)

* filter resolving don`t need children routers filters

* add patchnote

* Rename 735.bugfix...

19aa49868217b2694dc2790a83a22c7ed7658482 authored about 3 years ago by darksidecat <[email protected]>
Webhook integration in 3.0 (#737)

* Added base webhook implementation and example
* Added example
* Enable on_startup callback
...

1c2c7fd88c067ac721bb33934e4468b8dfce461b authored about 3 years ago by Alex Root Junior <[email protected]>
Use datetime type for date fields, update aiohttp version

e0ab7d8bd3dfc368cca4a80d230845e65c2b398d authored about 3 years ago by Alex Root Junior <[email protected]>
Dev 3.x api 5.4 (#744)

* Re-generate API

* Added new modules

* Added handling new event type and approve/decline ...

9b43a33b7f3a52d67d3dd9cca80a289be9c0e4d1 authored about 3 years ago by Alex Root Junior <[email protected]>
Implemented handler flags feature (#728)

* Implemented handler flag feature

* Cover tests

3ad16be507edc57943dc3d1b44dc735c8e3d2fe8 authored about 3 years ago by Alex Root Junior <[email protected]>
Close bots sessions after emit_shutdown (#734)

* Close bots sessions after emit_shutdown

* avoid unclosed connections if get exception in em...

5f07cb3d06352d1a13e21c9bcbff984960d8c4a9 authored about 3 years ago by darksidecat <[email protected]>
Bound filters resolving rework, filters with default argument (#727)

* bound filters resolving rework, filters with default argument

* bound filters resolving rew...

42cba8976fc13d795137244aeacaad492a812fc9 authored about 3 years ago by darksidecat <[email protected]>
More docs

f97367b3ee3aae442fac3a21745f38a252688aca authored about 3 years ago by Alex Root Junior <[email protected]>
Added changelog for recent changes

3931253a88773b28fdf30dacc8ece6349afaebfc authored over 3 years ago by Alex Root Junior <[email protected]>
Rework FSM storage key

7c6cf3c12230e73ecf5de2d35196c2a5d5688d22 authored over 3 years ago by Alex Root Junior <[email protected]>
Fix I18n context for error handlers

8c4d4ef30aff6c0bc6bb2b8761054bc3c116b6e0 authored over 3 years ago by Alex Root Junior <[email protected]>
Update README and docs main page

c3cdd75ede3d1ba72dd9687520b182db925acae8 authored over 3 years ago by Alex Root Junior <[email protected]>
Added MagicData filter

3f2bcbd8d1160e8d910365d8340b5e32d9f173ba authored over 3 years ago by Alex Root Junior <[email protected]>
Bump dependencies

2d21cb22f1f1f0865786ad4e54258aedc94cc90c authored over 3 years ago by Alex Root Junior <[email protected]>
Added Python 3.10 classifier

02ca5589aa10dd8b8bfae576a9fe1f2cb14c46c6 authored over 3 years ago by Alex Root Junior <[email protected]>
Enable Python 3.10 for tests (#719)

* Try to test on Python 3.10

* Prevent to YAML type cast

* Bump poetry

* Removed async_...

7405db2ad304957b1696138ea375153b226b443f authored over 3 years ago by Alex Root Junior <[email protected]>
Add middleware for logging outgoing requests (#716)

* add middleware for logging outgoing requests

* add middleware description

* fix RequestM...

99c99cec78a2e761f45cbb232dbe0eb900b39c4e authored over 3 years ago by darksidecat <[email protected]>
Improve filters factory resolve error (#718)

45a1fb274967ed832fb287d6274f6cc7bc91a4af authored over 3 years ago by Alex Root Junior <[email protected]>
Update changelog

275bd509a1179439e05e6455213aff031bab1f95 authored over 3 years ago by Alex Root Junior <[email protected]>
Added html/md_text properties to Message object and refactor I18n context

c19cbc6a5f7adb049495236f1e2613dc735c300a authored over 3 years ago by Alex Root Junior <[email protected]>
Bump version

481aec214453199ba8e5f53a9163bd81cb090393 authored over 3 years ago by Alex Root Junior <[email protected]>
Dev 3.x i18n & improvements (#696)

* Added base code and make code improvements
* Auto-exclude coverage for `if TYPE_CHECKING:`
*...

e4046095d7f0826b1dde7dd105807a3049208966 authored over 3 years ago by Alex Root Junior <[email protected]>
tests.yml: Upgrade to actions/setup-python@v2 (#686)

5bd1162f57af3b2240960103c3a58120d5fb2bd9 authored over 3 years ago by Christian Clauss <[email protected]>