Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 3.32 KB

File metadata and controls

80 lines (60 loc) · 3.32 KB

Changelog

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.

3.0.0 - 2026-02-10

Added

  • Symfony 8 support

Fixed

  • changed TimeToLive broker property to a float: PR #20

Changed

  • upgraded minimum supported version to PHP 8.4 and Symfony 6.4

2.0.0 - 2024-02-14

Removed

  • removed deprecated stamp AzureReceivedStamp

Changed

  • upgraded minimum supported version to PHP 8.1 and Symfony LTS or 7

Added

  • documented side effect from v1.5 with non encoded characters in the DSN

1.5.0 - 2024-01-28

Added

  • Allowed transport configuration through DSN: PR #14

1.4.0 - 2022-11-22

Added

  • Introduced AzureBrokerPropertiesStamp::createFromJson for testing: PR #7
  • Converted the DelayStamp to the ScheduledEnqueueTimeUtc broker property: PR #8

1.3.1 - 2022-10-15

Fixed

  • added Composer plugin to composer.json to fix CI.
  • FIX sessionID attribute case format: PR #4

1.3.0 - 2022-06-18

Changed

  • Generate SAS tokens per request to avoid authentication failures: PR #1

1.2.0 - 2022-02-28

Added

  • Converts the MessageDecodingFailedException to a new SerializerDecodingException containing an envelope with an empty message for logging purposes.

Fixed

  • Deletes messages for consumers when the serializer throws a MessageDecodingFailedException to avoid retying them forever.

1.1.1 - 2022-02-15

Fixed

  • AzureBrokerPropertiesStamp DateTime properties timezones are now set to the current default timezone.

1.1.0 - 2022-02-14

Added

  • AzureMessageStamp stamp for sent/received messages with queue/topic name, message, subscription name and delete location

Deprecated

  • AzureReceivedStamp in favor of the new AzureMessageStamp

1.0.0 - 2022-02-10

Added

  • Symfony Messenger transport for Azure Service Bus queues and topics