Releases: ksilisk/telegram-bot-spring
Releases · ksilisk/telegram-bot-spring
Release list
telegram-bot-spring v0.7.0
What's Changed
Full Changelog: v0.6.0...v0.7.0
telegram-bot-spring v0.6.0
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
What's Changed
- okhttpclient customization support by @ksilisk in #94
- bumped pengrad's library version by @ksilisk in #96
Full Changelog: v0.5.0...v0.5.1
telegram-bot-spring v0.5.0
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
- @Unknown-cp made their first contribution in #85
Full Changelog: v0.4.0...v0.5.0
telegram-bot-spring v0.4.0
telegram-bot-spring v0.3.0
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
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
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
- @ksilisk made their first contribution in #2
- @HyemIin made their first contribution in #15
- @arpithgnaik made their first contribution in #29
- @abmcmanu made their first contribution in #42
Full Changelog: https://github.com/ksilisk/telegram-bot-spring/commits/v0.1.0