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

chore(deps): bump gopkg.in/tucnak/telebot.v2 from 2.3.5 to 2.5.0 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 8, 2021

Bumps gopkg.in/tucnak/telebot.v2 from 2.3.5 to 2.5.0.

Release notes

Sourced from gopkg.in/tucnak/telebot.v2's releases.

Telebot V2.5

Changelog

User identifiers can now be bigger than 2^31 - 1 and it is no longer possible to store them in a signed 32-bit integer type. User identifiers have up to 52 significant bits, so a 64-bit integer or double-precision float type is safe for storing them. Please make sure that your code can correctly handle such user identifiers.

Announcement

Telebot V2 is no longer maintained — this is the last major version. Currently, we're working on V3, which is much more advanced and has tons of helpful features and continuous support. As there're not that many breaking changes between two APIs, consider migrating to the latest v3 branch as soon as the beta will be released.

Discussion

Discuss on Telegram

Telebot V2.4

Changelog

  • BotAPI 5.0, 5.1, 5.2
  • SendAlbum improvements (#398)
Commits
  • f1c5a5b change user id type to int64
  • 3bc3f20 util: remove logging redundancy
  • 7d97235 telebot: add missed events
  • d548a69 Merge pull request #419 from malyusha/webhook-close-chan-panic
  • f69793d Merge pull request #413 from gohumble/v2
  • 93c5ba7 Merge pull request #436 from shindakioku/fix-invite-links
  • e0052b3 Remove defined struct
  • ad5b4c3 Fix CreateInviteLink;EditInviteLink;RevokeInviteLink functions. Add tests.
  • 3f7ecbd bot: fix media file name setting and parse mode passing in SendAlbum
  • 915dfba bot: add audio and document for sendMediaGroup
  • 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 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 the dependencies Pull requests that update a dependency file label Dec 8, 2021
@dependabot dependabot bot force-pushed the dependabot/go_modules/gopkg.in/tucnak/telebot.v2-2.5.0 branch from 31bc185 to 9a2a744 Compare February 12, 2022 22:00
Bumps [gopkg.in/tucnak/telebot.v2](https://github.com/tucnak/telebot) from 2.3.5 to 2.5.0.
- [Release notes](https://github.com/tucnak/telebot/releases)
- [Commits](tucnak/telebot@v2.3.5...v2.5.0)

---
updated-dependencies:
- dependency-name: gopkg.in/tucnak/telebot.v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gopkg.in/tucnak/telebot.v2-2.5.0 branch from 9a2a744 to b34b822 Compare February 12, 2022 23:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants