Releases: JasperFx/wolverine
Releases · JasperFx/wolverine
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
V2.10.0
What's Changed
- Update getting-started.md by @GeeSuth in #907
- Added graceful node shutdown guidance into best practices. by @d0pare in #912
- Making Wolverine assert that a cascaded message is not an ISideEffect… by @jeremydmiller in #913
- update marten packages by @SimonCropp in #887
- Decoupling the AutoCreate in Message Databases from Marten StoreOptions by @Xzelsius in #905
- Ejecting stale nodes before attempting to chose a new leader to avo… by @jeremydmiller in #914
- Limit message discovery on assemblies by @anhtin in #906
New Contributors
Full Changelog: V2.9.0...V2.10.0
V2.9.0
What's Changed
- New UseWolverineSoloMode() test helper. Closes GH-903 by @jeremydmiller in #904
Full Changelog: V2.8.2...V2.9.0
V2.8.2
What's Changed
- New option to disable assembly scan for modules by @d0pare in #896
- New mechanism to disable automatic Wolverine module discovery by @jeremydmiller in #898
- Set runtime agent cancellation source earlier to prevent unexpected errors on dispose by @elexisvenator in #899
- Trying to address the leadership crash and making the database backed… by @jeremydmiller in #901
New Contributors
- @d0pare made their first contribution in #896
- @elexisvenator made their first contribution in #899
Full Changelog: V2.8.1...V2.8.2
V2.8.1
What's Changed
- missing await in EnvelopeCustomizationSamples by @SimonCropp in #891
- remove some redundant casts by @SimonCropp in #889
- reduce some reflection in FindOrCreateQueueForMessageTypeByConvention by @SimonCropp in #888
- remove some redundant null suppressions by @SimonCropp in #890
- Finally able to correctly forward messages to IEvent when using th… by @jeremydmiller in #893
- PostgreSQL transport can dynamically provision schema objects for dynamically added tenants by @jeremydmiller in #894
Full Changelog: V2.8.0...V2.8.1
V2.8.0
What's Changed
- New optimized start up mode for HTTP endpoints when TypeLoadMode=Stat… by @jeremydmiller in #885
- make alba versions consistent by @SimonCropp in #880
- make xunit versions consistent by @SimonCropp in #878
- make Weasel versions consistent by @SimonCropp in #881
- Usings by @SimonCropp in #876
- Tolerate trailing semicolon in RabbitMQ connection string by @igor-toporet in #875
- Can now serialize IEvent for durable messaging w/ event subscripti… by @jeremydmiller in #886
Full Changelog: V2.7.0...V2.8.0
V2.7.0
What's Changed
- Docs: fixen broken link to local queues by @AlexZeitler in #850
- avoid some reflection via use of TryGetAttribute by @SimonCropp in #853
- add generic WolverineModule by @SimonCropp in #852
- remove redundant class body by @SimonCropp in #854
- Wolverine now considers a method named "Validate" or "ValidateAsync" … by @jeremydmiller in #855
- Upgrading JasperFx.CodeGeneration to stop the issue with preview code… by @jeremydmiller in #866
- cleanup some whitespace by @SimonCropp in #864
- merge some single and wheres by @SimonCropp in #859
- fix typo in _incrementIncomingEnvelopeAttempts by @SimonCropp in #858
- use char instead of string where possible by @SimonCropp in #861
- move to computed properties by @SimonCropp in #867
- Separates postgre transport and message storage schemas by @Shield1739 in #869
- remove redundant class bodies by @SimonCropp in #857
- Fix? for Codegen issues on IResult using HTTP endpoints, [Document(Required=true)] by @jeremydmiller in #871
- Add optional RouteUrl parameter to Wolverine endpoint attributes by @flew2bits in #873
- New overrides for registering Marten event subscriptions directly on … by @jeremydmiller in #874
New Contributors
- @flew2bits made their first contribution in #873
Full Changelog: V2.6.1...V2.7.0
V2.6.1
Important bug fixes for leadership election and for Swagger!
What's Changed
- Fix some usages of HttpChain.RequestType after filling it with System.Void as default value by @haefele in #847
- Set health check timestamp to utc by @Hobbs1210 in #849
New Contributors
- @Hobbs1210 made their first contribution in #849
Full Changelog: V2.6.0...V2.6.1
V2.6.0
What's Changed
- Little fix for Sql Server persistence of zero node records, and littl… by @jeremydmiller in #836
- Enabling Wolverine items to be used with codegen preview command line by @jeremydmiller in #837
- Multi-tenancy improvements for the Marten integration by @jeremydmiller in #842
- Add support for Azure ServiceBus subscription filter by @Xzelsius in #841
- Adjusting the requeue behavior for durable, local queues. Closes GH-826 by @jeremydmiller in #843
- Fix for saga identity rules. Closes GH-715 by @jeremydmiller in #844
- Http middleware usability improvements by @jeremydmiller in #845
- Patch for KafkaSenderProtocol to register a successful batch and clea… by @jeremydmiller in #846
Full Changelog: V2.5.1...V2.6.0