build(deps): update rust crate teloxide to 0.13.0 #119
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.2
->0.13.0
Release Notes
teloxide/teloxide (teloxide)
v0.13.0
Compare Source
Added
SendMediaGroup
(PR 992)MessageToCopyNotFound
error toteloxide::errors::ApiError
(PR 917)Dispatcher::try_dispatch_with_listener
(PR 913)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
PostgresStorage
, a persistent dialogue storage based on PostgreSQL(PR 996).GetChatId
forteloxide_core::types::{Chat, ChatJoinRequest, ChatMemberUpdated}
.MessageExt::filter_story
method for the correspondingMediaKind::Story
variant (PR 1087).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.filter_giveaway
,filter_giveaway_completed
,filter_giveaway_created
andfilter_giveaway_winners
filters toMessageFilterExt
trait (PR 1101)Fixed
UserId
instead ofi64
foruser_id
inhtml::user_mention
andmarkdown::user_mention
(PR 896)^C
) (PR 938)Seconds
instead ofString
inInlineQueryResultAudio
foraudio_duration
(PR 994)ApiError::ToMuchMessages
variant (rename it toTooMuchMessages
) (PR 1046)ChatPermission
behavior to accurately reflect Telegram's functionality (PR 1068)Changed
1.64.0
to1.68.0
([PR 950]https://github.com/teloxide/teloxide/pull/95050])0.6
to0.7.3
(PR 995)sqlite-storage
was renamed tosqlite-storage-nativetls
(PR 995)1.68.0
to1.70.0
([PR 996]https://github.com/teloxide/teloxide/pull/99696])axum
was bumped to0.7
, along with related libraries used for webhooks ([PR 1093]https://github.com/teloxide/teloxide/pull/109393])Polling
's exponential backoff now results in 64 seconds maximum delay instead of 17 minutes ([PR 1113]https://github.com/teloxide/teloxide/pull/111313])filter_forward_from
was renamed tofilter_forward_origin
and now returnsMessageOrigin
instead ofForwardFrom
(PR 1101)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.
This PR was generated by Mend Renovate. View the repository job log.