chofnar / release-bot

release-bot - A Telegram Bot (@prgitrelbot) that notifies you of new Github releases
MIT License
24 stars 2 forks source link

Bump github.com/mymmrac/telego from 0.22.1 to 0.25.1 #105

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps github.com/mymmrac/telego from 0.22.1 to 0.25.1.

Release notes

Sourced from github.com/mymmrac/telego's releases.

v0.25.1 Minor fixes

Overview

  • Fixed IsAnonymous in SendPollParams
  • Updated dependencies

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.25.0...v0.25.1

v0.25.0 Webhook server improvements & bug fixes

Overview

  • Added NoOpWebhookServer
  • Added FuncWebhookServer
  • Fixed BotHandler close chan bug
  • Fixed Webhook start panic
  • Improved comments in examples
  • Added Ngrok example
  • Added util for DeleteMessageParams

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.24.0...v0.25.0

v0.24.0 Helper context & message entities

Overview

  • Added context to long polling & webhook helpers
  • Added telego.WithLongPollingContext and telego.WithWebhookContext options
  • Set message entity length to its full length, not trimming it

What's Changed

Full Changelog: https://github.com/mymmrac/telego/compare/v0.23.0...v0.24.0

v0.23.0 Bug fixes

Overview

  • Renamed FileByURL into FileFromURL and FileByID into FileFromID
  • Fixed bug with sending files using data & ID or URL
  • Fixed bug with sending strings with files using multipart form data
  • Fixed message entities length

... (truncated)

Commits
  • 1b748f6 Added poll test
  • 471e42c Fixed anonymous poll
  • ac78228 Merge pull request #115 from mymmrac/dependabot/go_modules/github.com/valyala...
  • e025ddd Bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0
  • e7ececa Merge pull request #112 from mymmrac/dependabot/go_modules/golang.org/x/text-...
  • 7b2785c Bump golang.org/x/text from 0.9.0 to 0.10.0
  • 538f314 Merge pull request #113 from mymmrac/dependabot/go_modules/golang.ngrok.com/n...
  • c08ce1b Bump golang.ngrok.com/ngrok from 1.2.0 to 1.3.0
  • 3cb851d Fixed possible panic in webhook
  • e7a71d3 Move logo to folder
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

chofnar commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months ago

Superseded by #117.