Skip to content

v2026.0.0: New Year Release

Choose a tag to compare

@alfkonee alfkonee released this 31 Dec 10:40
· 6 commits to master since this release

Changes since v2025.1.1

Features & Improvements

  • Add Microsoft.Extensions.Logging dependencies
  • Add Common.Logging adapter for Microsoft.Extensions.Logging
  • Update workflow to use .NET 10.0.x in nuget-deploy.yml
  • Update build command to include configuration
  • Set explicit root namespace in project file
  • Upgrade to .NET 10 and migrate to Zitadel V2 API
  • ResponseHandlerV2 as default handler
  • SmppClient.MessagePduSent and ReceiptedMessageId update
  • SmppClient.PduReceived event support
  • SegmentIdGenerator support
  • MultiPartTextMessage enhancements

Bug Fixes

  • Fixed MultiPartTextMessage _hasResponse
  • Fix threading issues
  • Fix ReceiptedMessageId submitting
  • Fix errors and test cases
  • Fixed issues AdhamAwadhi#34

Breaking Changes

  • Removed NET40 compatibility

Documentation

  • Added docs and simple tests
  • Updated README