Skip to content

Releases: JasperFx/wolverine

V3.8.1

04 Feb 15:42
d5c642b
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.8.0...V3.8.1

V3.8.0

24 Jan 20:35
9bd4175
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V3.7.0...V3.8.0

V3.7.0

21 Jan 20:34
d777b26
Compare
Choose a tag to compare

This was a somewhat sizable release. See the closed issue list for the 3.7.0 milestone as well.

What's Changed

  • New IConfigureLocalQueue mechanism for easier configuration of local queues when using sticky handlers by @jeremydmiller in #1224
  • Persistence improvements for multiple receivers of the same message, big new tutorials by @jeremydmiller in #1226
  • More updates to the vertical slice & modular monolith guides by @jeremydmiller in #1229
  • Seeding a new sample IncidentService, new guides for CQRS w/ Marten & Railway Programming by @jeremydmiller in #1231
  • Health checks are an "upsert" now so that a node is put back if it's … by @jeremydmiller in #1234
  • Nuget updates to remove more vulnerabilities by @NeussConsulting in #1233
  • Sending a fake session identifier in Ping() for Azure Service Bus. Cl… by @jeremydmiller in #1236
  • Sagas don't get impacted (and broken) by the "Separated" handler flag by @jeremydmiller in #1237
  • Fixed DLQ replayability with messages from external table listeners by @jeremydmiller in #1238
  • Moar doc updates for vertical slice & modular monolith usage & cqrs by @jeremydmiller in #1239

Full Changelog: V3.6.5...V3.7.0

V3.6.5

16 Jan 12:09
2c63fcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.6.4...V3.6.5

V3.6.4

15 Jan 18:10
c14fec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.6.3...V3.6.4

V3.6.1

13 Jan 15:37
Compare
Choose a tag to compare

Note this bug fix isn't related to anything new in 7.36

What's Changed

  • Ensuring that external message table endpoints always operate as du… by @jeremydmiller in #1210

Full Changelog: V3.6.0...V7.36.1

V3.6.3

13 Jan 19:53
Compare
Choose a tag to compare

What's Changed

  • Doh, fixed an Activity.SetTag() that blew up when there's an Otel lis… by @jeremydmiller in #1216

Full Changelog: V3.6.2...V3.6.3

V3.6.2

13 Jan 18:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: V7.36.1...V3.6.2

V3.6.0

13 Jan 03:00
ca6eecd
Compare
Choose a tag to compare

This was a big release with bug fixes and quite a few significant features to improve Wolverine's usability for modular monolith architectures and to further improve Wolverine's already outstanding usability for vertical slice architecture.

Highlights:

  • New Persistence Helpers feature to make handlers or http endpoint code event cleaner
  • The new "Separated" option to better use multiple handlers for the same message type that's been a source of friction for Wolverine users using modular monolithic approaches to event driven architecture
  • A huge update to the Message Routing documentation to reflect some new features and existing diagnostics

And of course, the full list of closed issues addressed by this release.

What's Changed

Full Changelog: V3.5.1...V3.6.0

V3.5.1

18 Dec 20:39
82277c0
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.5.0...V3.5.1