Skip to content

Releases: falko-code/talkie-framework

Release v1.12.0

07 Mar 17:52

Choose a tag to compare

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

26 Feb 14:06

Choose a tag to compare

Release v1.11.2

25 Feb 15:26

Choose a tag to compare

Release v1.11.1

24 Feb 22:59

Choose a tag to compare

Release v1.11.0

24 Feb 22:41

Choose a tag to compare

Release v1.10.0

09 Feb 21:01

Choose a tag to compare

Release v1.9.1

02 Jan 05:15

Choose a tag to compare

Release v1.9.0

02 Jan 01:29

Choose a tag to compare

Release v1.8.0

29 Nov 23:38

Choose a tag to compare

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

14 Sep 13:25
fae0434

Choose a tag to compare