Commit graph

  • ca51d191b1
    Merge branch 'aiogram:dev-3.x' into dev-3.x m-xim 2024-06-12 09:22:45 +03:00
  • 990b1882c7 Invoice token provider can be None (for telegram stars). Meleshin Stepan 2024-06-11 12:04:27 +03:00
  • 7eea66fdef
    Refactor mcs fn visibility (fix) Oleg A 2024-06-11 10:47:45 +03:00
  • 9ffd20b55e
    Refactor mcs fn visibility Oleg A 2024-06-11 10:45:20 +03:00
  • 6d07450ae3
    Refactor children preparing Oleg A 2024-06-11 09:00:26 +03:00
  • 0df95a0276
    Apply isort (#1508) Oleg A 2024-06-11 03:08:08 +03:00
  • e0d53f5fd5
    Remove redundant overrides Oleg A 2024-06-11 02:47:01 +03:00
  • bc5db8bf27
    Apply isort Oleg A 2024-06-11 02:29:36 +03:00
  • c649106335
    Changelog added Oleg A 2024-06-11 02:23:14 +03:00
  • b05f1a3cf0
    Precalculate StateGroup values Oleg A 2024-06-11 02:17:57 +03:00
  • 5db3d7b3c1
    Update upload_file.rst beliboba 2024-06-10 19:36:27 +03:00
  • 3fd48d558d
    Added tests for CallbackData m-xim 2024-06-10 06:20:42 +03:00
  • bbc9af30f8
    Merge branch 'aiogram:dev-3.x' into dev-3.x m-xim 2024-06-10 06:08:07 +03:00
  • 69c359d23a
    Add Dependencies to migrations guide (#1504) Oleg A 2024-06-07 18:52:02 +03:00
  • c73da02853
    Added changelog Oleg A 2024-06-07 14:48:52 +03:00
  • ea482d53ca
    Add Dependencies to migrations guide Oleg A 2024-06-07 14:43:58 +03:00
  • 0335bb14fc
    Small changes in the changelog JRoot Junior 2024-06-01 02:29:17 +03:00
  • 9bab51c908
    Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x JRoot Junior 2024-06-01 01:58:41 +03:00
  • b64587d4a7
    Bump version JRoot Junior 2024-06-01 01:58:32 +03:00
  • afd1e6da74
    Added MongoDB dependency to ReadTheDocs configuration (#1502) Alex Root Junior 2024-06-01 01:56:38 +03:00
  • 8fdf37324b
    Rename changelog file JRoot Junior 2024-06-01 01:55:43 +03:00
  • bcb93731f9
    Add MongoDB dependency to ReadTheDocs configuration JRoot Junior 2024-06-01 01:54:15 +03:00
  • 0c2ef663da
    Fixed version number in changelog JRoot Junior 2024-05-31 21:01:55 +03:00
  • e224bb162d
    Bump changelog and API version v3.7.0 JRoot Junior 2024-05-31 20:22:51 +03:00
  • e3dc7d576b
    misc: code consistency and bot instance creation (#1482) sdmway 2024-05-31 11:11:21 -06:00
  • da4e724946
    Update CHANGES/1482.misc.rst Alex Root Junior 2024-05-31 20:11:13 +03:00
  • b08ba78898
    Added full support of Bot API 7.4 (#1498) Alex Root Junior 2024-05-31 20:07:11 +03:00
  • ce4118ef1a
    Added changelog JRoot Junior 2024-05-30 21:49:14 +03:00
  • f87eca6e44
    Added full support of Bot API 7.4 JRoot Junior 2024-05-30 21:45:53 +03:00
  • f50e058725
    Fixed bug with wrong MarkdownV2 custom emoji parsing (#1497) Alexey Berezin 2024-05-30 20:58:51 +03:00
  • 179911a973
    Update CHANGES/1496.bugfix.rst Alex Root Junior 2024-05-30 02:02:59 +03:00
  • 07869ba9d5 added changelog of 1496 issue berezzin 2024-05-29 14:49:54 +03:00
  • 5b339354a5 fixed bug with wrong markdownv2 custom emoji parsing berezzin 2024-05-29 13:16:00 +03:00
  • 41510678b0
    Merge branch 'aiogram:dev-3.x' into dev-3.x m-xim 2024-05-28 07:20:14 +09:00
  • b5d94f17b5
    Removed deprecated arguments from Bot class (#1494) Alex Root Junior 2024-05-27 14:58:39 +03:00
  • 28052a6cc1
    Added docs and changelog JRoot Junior 2024-05-27 14:39:41 +03:00
  • ce46fca81b
    Remove deprecated attributes from Bot class JRoot Junior 2024-05-27 14:16:58 +03:00
  • c2bf290fe0
    Update callback_data.py m-xim 2024-05-27 03:15:30 +03:00
  • 3974aba9ba
    Create 1493.bugfix.rst m-xim 2024-05-26 05:13:17 +03:00
  • 2ba67ab04a
    Update callback_data.py m-xim 2024-05-26 04:18:33 +03:00
  • a165d31f2f
    Handle loop is closed lyf2000 2024-05-21 12:48:46 +03:00
  • 7bd8f64630 refactor(base.py): optimize JSON serialization logic (dev-3.x) zemf4you 2024-05-20 16:35:52 +07:00
  • 879168f938 fix(types): improve type annotations and fix serialization issues (dev-3.x) zemf4you 2024-05-20 16:31:44 +07:00
  • 7cfb82674d fix(webhook): correct JSON response in aiohttp_server (dev-3.x) zemf4you 2024-05-20 16:05:39 +07:00
  • 534221a30a fix: change order of Union types for media properties zemf4you 2024-05-20 15:55:06 +07:00
  • 1ea41076cd refactor(types): unify InputFile with str in media types (dev-3.x) zemf4you 2024-05-20 09:33:16 +07:00
  • 86ebb31276 added serialization and deserialization for bool values DanZ-ix 2024-05-14 12:15:59 +03:00
  • 86c9ba3107 misc: removed routers example sdmway 2024-05-11 11:41:45 -06:00
  • 895f4f8dce
    Reformat code JRoot Junior 2024-05-11 01:57:24 +03:00
  • 972eeafce5
    #1485 Fixed slots on MagicData filter JRoot Junior 2024-05-11 01:57:16 +03:00
  • e877cc788e added typehints, deserializer for link_preview_options fields DanZ-ix 2024-05-09 19:25:07 +03:00
  • 64a275f5e3 collapsed serializers DanZ-ix 2024-05-08 18:10:34 +03:00
  • 11f4fbeedb deleted changelog DanZ-ix 2024-05-08 17:56:55 +03:00
  • dbdd99c1b4 fixed json serialization issue #1450 DanZ-ix 2024-05-08 17:45:56 +03:00
  • 64d17b7edf Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x DanZ-ix 2024-05-08 15:16:11 +03:00
  • fd95745fef misc: consistency of comments and dispatcher instance creation sdmway 2024-05-07 20:45:24 -06:00
  • 1cb0f38d2e Changelog for aiogram#1482 sdmway 2024-05-07 20:25:55 -06:00
  • df1ab06762 misc: code consistency and bot instance creation sdmway 2024-05-07 20:14:38 -06:00
  • a7d3e9a720
    Bump version JRoot Junior 2024-05-07 22:43:07 +03:00
  • 1ef7655fd7
    Added MongoStorage for FSM (#1434) Rishat-F 2024-05-07 22:42:31 +03:00
  • 752ad9f0c3
    Merge 07059e32f9 into 25c76b7d74 wrrrzr 2024-05-07 15:54:50 +03:00
  • 25c76b7d74
    Bump docs v3.6.0 JRoot Junior 2024-05-07 00:02:31 +03:00
  • f45863a0b9
    Added message serialisation and deserialization block in 2.x -> 3.x migration guide (#1479) DaniilKosvintsev 2024-05-06 23:28:38 +03:00
  • cf2980a9c1
    Full support of Bot API 7.3 (#1480) Alex Root Junior 2024-05-06 23:27:54 +03:00
  • 95ad67af43
    Bump version JRoot Junior 2024-05-06 23:22:32 +03:00
  • 24f44e65f0
    Added changelog JRoot Junior 2024-05-06 23:09:01 +03:00
  • 9154d43506
    Fixed tests JRoot Junior 2024-05-06 23:04:14 +03:00
  • 3228954def
    Added full support of Bot API JRoot Junior 2024-05-06 22:43:54 +03:00
  • 59467423e7
    Added full support of Bot API JRoot Junior 2024-05-06 22:43:22 +03:00
  • c953e42424 fixed docs, added examples DanZ-ix 2024-05-06 18:05:44 +03:00
  • c45586f304 fixed docs, added to_python() pydantic alternative DanZ-ix 2024-05-06 11:45:06 +03:00
  • 4591906209 Added message serialisation and deserialization block in 2.x -> 3.x migration guide DanZ-ix 2024-05-05 23:24:47 +03:00
  • 94cff575f2 Add test for resolve_event_context Desiders 2024-05-04 02:51:20 +03:00
  • e6e2a8a5cf Add changelog Desiders 2024-05-01 13:41:42 +03:00
  • fb31f2a7ca Update import Desiders 2024-05-01 13:32:50 +03:00
  • 252f3ca879 Add getting user from chat_boost Desiders 2024-05-01 13:31:07 +03:00
  • aadb3afb8d Fix docstring of DefaultKeyBuilder Rishat Fayzullin 2024-04-30 23:49:10 +03:00
  • 6d655330af
    docs: Correct a typo error (#1473) sdmway 2024-04-30 14:35:56 -06:00
  • 04ae6dcd7a Merge branch 'dev-3.x' into mongo_storage Rishat Fayzullin 2024-04-30 23:30:53 +03:00
  • f93cef935e
    docs: Correct a typo error sdmway 2024-04-30 10:47:55 -06:00
  • 609d65c3c2 Changed tests for message.get_url() Robotvasya 2024-04-27 16:45:58 +05:00
  • 0ec3e6560b Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x Robotvasya 2024-04-26 17:09:11 +05:00
  • 0e8d92636b Added tests for message.get_url() Robotvasya 2024-04-26 11:50:45 +05:00
  • 618d4c2925 Added tests for message.get_url() Robotvasya 2024-04-26 11:50:45 +05:00
  • 849482da1f
    Update command.rst (#1470) Alexey Leshchenko 2024-04-24 22:38:26 +03:00
  • 6ad287c329
    Bump changelog JRoot Junior 2024-04-24 22:14:34 +03:00
  • 9226f70f1c
    Update command.rst Alexey Leshchenko 2024-04-24 09:54:42 +03:00
  • 8b64a6f288 Added message_thread_id to url of chats with topics for message.get_url() (#1451) Robotvasya 2024-04-23 18:20:10 +05:00
  • f1c9fc50f0
    Fix missing error logging (#1458) unintended 2024-04-23 13:59:13 +03:00
  • 4701a7a06d add CHANGES Ilya Samartsev 2024-04-11 10:40:46 +03:00
  • 76f1d26377 Fix missing error logging unintended 2024-04-11 10:33:55 +03:00
  • 4729978c60
    Add context manager support for bot client (#1468) v3.5.0 Alex Root Junior 2024-04-22 23:42:47 +03:00
  • 5684bc3667
    Added changelog JRoot Junior 2024-04-22 23:40:32 +03:00
  • b2b2fcff70
    Add context manager support for bot client JRoot Junior 2024-04-22 23:37:34 +03:00
  • 9756dac877
    loosened pydantic upper bound to <2.8 (#1460) Joren Hammudoglu 2024-04-22 12:49:34 +02:00
  • 057478621b
    Added full support of Bot API 7.2 (#1444) Alex Root Junior 2024-04-22 13:48:49 +03:00
  • 4aca433544
    Added changelog JRoot Junior 2024-04-22 13:43:00 +03:00
  • 15d01c2244
    Cover FSM key builder (business_connection_id JRoot Junior 2024-04-22 13:26:19 +03:00
  • 3bf3fded85
    add changelog entry for #1460 Joren Hammudoglu 2024-04-17 20:39:19 +02:00
  • 37c88f0ca7
    Merge branch 'aiogram:dev-3.x' into patch-1 Joren Hammudoglu 2024-04-17 20:36:14 +02:00