Skip to content

Releases: JasperFx/wolverine

V2.2.0

07 Apr 21:45
151d32d
Compare
Choose a tag to compare

What's Changed

Full Changelog: V2.1.2...V2.2.0

V2.1.2

21 Mar 15:15
031c37e
Compare
Choose a tag to compare

What's Changed

  • Codegen will no longer try to use the default ctor when there is a static Saga.Create() method by @jeremydmiller in #779
  • Updated JasperFx.CodeGeneration for a fix to tuples with more than on… by @jeremydmiller in #781
  • Add IDE support for route syntax highlighting and fix some nullability warnings. by @Hawxy in #780

Full Changelog: V2.1.1...V2.1.2

V2.1.1

15 Mar 20:45
5e839bd
Compare
Choose a tag to compare

What's Changed

  • Fixed issue w/ using Finally() middleware to expose variables created… by @jeremydmiller in #773

Full Changelog: V2.1.0...V2.1.1

V2.1.0

13 Mar 12:48
790f387
Compare
Choose a tag to compare

Mostly about dealing with NpgsqlDataSource usage and eliminating the super aggravating "Persist Security Info" usage with PostgreSQL

What's Changed

New Contributors

Full Changelog: V2.0.0...V2.1.0

2.0.0

05 Mar 21:44
Compare
Choose a tag to compare

Folks, this release was mostly about bringing Wolverine up to working with Marten 7.0 and Weasel 7.0. It does drop .NET 6 support however.

There are no breaking API changes

What's Changed

Full Changelog: V1.20.1...V2.0.0

V1.2.0.1

22 Feb 18:31
Compare
Choose a tag to compare

What's Changed

  • Update AWS SQS FIFO queue to allow for setting MessageGroupId and Mes… by @skoncal in #742
  • Add support for QueryString collections by @Xzelsius in #740
  • Unit tests on SQS DLQ and FIFO queue behavior by @jeremydmiller in #745

New Contributors

Full Changelog: V1.19.0...V1.20.1

V1.19.0

20 Feb 11:43
Compare
Choose a tag to compare

Azure Service Bus, SQL Server backed scheduled messaging, and Rabbit MQ improvements

What's Changed

New Contributors

Full Changelog: V1.18.0...V1.19.0

V1.18.0

15 Feb 20:24
46c39ef
Compare
Choose a tag to compare

A 100% community driven release!

What's Changed

  • Include code documentation in Nuget by @chrisbbe in #727
  • Prevent default SQS DLQ from being referenced erroneously by @codyspeck in #725
  • Added AcceptResponse to allow automated mapping of the 202 status with the Location Header by @oskardudycz in #726
  • Add support for IEndpointConventionBuilder.Finally and fix status-code 200 in PublishingEndpoint by @haefele in #724

New Contributors

Full Changelog: V1.17.0...V1.18.0

V1.17.0

09 Feb 21:18
Compare
Choose a tag to compare

What's Changed

  • Important fix for endpoint/transport configuration uncovered by folks trying to disable dead letter queue behavior in AWS SQS usage
  • Fix UseSystemTextJsonForSerialization customization by @drmohundro in #720
  • add ef core registration method overload by @kirill-gerasimenko-da in #721

New Contributors

Full Changelog: V1.16.1...V1.17.0

V1.16.1

29 Jan 21:26
Compare
Choose a tag to compare

Fixes a singular issue with trying to publish a message to Rabbit MQ topics with topic rules per message, and also making the message delivery scheduled with a delay.