Alex Root Junior
ea5f3f0448
Added docs for chat_member_updated filter
2022-02-16 23:59:35 +02:00
Alex Root Junior
20ca71f247
Added docs for flags functionality
2022-02-16 21:03:16 +02:00
Alex Root Junior
15e08effc6
Fixed headers
2022-02-16 20:25:20 +02:00
Alex Root Junior
41fa6ac652
Try to fix tests for python <= 3.9
2022-02-16 20:19:39 +02:00
Alex Root Junior
9873ad84f5
Added docs for chat action util
2022-02-16 20:17:12 +02:00
Alex Root Junior
b511044650
Cover chat action sender
2022-02-16 19:38:46 +02:00
Alex Root Junior
1c9425bcf7
Cover chat member updated filter
2022-02-16 16:42:43 +02:00
Alex Root Junior
d6f1c9552c
Fixed linter error
2022-02-16 00:58:50 +02:00
Alex Root Junior
3a668cec1b
Try to fix flake8 unused type ignore
2022-02-16 00:55:00 +02:00
Alex Root Junior
4257f7db57
Fixed tests, covered flags and events isolation modules
2022-02-16 00:38:29 +02:00
Alex Root Junior
84be7d8323
Improve exceptions in chat member status filter
2022-02-15 21:04:30 +02:00
Alex Root Junior
ea7a000255
Added chat member status changed filter, update Bot API 5.7, other small changes
2022-02-15 02:43:41 +02:00
Alex Root Junior
a846acd607
Rework events isolation
2022-02-14 01:14:45 +02:00
Alex Root Junior
b67a57eb04
Disabled cache for I18n LazyProxy
2022-02-14 00:57:25 +02:00
Alex Root Junior
97ba145f5e
Separate events from dispatcher messages
2022-02-11 20:24:47 +02:00
Alex Root Junior
dac387d566
Fixed unknown chat_action value
2022-02-11 15:24:32 +02:00
Alex Root Junior
7be5808136
Update API, added some new features
2022-02-11 15:21:38 +02:00
Gabben
c705858421
Update index.rst ( #808 )
2022-01-26 23:26:07 +02:00
ksivaa
6567fefc4b
Correct grammar errors ( #811 )
...
* Correct grammar errors
* Return punctuation and line break to the original
* Update docs/dispatcher/router.rst
Co-authored-by: Evgen Fil <evgfilim1@yandex.ru>
Co-authored-by: Evgen Fil <evgfilim1@yandex.ru>
2022-01-26 20:30:27 +02:00
Daniil Kovalenko
6e39f9fada
Fix unexpected behavior of sequences in StateFilter ( #791 )
...
* Fix sequence check behavior in StateFilter
* Add sequence cases to StateFilter tests
* Add the changelog
2021-12-29 03:39:28 +02:00
Alex Root Junior
7c14a6b16b
#785 : Added possibility to pass kwargs into webhook handler ( #789 )
2021-12-19 06:18:55 +02:00
Alex Root Junior
76ae5c4415
Bump classifiers
2021-12-12 19:06:29 +02:00
Alex Root Junior
1634dc1162
Bump version, small changes in docs
2021-12-12 18:59:57 +02:00
Alex Root Junior
2620a6547c
Rework session DI and files path wrapper
2021-12-12 18:15:36 +02:00
Andrey Tikhonov
1357a7a91b
Check destiny in case of no with_destiny ( #776 )
...
* cehck if destiny is default
* Test testiny check
* reformat
2021-12-12 17:54:01 +02:00
Alex Root Junior
9ec689b562
[3.x] Bot API 5.5 ( #777 )
...
* Re-generate API, cover changes
* Added patchnotes
2021-12-12 17:21:01 +02:00
Gabben
92ec44d8d2
Typo fix ( #774 )
2021-12-11 01:00:42 +02:00
Koala Ilya
24a805d517
spelling error fixed ( #749 )
2021-12-01 02:43:57 +02:00
Daniil Kovalenko
a48a32ad16
Fix ChatMemberHandler import in __init__.py ( #751 )
...
* Fix ChatMemberHandler import in __init__.py
2021-11-24 18:20:55 +02:00
Alex Root Junior
812fb87d67
Bump version (Maybe can be bumped to beta stage before release)
2021-11-24 06:31:49 +02:00
Alex Root Junior
d7be55bc58
Extended MagicFilter with aiogram-specific operation ( #759 )
...
* Extend MagicFilter with aiogram-specific operation
* Added tests
* Added changes annotation and update docs
2021-11-24 06:00:37 +02:00
Alex Root Junior
092b3f06f2
Fixed changelog formatting
2021-11-11 00:39:25 +02:00
Alex Root Junior
dee274c0f5
Bump changelog.
2021-11-10 23:58:50 +02:00
darksidecat
19aa498682
Fix resolve filters chain ( #736 )
...
* filter resolving don`t need children routers filters
* add patchnote
* Rename 735.bugfix to 736.bugfix
* add tests for routers chains
* delete unused Router.chain property
2021-11-08 23:27:20 +02:00
Alex Root Junior
1c2c7fd88c
Webhook integration in 3.0 ( #737 )
...
* Added base webhook implementation and example
* Added example
* Enable on_startup callback
* Correctly handle response into webhook (silent call)
* Fixed State filter
2021-11-08 23:20:12 +02:00
Alex Root Junior
e0ab7d8bd3
Use datetime type for date fields, update aiohttp version
2021-11-08 03:48:34 +02:00
Alex Root Junior
9b43a33b7f
Dev 3.x api 5.4 ( #744 )
...
* Re-generate API
* Added new modules
* Added handling new event type and approve/decline aliases for ChatJoinRequest
* Fixed code-coverage
* Bump API version
* Added patch-notes
2021-11-08 02:37:37 +02:00
Alex Root Junior
3ad16be507
Implemented handler flags feature ( #728 )
...
* Implemented handler flag feature
* Cover tests
2021-10-25 23:37:14 +03:00
darksidecat
5f07cb3d06
Close bots sessions after emit_shutdown ( #734 )
...
* Close bots sessions after emit_shutdown
* avoid unclosed connections if get exception in emit_shutdown
* add patchnote
2021-10-23 01:04:54 +03:00
darksidecat
42cba8976f
Bound filters resolving rework, filters with default argument ( #727 )
...
* bound filters resolving rework, filters with default argument
* bound filters resolving rework, filters with default argument
* Update 727.misc
* clarification of the comment about skipping filter
* fix data transfer from parent to included routers filters
* fix checking containing value in generator
* Update docs/dispatcher/filters/index.rst
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
* Update 727.misc
* reformat
* better iterable types
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2021-10-12 22:29:57 +03:00
Alex Root Junior
f97367b3ee
More docs
2021-10-12 01:11:53 +03:00
Alex Root Junior
3931253a88
Added changelog for recent changes
2021-10-11 01:44:55 +03:00
Alex Root Junior
7c6cf3c122
Rework FSM storage key
2021-10-11 01:30:19 +03:00
Alex Root Junior
8c4d4ef30a
Fix I18n context for error handlers
2021-10-11 01:29:53 +03:00
Alex Root Junior
c3cdd75ede
Update README and docs main page
2021-10-11 01:29:06 +03:00
Alex Root Junior
3f2bcbd8d1
Added MagicData filter
2021-10-11 01:27:07 +03:00
Alex Root Junior
2d21cb22f1
Bump dependencies
2021-10-11 01:26:41 +03:00
Alex Root Junior
02ca5589aa
Added Python 3.10 classifier
2021-10-06 22:59:23 +03:00
Alex Root Junior
7405db2ad3
Enable Python 3.10 for tests ( #719 )
...
* Try to test on Python 3.10
* Prevent to YAML type cast
* Bump poetry
* Removed async_lru
* Disable fail-fast on tests
* Fixed typing
* Added patch-notes
2021-10-06 22:49:14 +03:00
darksidecat
99c99cec78
Add middleware for logging outgoing requests ( #716 )
...
* add middleware for logging outgoing requests
* add middleware description
* fix RequestMiddlewareType callable signature
* undo `fix`, update signatures in tests
* remove repeating code
* accept proposed changes
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
* update tests
* add patchnote
Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2021-10-06 00:57:26 +03:00