Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.63 KB

File metadata and controls

56 lines (42 loc) · 1.63 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Nothing yet.

[3.0.0] - 2026-03-25

Changed

  • Perf: Mixed serialization strategy: Serialize → string for queue path, SerializeToUtf8Bytes for forced-blob path
  • Nuget packages updated to latest versions

Deprecated

  • HybridMessage property PopeReceipt → PopReceipt

[2.1.0] - 2026-03-16

Changed

  • Nuget packages updated to latest versions

[2.0.0] - 2025-11-17

Changed

  • Upgraded to .NET 10
  • Nuget packages updated to latest versions

[1.5.0] - 2025-07-24

Changed

  • Nuget packages updated to latest versions

[1.4.0] - 2024-01-13

Changed

  • Reduced the max size of a Queue Message from 64KB (the queue default value) down to 48KB because that's the max size for Base64 and we don't know what type of Queue's Encoding has been pre-defined.

[1.3.0] - 2023-12-29

Changed

  • Fixed handling when a POCO is just too large and wasn't correctly getting stored to the blob by dropping the max message payload size down to 48KB for Base64 encoded messages.

[1.3.0] - 2023-12-29

Changed

  • Case insensitive deserialization for complex json queue messages

[1.2.0] - 2023-12-19

Added

  • Easy way to setup required Azure Storage

[1.1.0] - 2023-12-19

Added

  • Expose ParseMessageAsync as a public method

Changed

  • 🚮 Remove hardcoded version from NuGet package

[1.0.0] - 2023-12-07

Added

  • Inital release.