Releases: falko-code/talkie-framework
Release v1.12.0
Summary
This release adds the ability to send stickers by identifier, and enhances retry policies for telegram in both the bridge and platform, along with multiple improvements to the talkie telegram client.
Features
-
Added SendStickerAsync method in the telegram bridge with support for sending stickers by identifier.
-
Introduced IMessageStickerAttachmentController for add sticker attachments support for outgoing messages by their identifier.
-
Implemented ITelegramRetryPolicy with enhanced retry logic for handling telegram api exceptions with your custom retry policies.
-
Added retry policies (TelegramTooManyRequestGlobalRetryPolicy and TelegramTooManyRequestLocalRetryPolicy) to properly handle delays and exceptions for telegram api rate limits.
-
Added additional retry policies for telegram api rate limits for telegram platform.
Fixes and Improvements
-
Added Symbols and Sources links for packages.
-
Added Deterministic builds for packages.
-
Added ContinuousIntegrationBuild tag for packages builded with CI.
-
Fixed message publishing issues when handling outgoing message streams without a file name.
-
Improved and optimised http request handling and content processing in TelegramClient.
Full Changelog: v1.11.0...v1.12.0
Release v1.11.3
Full Changelog: v1.11.2...v1.11.3
Release v1.11.2
Full Changelog: v1.11.1...v1.11.2
Release v1.11.1
Full Changelog: v1.11.0...v1.11.1
Release v1.11.0
Full Changelog: v1.10.0...v1.11.0
Release v1.10.0
Full Changelog: v1.9.0...v1.10.0
Release v1.9.1
Full Changelog: v1.9.0...v1.9.1
Release v1.9.0
Full Changelog: v1.8.0...v1.9.0
Release v1.8.0
What's Changed
- Modernised and optimised api for message content creation by @fembina in #131
- Added attachments api (without uploading) with stickers and dotnet 9 support by @fembina in #141
- Attachments grouping and optimisations and new api features with fixes by @fembina in #143
Full Changelog: v1.7.0...v1.8.0
Release v1.7.0
What's Changed
- Add Microsoft Hosting Support from Box #118 by @fembina in #127
- Remove Unused Disposables Objects like SerialDisposable #126 by @fembina in #127
- Fix Skip Extensions methods Work on Any Signals if Its Typed #125 by @fembina in #127
- Do Extensions in Signal Flow More Lock Free or Concurrent #124 by @fembina in #127
- Dublified IWithUnobservedExceptionSignal Mixing #123 by @fembina in #127
- Pretty ConnectTelegramAsync Methods for Avoid Named Cancellation Setting #117 by @fembina in #129
- Rename SkipSelf to SkipSelfPublish #128 by @fembina in #129
Full Changelog: v1.6.1...v1.7.0