Skip to content

Releases: szastupov/aiotg

2.0.0

12 Mar 20:45
Compare
Choose a tag to compare

New

  • Added support for 'chosen_inline_result' update type #84
  • Added a way to specify cleanup action #85
  • Added security_token check for the WebHook handler #85
  • pyproject.toml and hatch based build system
  • GH actions replace Travis CI

Breaking

  • Removed custom proxy support, use aiohttp connector instead
  • Removed support for chatbase

1.0.0

12 Jan 11:34
a512d1f
Compare
Choose a tag to compare
  • Add proxy support (#67)
  • Basic payments API (#68)
  • Replace botan.io with chatbase.com (#70)
  • Format everything with black
  • Bump aiohttp deps
  • Fix #71
  • Dropped python 3.5 support

0.9.9

13 Apr 14:05
c00e74c
Compare
Choose a tag to compare
  • Add chat.send_media_group #64
  • Use certifi package if it's available #65
  • Add proxy option #66

0.9.8

10 Mar 10:12
00c1cd9
Compare
Choose a tag to compare
  • Fixed aiohttp related warnings

0.9.7

05 Feb 05:47
Compare
Choose a tag to compare
  • Added Chat.delete_messag()

0.9.6

24 Jan 17:52
bbbadf1
Compare
Choose a tag to compare

Minor fixes and improvements

0.9.5

20 Nov 13:28
64a814c
Compare
Choose a tag to compare
  • Allow using custom json serialisers (#51)
  • Fixed typos in examples (#52)
  • Add supergroups to Chat.is_group() (#53)
  • Add default_in_groups option to enable default handler in groups (#54)
  • Fix flake8 warnings
  • Throw BotApiError(RuntimeError) instead of pure RuntimeError (#55)

0.9.4

16 Sep 19:24
Compare
Choose a tag to compare

Fix send_voice serialization error

0.9.2

05 Jun 19:55
Compare
Choose a tag to compare
  • Copy src to CallbackQuery

0.9.1

21 May 13:37
Compare
Choose a tag to compare
  • Added support for edited_message, channel_post and edited_channel_post updates. They all use existing messages API, i.e. default/command/handle/etc...
  • Added regexp-based inlines and callbacks (#42)