[go: up one dir, main page]

Skip to content

Releases: vkbottle/vkbottle

v4.4.2

23 Sep 08:48
Compare
Choose a tag to compare

Some fixes & improvements

What's Changed

Full Changelog: 4.4.1...v4.4.2

v4.4.1

14 Sep 15:54
03524d3
Compare
Choose a tag to compare

Support pydantic <3 || <=1.10.8 and vkbottle-types ^5.199

What's Changed

  • Update loop_wrapper; Make framework more compatible with python3.10 by @FeeeeK in #578
  • Uploaders update by @FeeeeK in #568
  • Улучшение класса Keyboard by @wtlgo in #595
  • add reply_message to labeler's DEFAULT_CUSTOM_RULES dict by @mrtnvgr in #604
  • add get_audio_message_attachments method to messages by @mrtnvgr in #609
  • Update code-separation.md by @Tblkva in #636
  • Store concrete code exception in its base class module so that it can be pickled by @LeeeeT in #652
  • Add APIAuthError exception and fallback for unexpected kwargs in API errors by @ydjin0602 in #667
  • Fix CI status badge by @monosans in #679
  • Typo in faq.md by @mironovmeow in #691
  • Сhange info message to debug message in handling pre_middleware's by @mironovmeow in #692
  • Add method in MessageEvent to remove loading spinner from callback button by @mironovmeow in #706
  • Compatibility with pydantic v2 via pydantic.v1 by @monosans in #758
  • Improve type hints in http module by @monosans in #647
  • Fix loop wrapper (#763) by @FeeeeK in #764
  • Fix SingleAiohttpClient TypeError by @monosans in #889
  • wall photo upload fix by @F1zzTao in #932
  • Fix a bug in the singleton implementation resulting in __init__ being called multiple times by @LeeeeT in #975

New Contributors

Full Changelog: v4.3.12...v4.4.1

v4.4.0.dev1

21 Mar 12:32
71b4da3
Compare
Choose a tag to compare
Fix mypy issues

v4.3.12

30 Oct 22:58
3339414
Compare
Choose a tag to compare
Bump requirements

v4.3.11

17 Oct 23:32
bc059ca
Compare
Choose a tag to compare
Fix `CommandRule` check for 0 args (#577)

v4.3.10

05 Sep 23:01
57e8400
Compare
Choose a tag to compare
Bump version

v4.3.8

15 Jul 11:34
4a19a35
Compare
Choose a tag to compare
Remove str.format from logs

v4.3.7

15 Jul 08:43
6e3bd05
Compare
Choose a tag to compare
Bump version

v4.3.6

10 Jul 23:41
ab5dc8b
Compare
Choose a tag to compare
Update required `vkbottle-types` version

v4.3.5

03 Jul 20:05
e045d2d
Compare
Choose a tag to compare

Just some fixes