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

build(deps): update rust crate teloxide to 0.13.0 #119

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2024

This PR contains the following updates:

Package Type Update Change
teloxide dependencies minor 0.12.2 -> 0.13.0

Release Notes

teloxide/teloxide (teloxide)

v0.13.0

Compare Source

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)
  • Greatly improved the speed of graceful shutdown (^C) (PR 938)
  • Fix typos in documentation (PR 953)
  • Use Seconds instead of String in InlineQueryResultAudio for audio_duration (PR 994)
  • High CPU usage on network errors (PR 1002, Issue 780)
  • Fix app build errors when using items gated behind sqlite-storage with the feature sqlite-storage-rustls (PR 1018)
  • Fix typo in ApiError::ToMuchMessages variant (rename it to TooMuchMessages) (PR 1046)
  • Fix ChatPermission behavior to accurately reflect Telegram's functionality (PR 1068)
Changed
Removed
  • UpdateListener::timeout_hint and related APIs (PR 938)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/teloxide-0.x branch 2 times, most recently from 40326ba to 6a15d4a Compare August 23, 2024 17:24
@renovate renovate bot force-pushed the renovate/teloxide-0.x branch 3 times, most recently from d1c0155 to 9ddc208 Compare September 15, 2024 01:43
@renovate renovate bot force-pushed the renovate/teloxide-0.x branch 3 times, most recently from b32d93a to 055d827 Compare October 1, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants