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

Update teloxide requirement from 0.12.2 to 0.13.0 #75

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2024

Updates the requirements on teloxide to permit the latest version.

Release notes

Sourced from teloxide's releases.

v0.13.0

CHANGELOG

Changelog

Sourced from teloxide's changelog.

0.13.0 - 2024-08-16

Added

  • Documentation regarding the way captions work for the official clients on SendMediaGroup (PR 992)
  • Add MessageToCopyNotFound error to teloxide::errors::ApiError (PR 917)
  • Dispatcher::try_dispatch_with_listener (PR 913)
  • Missing Message::filter_* functions (PR 982):
    • filter_game
    • filter_venue
    • filter_video
    • filter_video_note
    • filter_voice
    • filter_migration
    • filter_migration_from
    • filter_migration_to
    • filter_new_chat_title
    • filter_new_chat_photo
    • filter_delete_chat_photo
    • filter_group_chat_created
    • filter_supergroup_chat_created
    • filter_channel_chat_created
    • filter_message_auto_delete_timer_changed
    • filter_invoice
    • filter_successful_payment
    • filter_connected_website
    • filter_write_access_allowed
    • filter_passport_data
    • filter_proximity_alert_triggered
    • filter_forum_topic_created
    • filter_forum_topic_edited
    • filter_forum_topic_closed
    • filter_forum_topic_reopened
    • filter_general_forum_topic_hidden
    • filter_general_forum_topic_unhidden
    • filter_video_chat_scheduled
    • filter_video_chat_started
    • filter_video_chat_ended
    • filter_video_chat_participants_invited
    • filter_web_app_data
  • Implement PostgresStorage, a persistent dialogue storage based on PostgreSQL(PR 996).
  • Implement GetChatId for teloxide_core::types::{Chat, ChatJoinRequest, ChatMemberUpdated}.
  • Use deadpool-redis for Redis connection pooling (PR 1081).
  • Add MessageExt::filter_story method for the corresponding MediaKind::Story variant (PR 1087).
  • Add update_listeners::webhooks::Options::path, an option to make the webhook server listen on a different path, which can be useful behind a reverse proxy.
  • Add filter_giveaway, filter_giveaway_completed, filter_giveaway_created and filter_giveaway_winners filters to MessageFilterExt trait (PR 1101)

Fixed

  • Use UserId instead of i64 for user_id in html::user_mention and markdown::user_mention (PR 896)

... (truncated)

Commits
  • 5a33f61 Merge pull request #1132 from teloxide/release
  • 69328de Update crates/teloxide-core/README.md
  • f8acc4c Just remove them
  • 13eae3a Release teloxide-macros v0.8.0, teloxide-core v0.10.0, teloxide v0.13.0
  • cdd7d48 Merge pull request #1101 from syrtcevvi/feature/support-tba-7.0
  • ccdeb3f Test that all possible updates are specified in Kind::full_set()
  • ae88d56 Add filter_forward_origin
  • 3029dcd Tweak MaybeInaccessibleMessage
  • 0cb716a Add CallbackQuery::regular_message getter
  • a353439 Add docs for MaybeInaccessibleMessage
  • Additional commits viewable in compare view

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)

Updates the requirements on [teloxide](https://github.com/teloxide/teloxide) to permit the latest version.
- [Release notes](https://github.com/teloxide/teloxide/releases)
- [Changelog](https://github.com/teloxide/teloxide/blob/master/CHANGELOG.md)
- [Commits](teloxide/teloxide@v0.12.2...v0.13.0)

---
updated-dependencies:
- dependency-name: teloxide
  dependency-type: direct:production
...

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