Skip to content

Releases: JasperFx/wolverine

V3.2.0

07 Nov 16:58
2420c0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.1.1...V3.2.0

V3.1.1

04 Nov 17:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.1.0...V3.1.1

V3.1.0

27 Oct 19:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V3.0.1...V3.1.0

V3.0.1

23 Oct 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.0.0...V3.0.1

V3.0.0

16 Oct 21:09
Compare
Choose a tag to compare

Finally!

Wolverine 3.0 is finally here! See the migration guide for the things to watch out for
when upgrading to 3.0 -- don't worry, we don't think the update from 2.* is going to be that bad.

The really big changes are:

  1. Supporting ServiceProvider in addition to Lamar as the IoC container for Wolverine applications
  2. Ability to bootstrap Wolverine through HostApplicationBuilder or even just from IServiceCollection.AddWolverine()
  3. The leader election inside of Wolverine and hence the effectiveness of its inbox/outbox message recovery is greatly improved over the 2.* model that had proven problematic for some folks
  4. Batched messaging
  5. "Sticky" message handlers where the same message can be handled independently by more than one handler in the same application
  6. Pulsar transport
  7. RavenDb persistence

See the entire list of issues closed in 3.0 here.

What's Changed

New Contributors

Full Changelog: V2.17.0...V3.0.0

V3.0.0-rc-2

30 Sep 19:46
7bfd875
Compare
Choose a tag to compare
V3.0.0-rc-2 Pre-release
Pre-release

What's Changed

Full Changelog: V3.0.0-rc-1...V3.0.0-rc-2

V3.0.0-rc-1

10 Sep 19:40
Compare
Choose a tag to compare
V3.0.0-rc-1 Pre-release
Pre-release

What's Changed

Full Changelog: V3.0.0-beta-2...V3.0.0-rc-1

V3.0.0-beta-2

09 Sep 02:31
Compare
Choose a tag to compare
V3.0.0-beta-2 Pre-release
Pre-release

What's Changed

  • Automatic support for Marten's new async aggregation side effect mode… by @jeremydmiller in #1030

Full Changelog: V3.0.0-beta-1...V3.0.0-beta-2

V3.0.0-beta-1

04 Sep 00:34
Compare
Choose a tag to compare
V3.0.0-beta-1 Pre-release
Pre-release

What's Changed

Full Changelog: V3.0.0-alpha-2...V3.0.0-beta-1

V2.17.2

01 Sep 20:08
Compare
Choose a tag to compare
  • Big fix for messages being erroneously double handled sometimes when using durable inbox'd endpoints and running for a substantial amount of time in Solo durability mode

Full Changelog: V2.16.1...V2.17.2