Skip to content

0.3.0

Compare
Choose a tag to compare
@mburumaxwell mburumaxwell released this 29 Dec 13:49
· 950 commits to main since this release

New features:

  • Kafka Transport.
  • Amazon Kinesis transport (still in dev).
  • Configurable bus startup delay (useful for scenarios where other components need to be ready before the bus starts e.g. debugging scenarios).
  • Extras for health checks to allow for more information.
  • Expose System.Text.Json.SerializerOptions directly instead of bridging class.

Fixes:

  • Reuse of IServiceScope for dependency resolution to reduce memory usage.
  • Package Tags and Package Descriptions are now available.
  • Rename EventBusNamingConvention to NaminConvention`

Dependencies:

  • Bump AWSSDK.SQS from 3.5.1.1 to 3.5.1.5
  • Bump AWSSDK.SimpleNotificationService from 3.5.1.23 to 3.5.1.27

Other:

  • More logging
  • Adding current activity Id to event headers
  • Custom serializer example