Skip to content

Releases: aws/aws-dotnet-messaging

Release 2025-06-03

03 Jun 20:09
Compare
Choose a tag to compare

Release 2025-06-03

AWS.Messaging.Telemetry.OpenTelemetry (0.23.0)

  • Updated consumer processing logic to use Links for connecting to publisher instead of parent-child relationship

Release 2025-05-05

05 May 21:18
Compare
Choose a tag to compare

Release 2025-05-05

AWS.Messaging (1.0.0)

  • This marks the first stable release of AWS Message Processing Framework for .NET which is now generally available.

AWS.Messaging.Lambda (1.0.0)

  • This marks the first stable release of AWS Message Processing Framework for .NET which is now generally available.

Release 2025-04-28

28 Apr 21:07
Compare
Choose a tag to compare

Release 2025-04-28

AWS.Messaging.Lambda (0.21.0)

  • Fix null pointer exception when message contains no SQS message attributes
  • Updated the .NET SDK dependencies to the latest version GA 4.0.0

AWS.Messaging (0.22.0)

  • Updated the .NET SDK dependencies to the latest version GA 4.0.0

AWS.Messaging.Telemetry.OpenTelemetry (0.21.0)

  • Updated the .NET SDK dependencies to the latest version GA 4.0.0

Release 2025-04-08

08 Apr 17:27
Compare
Choose a tag to compare

Release 2025-04-08

AWS.Messaging.Lambda (0.10.2)

  • Fix null pointer exception when message contains no SQS message attributes

Release 2025-04-03

03 Apr 18:10
Compare
Choose a tag to compare

Release 2025-04-03

AWS.Messaging (0.21.0-preview)

  • Add null check when retrieved messages is null
  • Update MessageSerializer to store data as actual json. Fixes #168
  • Remove failed messages from inflight messages metatadata dictionary. Fixes #191

Release 2025-04-01

01 Apr 19:56
b85ddcc
Compare
Choose a tag to compare

Release 2025-04-01

AWS.Messaging (0.20.0-preview)

  • Update error message for handling scenario where subscriber mapping is not valid.
  • Implement a start/stop mechanism for message consumption. (ISSUE 147)
  • Update .NET target to .NET 8
  • Add trimming support for Native AOT compatiblity
  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.11

AWS.Messaging.Lambda (0.20.0-preview)

  • Update .NET target to .NET 8
  • Add trimming support for Native AOT compatiblity
  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.11

AWS.Messaging.Telemetry.OpenTelemetry (0.20.0-preview)

  • Update .NET target to .NET 8
  • Add trimming support for Native AOT compatiblity
  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.11

Release 2025-02-20

20 Feb 20:30
Compare
Choose a tag to compare

Release 2025-02-20

AWS.Messaging (0.9.4)

  • Fix issue with fifo when a message is failed to process the later messages are not retried
  • Update User-Agent string
  • Avoid logging error during shutdown

AWS.Messaging.Lambda (0.10.1)

  • Update AWS.Messaging dependency
  • Update project dependencies

AWS.Messaging.Telemetry.OpenTelemetry (0.9.2)

  • Update project dependencies

Release 2025-01-13

15 Jan 19:43
Compare
Choose a tag to compare

Release 2025-01-13

AWS.Messaging (0.9.3)

  • Removes references to SNS in EventBridge publisher
  • Update logic to make DefaultMessageManager fail on InvalidMessageHandlerSignatureException

Release 2024-08-15

16 Aug 17:14
Compare
Choose a tag to compare

Release 2024-08-15

AWS.Messaging (0.9.2)

  • Add support for AddAWSMessageBus being invoked multiple times against the same ServiceCollection. This allows different modules to register their own handlers rather than requiring a centralized registration.

Release 2024-08-02

02 Aug 19:50
Compare
Choose a tag to compare

Release 2024-08-02

AWS.Messaging.Lambda (0.10.0)

  • Add default visibility timeout for failed partial batch response.