Skip to content

Releases: ekonda/kutana

v6.0.0

09 Jan 22:28
Compare
Choose a tag to compare

v5.2.0

14 May 10:40
Compare
Choose a tag to compare

Changes

  • Features
    • ^ (Telegram) Unsupported attachments now raise exceptions.
    • (Internal) Added pick_by to helpers.
    • (Telegram) Added support for title parameter in attachments (closes #66).
  • Fixes
    • ^? (Core) Removed loop arguments for Lock, Queue e.t.c.
    • (Examples) "Document" now sends as actual document.
    • (i18n) collect_from option is now used.
    • (Telegram) api_url option is now used.

v5.1.0

11 Nov 20:40
Compare
Choose a tag to compare

Changes:

  • (VKontakte) Added decorator @plugin.vk.on_callbacks (closes #58).
  • (VKontakte) Changed API version from 5.122 to 5.131.
  • Added requests capturing to debug backend.
  • Fixed support for python versions >= 3.9.
  • Updated reply to raise if no default_target_id found.
  • Updated on_commands to accept messages without prefix (or with alternative prefixes) if bot was mentioned in message (in private and in group chats).
  • Updated logs to not write to file.

v5.0.3

14 Mar 21:20
Compare
Choose a tag to compare
  • fix: plugin's decorators should return initial functions
  • fix: raw_request don't raise on falsy response (only on None/missing)

v5.0.1

05 Mar 08:19
Compare
Choose a tag to compare

fix: corrected sleep in execute_loop in 'vkontakte' backend

v5.0.0

28 Feb 01:29
Compare
Choose a tag to compare

Many improvements and requested features added. For details please refer to the CHANGELOG.md

v4.2.0

02 May 12:54
Compare
Choose a tag to compare
  • Added router_priority to plugin's registrators to allow more precise ordering of handlers.
  • Added handlers for raw updates
  • Fixed merging of 'different' routers further
  • Updated comments and documentation for context and plugins

v4.1.6

18 Apr 20:06
Compare
Choose a tag to compare
  • ^? Fixed merging of 'different' routers (added tests for routers merges)

Possible changes to public API are marked as ^?.

v4.1.5

01 Apr 16:05
Compare
Choose a tag to compare
  • Fixed .send_message with long messages.
  • Fixed .reply with non-str argument.
  • Fixed .resolve_screen_name for not found users.
  • Fixed .body with command and multiline body.

v4.1.4

22 Feb 19:00
Compare
Choose a tag to compare
  • Updated codebase for windows
  • Updated workflows for tests on windows