What's Changed
Since v7.3.0
- Message compression
- Upgraded to AWSSDK v4
- Introduces a "Message Body Serializer/Deserializer" to keep the message format separate
- Adds SNS raw delivery support
Subject
is now optional- Allows for overriding
Subject
in publisher configuraiton - Removes serialization registry, serializers are flowed through the subscription
- Added LocalSqsSnsMessaging to make integration testing instantaneous and deterministic
Since v8.0.0-rc.1
- Migrated to XUnit v3
- Started publishing test results to Codecov
New Contributors
- @Copilot made their first contribution in #1750
Full Changelog: v7.3.0...v8.0.0