Skip to content

Releases: ksilisk/telegram-bot-spring

telegram-bot-spring v0.7.0

Choose a tag to compare

@ksilisk ksilisk released this 03 May 18:35
5b1f60a

What's Changed

  • telegram bot apis failover implementation for long-polling mode by @ksilisk in #104

Full Changelog: v0.6.0...v0.7.0

telegram-bot-spring v0.6.0

Choose a tag to compare

@ksilisk ksilisk released this 15 Mar 16:16
0ee5dcb

What's Changed

  • logging improvements and MDC for delivery by @ksilisk in #98
  • RetryingTelegramBotExecutor implementation by @ksilisk in #102

Full Changelog: v0.5.1...v0.6.0

telegram-bot-spring v0.5.1

Choose a tag to compare

@ksilisk ksilisk released this 19 Feb 17:46
aa4cf23

What's Changed

Full Changelog: v0.5.0...v0.5.1

telegram-bot-spring v0.5.0

Choose a tag to compare

@ksilisk ksilisk released this 07 Feb 13:07
1590760

What's Changed

  • Feature/84 add disabled mode by @Unknown-cp in #85
  • utility class implementation for getting common data from updates by @ksilisk in #88
  • more detailed API error message by @ksilisk in #90
  • files content downloading support by @ksilisk in #91

New Contributors

Full Changelog: v0.4.0...v0.5.0

telegram-bot-spring v0.4.0

Choose a tag to compare

@ksilisk ksilisk released this 21 Dec 20:34

What's Changed

  • implementation of the observability module by @ksilisk in #80
  • telegram-bot-dependencies module for using in dependencyManagement by @ksilisk in #82
  • rewritten readme files by @ksilisk in #83

Full Changelog: v0.3.0...v0.4.0

telegram-bot-spring v0.3.0

Choose a tag to compare

@ksilisk ksilisk released this 13 Dec 17:04
c50f691

What's Changed

  • compatibility of the core and spring ordering by @ksilisk in #72
  • implementation of an advanced long-polling example by @ksilisk in #73
  • extracted webhook mode into telegram-bot-webhook by @ksilisk in #74
  • extracted long-polling mode into a new module by @ksilisk in #75
  • simple refactoring of the autoconfigure module and new CUSTOM mode by @ksilisk in #79

Full Changelog: v0.2.0...v0.3.0

telegram-bot-spring v0.2.0

Choose a tag to compare

@ksilisk ksilisk released this 29 Nov 09:35

What's Changed

  • implementation of the scalable solution for update routing by @ksilisk in #58
  • implemented and integrated the ingress abstraction by @ksilisk in #66
  • replaced PriorityQueue with a better solution by @ksilisk in #68
  • added new abstraction layers to avoid Update.class dependency by @ksilisk in #69

Full Changelog: v0.1.0...v0.2.0

telegram-bot-spring v0.1.0

Choose a tag to compare

@ksilisk ksilisk released this 22 Nov 09:08
c32d855

What's Changed

  • implementation of the project structure by @ksilisk in #2
  • base implementation of the core-module by @ksilisk in #5
  • added the CONTRIBUTING.md file by @ksilisk in #11
  • added the ci pipeline for PR code validation by @ksilisk in #12
  • Refactor command detection and routing logic for Telegram message updates by @HyemIin in #15
  • base functionality implementation of the autoconfiguration-module by @ksilisk in #17
  • implementation of an example long-polling application by @ksilisk in #19
  • slf4j-api usage instead of the custom BotLogger.java by @ksilisk in #21
  • implementation of the custom solution for getting updates by @ksilisk in #22
  • implementation of WEBHOOK mode by @ksilisk in #24
  • example implementation of a webhook usage by @ksilisk in #27
  • added CODE_OF_CONDUCT.md file by @ksilisk in #31
  • added issue templates and config.yaml by @ksilisk in #33
  • added the pull request template by @ksilisk in #35
  • handled unsuccessful api requests by @arpithgnaik in #29
  • added security policy: SECURITY.md file by @ksilisk in #37
  • added codestyle ci checks for PRs by @ksilisk in #43
  • Implementation a scalable solution for TelegramBotClient - opportunity to choose an another client (RestClient/OKHttp/Auto) by @abmcmanu in #42
  • written documentation of the core module and properties by @ksilisk in #45
  • added the Interceptor interface for preprocessing updates by @ksilisk in #46
  • updated README.md for the project by @ksilisk in #50
  • fixed README.md by @ksilisk in #51
  • added unit-tests for the core-module by @ksilisk in #53
  • set up the release pipeline and maven plugins by @ksilisk in #54
  • fixed release.yaml file by @ksilisk in #55

New Contributors

Full Changelog: https://github.com/ksilisk/telegram-bot-spring/commits/v0.1.0