Skip to content

Version 8.0.0

Latest
Compare
Choose a tag to compare
@hwoodiwiss hwoodiwiss released this 09 Sep 13:54
· 20 commits to main since this release
c2889e8

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