Skip to content

Releases: JasperFx/wolverine

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.

V1.16.0

26 Jan 21:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: V1.15.0...V1.16.0

V1.15.0

23 Jan 18:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V1.14.0...V1.15.0

V1.14.0

16 Jan 15:09
Compare
Choose a tag to compare

What's Changed

See the entire list of closed issues at https://github.com/JasperFx/wolverine/milestone/40?closed=1

New Contributors

Full Changelog: v1.13.2...V1.14.0

V1.13.2

03 Jan 00:07
Compare
Choose a tag to compare

V1.13.0

20 Dec 00:13
Compare
Choose a tag to compare

What's Changed

The main highlight is very significant improvements to the OpenAPI (Swashbuckle/Swagger) documentation generation in Wolverine.HTTP
as Wolverine finally got its own OpenAPI strategy that works with Wolverine's own special sauce. The other big highlight is some significant improvements to the MQTT support that was sponsored by a JasperFx Software client building an IoT application.

Other issues:

https://github.com/JasperFx/wolverine/milestone/38?closed=1

  • #647 Await forwarded event actions from integration tests by @erdtsieck in #653
  • #649 Dynamic code generation fails occasionally on a list of messages that use a Marten aggregate and thus trigger code generation in parallel by @erdtsieck in #652
  • Manage Sender and Listener connection separately in RMQ by @vglinca in #644

Full Changelog: V1.12.3...V1.13.0

V1.12.3

22 Nov 20:19
Compare
Choose a tag to compare

Hopefully the last attempt at locking in Nuget dependencies for other folks

V1.12.2

22 Nov 13:14
Compare
Choose a tag to compare

Upgrading to Marten 6.4 and the latest Npgsql