Releases: aws/aws-dotnet-messaging
Releases · aws/aws-dotnet-messaging
Release 2025-06-03
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
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
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
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
Release 2025-04-01
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
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
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
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
Release 2024-08-02
AWS.Messaging.Lambda (0.10.0)
- Add default visibility timeout for failed partial batch response.