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

Bump version

40cb222314d48651d3903e800523e205827a5097 authored over 3 years ago
Reworked handlers in use (#682)

* Reworked handlers in use util

* Added patch-notes

cfd2a9968e95581953c3fc7f8555faf0706d1a0f authored over 3 years ago
Updated pre-commit hook (#681)

* Updated pre-commit config and reformat code

* Added changelog

e356ede5decc5c5f7afae136b4f0105b79e2120d authored over 3 years ago
iter states in states group (#666)

* iter states in states group

* fix type hint

* remove empty line

* add changes for doc

90b3a990396dc65ecc1029997a349c5555ea382c authored over 3 years ago
Move update type detecting from `Dispatcher` to `Update` (#669)

* move update type detecting to Update

* requested changes

* fix typo

* requested chang...

714ac8896c97fc63bdee20d68b1436af4f1f9836 authored over 3 years ago
Fix incorrect type checking in KeyboardBuilder (#674)

* Fix incorrect type checking in KeyboardBuilder

* Add a patch note

* Update CHANGES/674.b...

7c0e229301daa7773908ec561141163ad748e9f0 authored over 3 years ago
Disabled ContentTypesFilter by default (#668)

* Disabled ContentTypesFilter by default

* Rename file

* Update docs

18a93aab60b84b42a31a2bee7fda6a532b9efe43 authored over 3 years ago
Bump version // 2

5851e32266f6232538f6212284363b7e5c83378d authored over 3 years ago
Bump version

2aa8c38691440509056d4c50a556d818eec7b731 authored over 3 years ago
Feature/rework middlewares chain (#664)

* Reworked middlewares chain

* Added description for router name

* Added patch-notes

* ...

9238533e93404080db3b3d1dd019f51f5023317d authored over 3 years ago
add aliases for edit/delete reply markup to Message (#662)

* add aliases for edit/delete reply markup to Message

* add towncrier patch note

* add mis...

c1f605c6f594857068facaf51ae298e7c893d8ff authored over 3 years ago
add stategroup filter (#659)

04bbc8211cee7b165a877726743a993d68760dd7 authored over 3 years ago
fix #660 prepare parse mode for input_message_content (#661)

* fix #660 prepare parse mode for input_message_content of InlineQueryResult

* remove redunda...

71eb5fc44ebde015cef6618d21daac7ce0d13204 authored over 3 years ago
add allow_sending_without_reply param to Message reply aliases (#663)

7cb0ac1ee2201469f045d8f97522aabacddc5709 authored over 3 years ago
Improve .editorconfig (#658)

* Improve .editorconfig

This is a continuation of https://github.com/aiogram/aiogram/pull/653...

0ca9f98baf5820c2f6cd3d770d7e6cc61bdf8306 authored over 3 years ago
Update towncrier config

058d85860714e6d75ba8fa4dfbf989dedc7ff6af authored over 3 years ago
refactor: remove redundant pytest marks (#654)

f2f276b8cf91795edc58a2e72a546a577f3670ee authored over 3 years ago
Redis storage speedup globals (#652)

* chore: redis storage speedup globals #651

* chore: temp ignore aioredis typing issue

* A...

fff33e4ac9a62993f5ce3c11a0c85a5dc4df7b94 authored over 3 years ago
Add `.editorconfig` support (#653)

* feat: add .editorconfig support

* Added record to changes list

Co-authored-by: Alex Root...

89f7debc854147c81635e79e02a88cfc19c9b2c9 authored over 3 years ago
Update installation instructions (#655)

* Update installation instructions

* Small fix for 2.x branch & make instructions brief

* ...

18b268f0b6b2832b4ffea265a104633c0262d58e authored over 3 years ago
Added possibility to use notes without issue

f4ca858571c59fc02a7f3b8c83475b0bc864dd90 authored over 3 years ago
`towncrier` integration (#647)

* Added towncrier and clone changelog from GitHub Releases page

* Added record to changelog
...

9114abe919f18f78d82e461545e28f361c2cea37 authored over 3 years ago
Rename deployment script

16cf6419d36a752dd4921b7911fa28c50db75301 authored over 3 years ago
Bump version // 2

a19b6bcf3aad69551a28c36dab6bc1443c0266aa authored over 3 years ago
Bump version

e5a7c69e176806aeb2fcbb93e2d9efdf01d59aec authored over 3 years ago
Remove frozenlist

5c1ea85e9da04c94ff5153f02c7289d44d82b944 authored over 3 years ago
Added detection of API Errors and fixed coverage

c3844bb18fc3372d63bccb552e7056476ab71ac3 authored over 3 years ago
Global filters for router (#644)

* Bump version

* Added more comments

* Cover registering global filters

* Reformat code...

4f2cc75951d18766be50bb9c3d14a3bc525a071c authored over 3 years ago
Bump version

a70ecb767f282b030d4d73185f171a503b37092c authored over 3 years ago
[3.x] Bot API 5.3 + Improvements (#618)

* Regenerate API

* Update code

* Fixed command filter for photos

* Fix tests so they ar...

ac2b0bb198d4e51593bf0c7d62bccedd7cc8280d authored over 3 years ago
Fix not all args are passed to handler function invocation (#633)

4599913e185efe55770926a7460c73738b8c3dae authored over 3 years ago
Added ability to specify which update bot need to receive and process while using polling mode (#617)

* provide allowed_updates in polling mode

125fc22ff941e76101e90f834f55738cf2fb0d4b authored over 3 years ago
Change Python version in docs index

eee6589a2c4fc59dce51b9650e1a42f9c18a13db authored over 3 years ago
Oops. Enable sphinx dependencies

602fed00ff6bf7866000b116d32cef376dafef44 authored over 3 years ago
Bump version

5780d1840eb097ce36bddb8759cc711d43123d4e authored over 3 years ago
Fixed typing

5790c431d015bdb17f2d1f62db07aeb13a20ab15 authored over 3 years ago
Make endless long-polling

ac1f0efde86377327ee1ec3f8a9c50f38d438638 authored over 3 years ago
Small changes in tests

5296724a0f77d072634aaf8f8c3f124604b0f506 authored over 3 years ago
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

7f0a9d80975da4195c98227267d725a5b81193db authored over 3 years ago
Backport and improvements (#601)

* Backport RedisStorage, deep-linking
* Allow prereleases for aioredis
* Bump dependencies
* ...

83d6ab48c58c388bb5ab5001d23ba639476083eb authored over 3 years ago
Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x

bc96bdd3b6f7c1b76360487b60fc15484db8e36c authored over 3 years ago
Added get_url() method for Message object and shifted_id property for Chat object (#585)

* Added get_url() method for Message object and shifted_id property for Chat object

* Added m...

32bc05130f7043ff49ebaf6d90ca3387cc04a507 authored over 3 years ago
Bump version

811ccd999a8261752c5b8f3329830d484c366a22 authored over 3 years ago
Bump python version in README.md

53da50045e68fef925786373d988491c74ef1e4c authored over 3 years ago
Added lost files

79f21416c877b6561b6003b016004c0b8d03ec1f authored over 3 years ago
Remove compatibility with Python 3.7

6253b25158a31406befd1a925cc2c936aba4a74f authored over 3 years ago
Added more aliases, refactor CallbackData factory, added base exceptions classification mechanism

f022b4441c4be5a57bab7533d7e9aa8fd650be6b authored over 3 years ago
Added codecov badge

9451a085d11494540702d6a32477e207ed549c8d authored over 3 years ago
Added cache version

442a8138318e05d0ab12c4f026ce1829905b39d4 authored over 3 years ago
Cover 100%

9cf189ffd24543a04a28cbf513e3c19c78adf888 authored over 3 years ago
Cover base and memory storage

03ccebd8be7b4ba463925a0516ab1ed7fa147fd2 authored over 3 years ago
Increase max parallel jobs

becbcecaf12eb138ad17189194fced670e41c561 authored over 3 years ago
Remove MkDocs

e1cd7268a18f1d745d12268f0907bf6148098b23 authored over 3 years ago
Added lost files

7dd80d281f4479c188edeb79605f196ab24b546c authored over 3 years ago
Restore all OS in pipeline

782102561e64b4df4eca8ae948589945f06a70bc authored over 3 years ago
Use bash by default. temporary disable all except Windows

73028e7a11f17bbdcba87144f7038a71a8c7b17b authored over 3 years ago
Use bash by default

deacbe1649aca9afde90a34ffcd17323aec4e43d authored over 3 years ago
Added caching dependencies and black validation

74bd34b1a58672efbee4481aeadbebd79da16046 authored over 3 years ago
Use 3rd-party step for Poetry installaton (2)

55861cb50d1268cafa0cd606e4fcf0d61e7f8bbb authored over 3 years ago
Use 3rd-party step for Poetry installaton

6d0238f0d4b1b4f1037981194f4c91fe584be286 authored over 3 years ago
Separate dependenties installation

c25a63a2c8dc0705a1a32b8a110c7d74950c552c authored over 3 years ago
Change dependencies installation

6009a3992540eaa37cdd221b73cb55ed65f6bf44 authored over 3 years ago
Small changes in documentation

74db2c47e668b4bb1e36755cea3d053c1d329473 authored over 3 years ago
Breaking news

9f902ef2323dad4e0e00b6bc2b1ce321da9020b6 authored over 3 years ago
Fix deploy pipeline

81427d0a8dc3219ca77474c79ccddf2f7bc2895d authored over 3 years ago
Bump version. Added pipeline for test PyPi

5abd9ad0c4e8f4ed90325b7337baa906ecc6834b authored over 3 years ago
[3.0] Bot API 5.1 + FSM + Utils (#525)

* Regenerate corresponding to Bot API 5.1

* Added base of FSM. Markup constructor and small r...

0e72d8e65ba5f4392522cbf2efcab3f58ca0ca03 authored over 3 years ago
Revert docs pipeline

a6f824a11740a4626dfef0e66b9e526dee5bfe9e authored almost 4 years ago
Increase timeout for MacOS pipelines.

d1898537371605d8da7bd7b8210e1df2094389aa authored almost 4 years ago
Fix version parsing

aebccd11392eb8fc225716026821beb62885ac74 authored almost 4 years ago
Oops. Include lost files

66f0868f4551c6f95547342083fd0c933051164a authored almost 4 years ago
Pipeline bump version without venv

8a94dde7fb41ead7ba91fa98877ae3ddfb6ab311 authored almost 4 years ago
More docs

322a98bc1ba05e58c37140e111cd002fc83ea9da authored almost 4 years ago
Upgrade architecture + 5.0 Bot API (#469)

Upgrade architecture + 5.0 Bot API (#469)
* Moved `methods`, `types` and `client` to root packa...

4008a3114d7d363e6e0f4dc54b55f141110b6986 authored almost 4 years ago
fix(aiohttp-session): respect UNSET sentinel (#387)

* fix(aiohttp-session): respect UNSET sentinel

check if value is `UNSET` while building http ...

566b7ff282c88a3907ba117c81760f4461fe9f57 authored about 4 years ago
Rollback Python 3.9

85265a34cd64352ba4150337bbf7c9784746a179 authored over 4 years ago
Increase required builds count for codecov

54bb4d3829c08c93f70dc56181350628d48ecd3f authored over 4 years ago
Enable Python 3.9 in pipeline

880976b33d235c12e21f3e7cec3361b6a39995a0 authored over 4 years ago
HandlerObject: Unwrap handler before awaitable check (#435)

* Unwrap handler before awaitable check

* Remove unused 'type:ignore' comment

* Add wrappe...

7ba153c7b16d7aa274476ca5632a1648fff471ea authored over 4 years ago
Reformat code

6f53f15577e3b05a0268b78efdfb410e95672429 authored over 4 years ago
Fix explanation_parse_mode validation

46d01a6ae707d3517c13fc1dd50fe0d25d823404 authored over 4 years ago
Fix parse_mode in Message aliases

360fdfc4d8a94baf47acacc24915a951fbc303bd authored over 4 years ago
Fix coverage

3aa68a93d1af4b0de15ef9b8339117cf39916acd authored over 4 years ago
Update default parse_mode propagation.

f5684aef07ee91dcda1b9c851790ba2f0fc5fe41 authored over 4 years ago
Allow to use zero as request timeout

4d631a306983f221ee52557b830c60ead7e909a1 authored over 4 years ago
Bump Telegram Bot API version

Change request timeout mechanism
Bump package version

7844a663a983a599c79a6bee06fcb5a4323fc0b3 authored over 4 years ago
Merge branch 'dev-3.x-unset_parse_mode' of https://github.com/b0g3r/aiogram into b0g3r-dev-3.x-unset_parse_mode

# Conflicts:
# aiogram/api/methods/base.py
# aiogram/api/methods/edit_message_caption.py
# aiogr...

b78f1cdb17a0ce81289b0fce50bef9d6137374a0 authored over 4 years ago
Fix pipeline warning

87104bd783990ca2c47d3aae3d1d461ddbbea750 authored over 4 years ago
feat(helpers): implement new descriptor with default value getter (#336)

* feat(helpers): implement new descriptor with default value getter

* perf(descriptor): use w...

aed36423852b963ffafa71bbe536de0963eacceb authored over 4 years ago
Added fields to ChatMember (#340)

* Added fields to ChatMember
* Added ChatMemberStatus helper

9f11afda5b94e744f5584e144410312011c73844 authored over 4 years ago
Download feature and URLInputFile (#332)

* Fix How to upload docs

* Rename BaseBot to Bot

* Add download_file method

* Add downl...

de3c5c1a8d57d0666dfc31a22a957aa5898f73ed authored over 4 years ago
Add bump_versions.py script (#338)

* Add bump_versions.py script
* Fix pipeline

28382ebf5f563b0b2bb4b70c6986c39eda265e32 authored over 4 years ago
Revert .PHONY in Makefile

e4198fb1f2130122af879306b9151aded2be1182 authored over 4 years ago
Merge pull request #337 from aiogram/dev-3.x-middlewares

Implement new middlewares

a627c75bab50eab45fd5440f202dd5ed47056783 authored over 4 years ago
Rename `update_processing_context.py` to `user_context.py`

b69bd74d0ce7d43ba96ac10bdf30de0165afd0eb authored over 4 years ago
Update middlewares docs

bafc2ff341332baccc82983ae5c94565905c61a2 authored over 4 years ago
Implement new middlewares

7f26ec99358639ac1dcde68bb668e91c20941a54 authored over 4 years ago
Merge pull request #333 from gabbhack/dev-3.x-aliases

Answer aliases

c262cc0ce6dcdbba317e3e77c26cdc2f4474e879 authored over 4 years ago
Typo fix

3029614dd1b51b75da03f899f358ed83597aa93d authored over 4 years ago
Improving test_pre_checkout_query

b04a14072ec2a94e8d82299769ac2639735ef1d1 authored over 4 years ago