Skip to content

v3.8.0

Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 01 Feb 10:54
· 131 commits to master since this release
  • Updated dependencies:
    • log4net: 2.0.8 -> 2.0.12
    • protobuf-net: 2.4.6 -> 3.0.73
    • AutoFixture: 4.11.0 -> 4.15.0
    • CompareNETObjects: 4.66.0 -> 4.71.0
    • Moq: 4.14.1 -> 4.16.0
    • NUnit: 3.12.0 -> 3.13.1
    • System.Management: 4.7.0 -> 5.0.0
    • System.Threading.Tasks.Dataflow: 4.11.1 -> 5.0.0
    • System.Configuration.ConfigurationManager: 4.7.0 -> 5.0.0
  • Updated .NET Core targets to .NET 5
  • Added snapshot generator that can produce multiple snapshots for each subscription (#95)
  • Allow SubscriptionSnapshotGenerator to skip sending a snapshot (#98)
  • Make context nullable in IMessageContextAware
  • Persistence: Throw specific exception in OldestNonAckedMessageUpdaterPeriodicAction
  • Fix error handling in AsyncHandlerExecutor
  • Ignore unknown peers in Publish(message, peerId)
  • Refactor TransportMessage serialization