Recent Releases of aiotg

aiotg - 2.0.0

New

  • Added support for 'choseninlineresult' 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

- Python
Published by szastupov almost 3 years ago

aiotg - 1.0.0

  • 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

- Python
Published by szastupov about 7 years ago

aiotg - 0.9.9

  • Add chat.sendmediagroup #64
  • Use certifi package if it's available #65
  • Add proxy option #66

- Python
Published by szastupov almost 8 years ago

aiotg - 0.9.8

  • Fixed aiohttp related warnings

- Python
Published by szastupov almost 8 years ago

aiotg - 0.9.7

  • Added Chat.delete_messag()

- Python
Published by szastupov about 8 years ago

aiotg - 0.9.6

Minor fixes and improvements

- Python
Published by szastupov about 8 years ago

aiotg - 0.9.5

  • Allow using custom json serialisers (#51)
  • Fixed typos in examples (#52)
  • Add supergroups to Chat.is_group() (#53)
  • Add defaultingroups option to enable default handler in groups (#54)
  • Fix flake8 warnings
  • Throw BotApiError(RuntimeError) instead of pure RuntimeError (#55)

- Python
Published by szastupov over 8 years ago

aiotg - 0.9.4

Fix send_voice serialization error

- Python
Published by szastupov over 8 years ago

aiotg - 0.9.2

  • Copy src to CallbackQuery

- Python
Published by szastupov over 8 years ago

aiotg - 0.9.1

  • Added support for editedmessage, channelpost and editedchannelpost updates. They all use existing messages API, i.e. default/command/handle/etc...
  • Added regexp-based inlines and callbacks (#42)

- Python
Published by szastupov almost 9 years ago

aiotg - 0.9.0

  • Ensure all api calls
  • Clear screen in live reloader

- Python
Published by szastupov almost 9 years ago

aiotg - 0.8.1

Live reloader fixes

- Python
Published by szastupov almost 9 years ago

aiotg - 0.8.0

  • Debug mode and code auto reloading by @creatorrr
  • deleteWebhook method

- Python
Published by szastupov almost 9 years ago

aiotg - 0.7.22

Allow listening on custom address in webhooks mode

- Python
Published by szastupov almost 9 years ago

aiotg - 0.7.21

  • Create ClientSession on demand

- Python
Published by szastupov almost 9 years ago

aiotg - 0.7.20

Another session related fix

- Python
Published by szastupov almost 9 years ago

aiotg - 0.7.19

  • Fix warning on Python 3.6

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.18

User aiohttp.ClientSession explicitly

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.17

Webhook related fixes

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.16

  • Respect PORT env variable when running in webhooks mode

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.15 Release, now with webhooks!

Thanks to @shadrus we have WebHooks support!

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.14 Release

Added options to CallbackQuery

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.13 Release

Mostly minor fixes, added automatic deployment to pypi from travis.

- Python
Published by szastupov about 9 years ago

aiotg - 0.7.11 Release

It's been a while since I wrote proper release notes but I'll try to do it on a more regular basis.

Heres is a list of methods: - chat.sendvenue() - bot.getme() - chat.sendcontact() - chat.getchat() - chat.getchatadministrators() - chat.getchatmemberscount() - chat.getchatmember() - bot.getuserprofilephotos() - chat.editmessagereply_markup()

- Python
Published by szastupov over 9 years ago

aiotg - 0.7.0 Release

  • Basic support for inline queries
  • Drop support for Python 3.4 (async/await ftw!)
  • Improved code readability
  • Tg prefix removed from classes, but compatibility is preserved

- Python
Published by szastupov about 10 years ago

aiotg - 0.6.4 Release

  • SendChatAction & Markdown
  • Bump aiohttp requirement
  • getfile and downloadfile
  • Use canse-insensitive matching instead of lowering text

- Python
Published by szastupov about 10 years ago

aiotg - 0.6.0 Release

Updated documentation and examples TgChat made useful without message Fixed problems with multipart forms New tests

- Python
Published by szastupov about 10 years ago

aiotg - 0.5.2 Release

Bugfixes and updated documentation

- Python
Published by szastupov about 10 years ago

aiotg - 0.5.1 Release

Bugfix for getUpdates()

- Python
Published by szastupov about 10 years ago

aiotg - 0.5.0 Release

  • (breaking) Change the way media handlers are defined, see documentation for bot.handle
  • (breaking) TgMessage removed if favour of TgChat, but compatibility is preserved for command handlers
  • Added support for botan.io, just pass botan_token to TgBot constructor
  • Added retry logic to handle Telegram throttling and outages (this is actually a killer feature of this release!)
  • Added basic tests and TravisCI integration

In order to get to 1.0 release we need to write more test and improve documentations, so any contributions are welcome!

- Python
Published by szastupov over 10 years ago

aiotg - First PyPI compatible release!

- Python
Published by szastupov over 10 years ago