Releases: JasperFx/wolverine
V1.12.3
Hopefully the last attempt at locking in Nuget dependencies for other folks
V1.12.2
Upgrading to Marten 6.4 and the latest Npgsql
.NET 8 Support
What's Changed
- Add ability to switch off Request/Reply wolverine's queue declaration for RMQ transport. by @vglinca in #634
- .NET targeting, fixed dependency tree issues
New Contributors
Full Changelog: V1.11.1...V1.12.0
V1.11.1
Bug fixes for code generation issues. See https://github.com/JasperFx/wolverine/milestone/36?closed=1
V1.11.0
Improved event forwarding from Marten to Wolverine
See https://github.com/JasperFx/wolverine/milestone/35?closed=1 for more details
What's Changed
- Rename AssemblyVisitiliby.cs to AssemblyVisibility.cs by @StephenStrickland in #623
- Reorder attribute application in HttpChain by @carcer in #621
- Explicit documentation on registering http middleware by @erdtsieck in #626
- feat: add auditing to http endpoints by @timdeschryver in #624
- Support file uploads by @alistair in #618
- #628 Using before middleware that uses an aggregate does not generate code that fetches the aggregate by @erdtsieck in #629
New Contributors
- @StephenStrickland made their first contribution in #623
Full Changelog: V1.10.1...V1.11.0
Wildcard routes
V1.10.0
Big ticket items are improvements to the durability troubleshooting, docs, and codegen improvments, mostly for the HTTP support
What's Changed
- Update runtime.md to fix broken link by @bittercoder in #610
- Update index.md by @bittercoder in #611
- docs: remove reference to localhost by @timdeschryver in #612
- docs: remove reference to localhost by @timdeschryver in #613
- docs: fix some typos by @murbanowicz in #616
- docs: fix info blocks for asp net core integration by @timdeschryver in #615
New Contributors
- @bittercoder made their first contribution in #610
- @murbanowicz made their first contribution in #616
Full Changelog: V1.9.0...V1.10.0
V1.9.0
New Kafka transport!
New MQTT transport!
Some significant bug fixes!
Less Otel noise!
https://github.com/JasperFx/wolverine/milestone/33?closed=1
What's Changed
- Fix a typo by @senal in #588
- Add .MessagesImplementing() to the docs about message routing by @Xzelsius in #594
- Updates HTTP Middleware docs by @Shield1739 in #590
New Contributors
Full Changelog: V1.8.3...V1.9.0
V1.8.3
V1.8.1
Bug fixes, mostly for codegen or OpenAPI generation