Skip to content

Releases: bostrot/telegram-support-bot

5.0.0-rc.4

21 Aug 22:54

Choose a tag to compare

5.0.0-rc.4 Pre-release
Pre-release

Full Changelog: 5.0.0-rc.3...5.0.0-rc.4

5.0.0-rc.3

19 Aug 22:23

Choose a tag to compare

5.0.0-rc.3 Pre-release
Pre-release

What's Changed

  • Add missing variable "mongod_uri" in config-sample.yaml by @spanchy in #175
  • Fix MongoDB connection for Docker environments by @dkamenkov in #174
  • 5.0.0 by @bostrot in #177
  • Fix staff reply bug where users don't receive replies from support bot by @Copilot in #180
  • Optimize production setup to reduce memory usage by 42% by @Copilot in #182

New Contributors

Full Changelog: 5.0.0-rc.2...5.0.0-rc.3

5.0.0-rc.2

02 Apr 23:20

Choose a tag to compare

5.0.0-rc.2 Pre-release
Pre-release

Same as 5.0.0-rc.1 but also with:

  • Support for signal attachments
  • Add signal typing indicator

Full Changelog: v4.1.1...5.0.0-rc.2

5.0.0-rc.1

30 Mar 02:41

Choose a tag to compare

5.0.0-rc.1 Pre-release
Pre-release

This PR marks the 5.0.0 release and includes several architectural improvements and bug fixes across core modules, database operations, and addon integrations. Key changes include:

Refactoring of handler and file operations for asynchronous behavior and improved error handling.
Updates in database schema and query functions to support additional fields and parameters.
Major improvements and new features in Signal and Telegram addon implementations with enhanced integration and robust typing.

  • Completely refactored a bunch of stuff.
  • Staff chats can now be in signal
  • Prepared everything to include more messengers
  • Added a bunch of tests
  • A lot more improvements

Full Changelog: v4.1.1...5.0.0-rc.1

v4.2.0

24 Mar 09:53
cd2db11

Choose a tag to compare

Features

  • Use OpenAI or OpenAi-like to answer customers by @bostrot

Fixes

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.0

06 Feb 16:33

Choose a tag to compare

What's Changed

  • other bug fixes

New Contributors

Full Changelog: v4.0.1...v4.1.1

v4.0.1

20 Sep 12:25
4b75311

Choose a tag to compare

What's Changed

New Contributors

  • @IN80 made their first contribution in #114

Full Changelog: v4.0.0...v4.0.1

v4.0.0

31 Aug 22:19
4a8ec8c

Choose a tag to compare

What's Changed

  • Setting parameter in the config for the number of messages allowed to consider the user as a spammer by @alambertt in #88
  • Fixed: clear command available to an user by @vlaabra in #93
  • Switched/upgraded framework to grammy_framework by @bostrot in #103
  • Switch from telegraf framework to grammy
  • Better error handling/reply improvements
  • Make ID command easier to understand
  • Improve character escaping
  • Auto reply msgs to config.yaml
  • Smaller container size
  • Parse Mode markdown
  • Replying to non-tickets or non-bot messages handling

Steps for future separation from telegram:

  • Telegram as addon

This adds following confi.yaml options:

parse_mode: "MarkdownV2" # DO NOT EDIT
show_auto_replied: false # Send auto replied msgs to staff chat
autoreply: ...

New Contributors

Full Changelog: v3.0.0...v4.0.0

v3.1.1

22 Jun 22:17
efac390

Choose a tag to compare

What's Changed

  • Updated dependencies and version bump by @bostrot in #97
  • Fixed auto reply not sending reply by @bostrot in #98

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Jun 23:40
70d5252

Choose a tag to compare

What's Changed

  • Setting parameter in the config for the number of messages allowed to consider the user as a spammer by @alambertt in #88
  • Fixed: clear command available to an user by @vlaabra in #93
  • Updated dependencies and version bump by @bostrot in #97

New Contributors

Full Changelog: v3.0.0...v3.1.0