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 teloxide from 0.5.3 to 0.8.2 #17

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 26, 2022

Bumps teloxide from 0.5.3 to 0.8.2.

Release notes

Sourced from teloxide's releases.

v0.8.2

CHANGELOG

v0.8.1

CHANGELOG

v0.8.0

CHANGELOG

v0.7.3

CHANGELOG

v0.7.2

CHANGELOG

v0.7.1

CHANGELOG

v0.7.0

CHANGELOG

v0.6.1

CHANGELOG

v0.6.0

CHANGELOG

Changelog

Sourced from teloxide's changelog.

0.8.2 - 2022-04-26

Fixed

  • Fix the broken #[derive(DialogueState)] (function return type dptree::Handler).

0.8.1 - 2022-04-24

Added

  • Implement GetChatId for Update.
  • The dialogue::enter() function as a shortcut for dptree::entry().enter_dialogue().

0.8.0 - 2022-04-18

Removed

  • The old dispatching system and related stuff: dispatching, utils::UpState, prelude, repls2, crate::{dialogues_repl, dialogues_repl_with_listener}, and #[teloxide(subtransition)] [BC].

Added

  • The new API for dialogue handlers: teloxide::handler! (issue 567).
  • Built-in webhooks support via teloxide::dispatching::update_listeners::webhooks module.
  • Dialogue::chat_id for retrieving a chat ID from a dialogue.

Changed

  • Updated teloxide-core from version 0.4.5 to version 0.5.0 [BC]
  • Rename dispatching2 => dispatching [BC].
  • Rename prelude2 => prelude [BC].
  • Move update_listeners, stop_token, IdleShutdownError, and ShutdownToken from the old dispatching to the new dispatching (previously dispatching2).
  • Replace crate::{commands_repl, commands_repl_with_listener, repl, repl_with_listener} with those of the new dispatching [BC].
  • UpdateListener::StopToken is now always Send [BC].
  • Rename BotCommand trait to BotCommands [BC].
  • BotCommands::descriptions now returns CommandDescriptions instead of String [BC].
  • Mark Dialogue::new as #[must_use].

Fixed

  • Concurrent update handling in the new dispatcher (issue 536).

Deprecated

  • HandlerFactory and HandlerExt::dispatch_by in favour of teloxide::handler!.

0.7.3 - 2022-04-03

Fixed

  • Update teloxide-core to version 0.4.5 to fix a security vulnerability. See more in teloxide-core release notes.

... (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)

Bumps [teloxide](https://github.com/teloxide/teloxide) from 0.5.3 to 0.8.2.
- [Release notes](https://github.com/teloxide/teloxide/releases)
- [Changelog](https://github.com/teloxide/teloxide/blob/master/CHANGELOG.md)
- [Commits](teloxide/teloxide@v0.5.3...v0.8.2)

---
updated-dependencies:
- dependency-name: teloxide
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 26, 2022
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