Releases: JasperFx/wolverine
Releases · JasperFx/wolverine
V2.17.0
What's Changed
- RabbitMQ: Improve convention routing flexibility and move binding creation to queues by @Hawxy in #950
- Sticky handlers by @jeremydmiller in #987
- Redesign and simplification of the leader election. Closes GH-984 by @jeremydmiller in #990
- Multi Rabbit MQ broker usage by @jeremydmiller in #991
- Reduce log noise by @bhosale-ajay in #1002
- Fix nullable boolean by @Richard87 in #1005
- Use of NewId instead of CombGuidIdGeneration closes GH-1006 by @vasicvuk in #1009
- Adding kafka key capability with DeliveryOptions by @ferdikosasih in #1008
- Improved Durable receiving to correct error handling. Closes GH-983 by @jeremydmiller in #1010
- Postgres transport fix for the schema name usage by @jeremydmiller in #1011
- Fix OpenTelemetry docs by @NilsLattek in #1012
New Contributors
- @vasicvuk made their first contribution in #1009
- @ferdikosasih made their first contribution in #1008
- @NilsLattek made their first contribution in #1012
Full Changelog: V2.16.1...V2.17.0
V2.16.1
What's Changed
- Fix for publishing to the outbox or durable inbox when not using tran… by @jeremydmiller in #985
Full Changelog: V2.16.0...V2.16.1
V2.16.0
What's Changed
- Publishing a message without a handler doesn't add it to the tracked session by @AlexZeitler in #969
- Mediator only fix by @jeremydmiller in #975
- Propagating the tenant id when relaying events from Marten to Wolveri… by @jeremydmiller in #976
- Fix for case sensitivity issue with SQS queue names. Closes GH-973 by @jeremydmiller in #977
- Trying not to use stale data on the try to elect new leadership. Clos… by @jeremydmiller in #978
- Ability to recover messages of type IEvent from the dead letter qu… by @jeremydmiller in #979
Full Changelog: V2.15.2...V2.16.0
V.2.15.2
What's Changed
- Do not try to dead letter queue agent commands by @jeremydmiller in #958
- Docs: application integration test example with tracked session by @AlexZeitler in #959
- Fix sample_using_messagepack_on_selected_endpoints in docs by @mysticmind in #964
- Improve HttpHandler.acceptsJson to also accept "application/problem+json" by @haefele in #963
- acceptsJson should be true for no accepts by @SimonCropp in #957
- Extra test to verify that we can post JSON with no "accepts" header by @jeremydmiller in #965
New Contributors
- @mysticmind made their first contribution in #964
Full Changelog: V2.15.0...V2.15.2
V2.15.0
What's Changed
- Fix RabbitMQ not able to start in Balanced Mode by @doctorspider42 in #952
- Add the tenant ID to the current request activity by @Xzelsius in #953
- Docs: add missing word by @AlexZeitler in #951
- simplify acceptsJson by @SimonCropp in #945
- Making the Rabbit MQ Listener "Auto Ping" behavior be opt in by @jeremydmiller in #955
New Contributors
- @doctorspider42 made their first contribution in #952
Full Changelog: V2.14.1...V2.15.0
V2.14.1
What's Changed
- Better exception messages on dead letter queue problems by @jeremydmiller in #948
Full Changelog: V2.14.0...V2.14.1
V2.14.0
What's Changed
- Ability to do codegen against custom classes named "Lock". Closes 934 by @jeremydmiller in #939
- Extra assertion on the postgresql transport usage by @jeremydmiller in #940
- Add separate transport schema support for SQL Server transport by @bartimer in #941
- Bug 926 also fix OpenAPI generation by @StellaAlexis in #942
- Rabbit ping on listener start up by @jeremydmiller in #944
New Contributors
- @bartimer made their first contribution in #941
- @StellaAlexis made their first contribution in #942
Full Changelog: V2.13.0...V2.14.0
V2.13.0
What's Changed
- Little helper for metadata with HttpContext & Marten multi-tenancy by @jeremydmiller in #922
- Marten separate store support with Wolverine by @jeremydmiller in #931
- Docs: remove code not needed since Wolverine 2.0 by @AlexZeitler in #930
- Enhance [Document] attribute with support for soft-deletes by @haefele in #923
- Add repro for event forwarding routing bug by @anhtin in #928
- Ability to use IFormFile or IFormFileCollection in HTTP middleware. C… by @jeremydmiller in #932
- Event forwarding routing fix to respect explicit routing rules by @jeremydmiller in #933
Full Changelog: V2.11.1...V2.13.0
V2.11.1
What's Changed
- Fixed issue where the sticky multi-tenanted agent family for postgres… by @jeremydmiller in #921
Full Changelog: V2.11.0...V2.11.1
V2.11.0
What's Changed
- Docs: Add white background on wolverine-subscriptions.png by @joelving in #918
- Docs: fix broken link by @AlexZeitler in #916
- Tenancy detection improvements, non Wolverine HTTP usage of tenant id detection for Marten by @jeremydmiller in #917
- Implement an indefinite scheduled retry policy by @woksin in #915
- Updating to Marten 7.18 because of the session factory fix by @jeremydmiller in #919
New Contributors
Full Changelog: V2.10.0...V2.11.0