MikeSafonov / jira-telegram-bot

Telegram bot for notifications about Jira events
MIT License
14 stars 6 forks source link

build(deps): bump telegrambots-spring-boot-starter from 4.3.1 to 5.5.0 #62

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps telegrambots-spring-boot-starter from 4.3.1 to 5.5.0.

Release notes

Sourced from telegrambots-spring-boot-starter's releases.

Api Version 5.5

  1. Update Api version 5.5

Bug fixing

  1. Bug fixing: #999, #1000

Api Version 5.4

  1. Update Api version 5.4
  2. Bug fixing: #968, #958, #942

Api Version 5.3

  1. Update Api version 5.3
  2. KeyboardRow now support creation from a collection of buttons.
  3. Bug fixing: #920, #931 and #937

Api Version 5.2

  1. Update Api version 5.2

  2. Allow custom BackOff implementations

  3. Spring version 2.4.5 in spring module

  4. Bug fixing: #869, #888 and #892

  5. Bug fixing: #874

Api Version 5.1

  1. Update Api version 5.1
  2. Bug fixing: #832, #841, #844, #851, #857
  3. Update Spring boot version 2.4.3
  4. Update Gradle docs
  5. Added CommandMessage to extensions
  6. Abilities: Inject bot instance to reply update consumer support for multiple reply declarations.

Bug Fixing

  1. Fixing couple of bugs from 5.0.0
  2. Buf fixing: #794
  3. Docs updated to reflect usage for version 5.0.0
  4. EditMessageText setChatIId(Long) is removed to keep consistency

Bot API Version 5.0 and more

  1. Update Api version 5.0
  2. Added Builders for many of the API methods and objects (hopefully all of them unless I missed something)
  3. Some setters/getters may have change name. They no longer return a reference to itself, use Builder for that.
  4. Simplified methods to set files in methods. Only InputFile is available now (this class contains constructors for all the cases)
  5. Locations now use Double instead of Float to avoid rounding.
  6. When using a TelegramApi for webhook usage, a Webhook instance has to be provided in constructor (i.e. DefaultWebhook class)
  7. When registering a Webhook Bot, a SetWebhook object must be provided.
  8. When using Webhook with Spring, extends class SpringWebhookBot instead of WebhookBot
  9. New Async methods returning CompletableFutures (yes, we still have the existing callback methods)
  10. Added new Async methods for missing cases returning CompletableFutures. Like for sendAudio or sendVideo.
  11. No more Guice to define custom class
  12. Bug fixes: #795

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #72.