Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dev.inmo:tgbotapi from 7.1.3 to 15.2.0 #154

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps dev.inmo:tgbotapi from 7.1.3 to 15.2.0.

Release notes

Sourced from dev.inmo:tgbotapi's releases.

15.2.0

15.1.0

THIS UPDATE CONTAINS BREAKING CHANGES

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.7 (thanks to bpavuk)

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.6 (with participation and help of bpavuk)

  • Add support of paid media
  • Update web apps
  • Version:
    • MicroUtils: 0.21.1 -> 0.21.2
  • Core:
    • TelegramMedia has been separated onto two interfaces: TelegramFreeMedia and TelegramPaidMedia
      • TelegramFreeMedia has replaced TelegramMedia on all old places where it have been used
    • Photo has been renamed to PhotoFile
  • BehaviourBuilder:
    • Add notification when handling of /privacy command is absence
    • Add several extensions to simplify setting up /privacy reaction

15.0.0

THIS UPDATE CONTAINS BREAKING CHANGES

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.5

  • Version:
    • MicroUtils: 0.21.0 -> 0.21.1
  • A lot of edit methods and classes has been changed to support business connection id

14.1.0

  • Version:
    • Coroutines: 1.8.0 -> 1.8.1
    • Ktor: 2.3.10 -> 2.3.11
    • MicroUtils: 0.20.45 -> 0.21.0
    • KSLog: 1.3.3 -> 1.3.4
  • BehaviourBuilder:
    • BehaviourContext updates listening job will be weakly subscribed. It means that BehaviourContext scope will not be prevented from cancelling by this job anymore
    • BehaviourContext.doInContext will not stop automatically current BehaviourContext job anymore
    • BehaviourContext.createSubContextAndDoWithUpdatesFilter will use supervisorScope instead of LinkedSupervisorScope. That will prevent scope leaking in runtime

14.0.1

  • In core and api modules related to invoices changed their APIs to suite current API

... (truncated)

Changelog

Sourced from dev.inmo:tgbotapi's changelog.

15.2.0

15.1.0

THIS UPDATE CONTAINS BREAKING CHANGES

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.7 (thanks to bpavuk)

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.6 (with participation and help of bpavuk)

  • Add support of paid media
  • Update web apps
  • Version:
    • MicroUtils: 0.21.1 -> 0.21.2
  • Core:
    • TelegramMedia has been separated onto two interfaces: TelegramFreeMedia and TelegramPaidMedia
      • TelegramFreeMedia has replaced TelegramMedia on all old places where it have been used
    • Photo has been renamed to PhotoFile
  • BehaviourBuilder:
    • Add notification when handling of /privacy command is absence
    • Add several extensions to simplify setting up /privacy reaction

15.0.0

THIS UPDATE CONTAINS BREAKING CHANGES

THIS UPDATE CONTAINS ADDING OF SUPPORT FOR BOTS API 7.5

  • Version:
    • MicroUtils: 0.21.0 -> 0.21.1
  • A lot of edit methods and classes has been changed to support business connection id

14.1.0

  • Version:
    • Coroutines: 1.8.0 -> 1.8.1
    • Ktor: 2.3.10 -> 2.3.11
    • MicroUtils: 0.20.45 -> 0.21.0
    • KSLog: 1.3.3 -> 1.3.4
  • BehaviourBuilder:
    • BehaviourContext updates listening job will be weakly subscribed. It means that BehaviourContext scope will not be prevented from cancelling by this job anymore
    • BehaviourContext.doInContext will not stop automatically current BehaviourContext job anymore
    • BehaviourContext.createSubContextAndDoWithUpdatesFilter will use supervisorScope instead of

... (truncated)

Commits
  • 53ae56e remove class casts from Location Content
  • 1c587ab migrato onto 15.2.0 due to partial API change
  • 99f95ff apiDump
  • a8ed162 small fixes/refactors in SendLocation
  • e5ea980 fill changelog and remove old MainButton.onClick
  • 4ce26c7 small refactor of MainButton
  • 4343dbb Merge pull request #875 from SuLG-ik/main-button-off-click-issue
  • cdecce9 add EncodeDefault for SendLocation realizations default fields which should b...
  • 8a6e06b update live/static locations
  • f767362 Merge pull request #876 from bpavuk/874-bpavuk.api-mode
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 15, 2024
@madhead
Copy link
Owner

madhead commented Jul 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch 2 times, most recently from cd2ce86 to b84ae25 Compare July 16, 2024 01:12
@madhead
Copy link
Owner

madhead commented Jul 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch from b84ae25 to 0e1bfcc Compare July 16, 2024 09:47
@madhead
Copy link
Owner

madhead commented Jul 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch from 0e1bfcc to bb3cd2b Compare July 16, 2024 11:07
@madhead
Copy link
Owner

madhead commented Jul 16, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch from bb3cd2b to c32da53 Compare July 16, 2024 13:52
Bumps [dev.inmo:tgbotapi](https://github.com/insanusmokrassar/TelegramBotAPI) from 7.1.3 to 15.2.0.
- [Release notes](https://github.com/insanusmokrassar/TelegramBotAPI/releases)
- [Changelog](https://github.com/InsanusMokrassar/ktgbotapi/blob/master/CHANGELOG.md)
- [Commits](InsanusMokrassar/ktgbotapi@v7.1.3...v15.2.0)

---
updated-dependencies:
- dependency-name: dev.inmo:tgbotapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@madhead madhead force-pushed the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch from c32da53 to a98751d Compare July 17, 2024 18:47
@madhead madhead merged commit 18ed9da into master Jul 17, 2024
8 checks passed
@madhead madhead deleted the dependabot/gradle/dev.inmo-tgbotapi-15.2.0 branch July 17, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant