Bump the wolverine group with 7 updates#161
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps WolverineFx from 6.8.0 to 6.16.0 Bumps WolverineFx.AzureServiceBus from 6.8.0 to 6.16.0 Bumps WolverineFx.EntityFrameworkCore from 6.8.0 to 6.16.0 Bumps WolverineFx.FluentValidation from 6.8.0 to 6.16.0 Bumps WolverineFx.Postgresql from 6.8.0 to 6.16.0 Bumps WolverineFx.RuntimeCompilation from 6.8.0 to 6.16.0 Bumps WolverineFx.SqlServer from 6.8.0 to 6.16.0 --- updated-dependencies: - dependency-name: WolverineFx dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.AzureServiceBus dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.EntityFrameworkCore dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.FluentValidation dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.Postgresql dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.RuntimeCompilation dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine - dependency-name: WolverineFx.SqlServer dependency-version: 6.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: wolverine ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated WolverineFx from 6.8.0 to 6.16.0.
Release notes
Sourced from WolverineFx's releases.
6.16.0
Lot of CritterWatch stuff, optimized SQL Server transport, new options for NServiceBus interop using SQL Server, bug fixes
What's Changed
Full Changelog: JasperFx/wolverine@V6.15.0...V6.16.0
6.15.0
Wolverine 6.15.0 aligns the critter-stack dependencies with the latest stable releases and brings observability, transport, and persistence improvements.
Dependency updates
GCP Pub/Sub
ListenOnlyAtLeader()) listeners now use a single shared subscription instead of a per-node subscription, restoring single-consumer semantics (#3258)Observability & health
BackgroundReceiveLoopwith receive-loop health reporting, adopted across SQS, Redis, PostgreSQL queue, SQL Server queue, and Kafka (#3236)EndpointHealthSnapshot;IReportConnectionStatefor NATS, MQTT, Pulsar, Redis (#3231)source(service name) (#3221); dimensional inbox/outbox/scheduled gauges (source + database); configurable millisecond histogram buckets (#3224)TagsonWolverineOptions, surfaced onServiceCapabilities(#3240)IGrpcEndpointManifest(#3235)Persistence & fixes
DbContext.Update()for untracked entities inStorage.Update(#3229)IEventStorefor Polecat stores so they're discoverable (#3219)NullMessageStorenever throws — no-ops every member for storeless observersPersistAgentRestrictionsAsyncno-ops on empty list (#3252);AssignmentGrid.ApplyRestrictionstolerates non-grid paused-agent URIsFull changelog: JasperFx/wolverine@V6.14.0...V6.15.0
6.14.0
The big ticket item is new interop options for Wolverine to/from MassTransit or NServiceBus using each's SQL Server or PostgreSQL queueing. Also quite a few Pulsar improvements. And community additions too!
What's Changed
Full Changelog: JasperFx/wolverine@V6.13.1...V6.14.0
6.13.1
Patch release on the 6.x line — a Critter Stack dependency refresh plus one targeted fix. No breaking changes.
🐛 Fixes
NULL received_at(#3165) — the dead-letter explorer could report 0 messages even when dead letters existed; the RDBMS DLQ readers now handle a nullreceived_atcolumn.⬆️ Dependencies
Full Changelog: JasperFx/wolverine@V6.13.0...V6.13.1
6.13.0
Wolverine 6.13.0 on the 6.0 line (JasperFx 2.x, net9.0/net10.0). The headline is a top-to-bottom Kafka integration re-evaluation (epic #3134) that makes the transport idiomatic and high-throughput, plus
[AsParameters]HTTP fidelity fixes and event-subscription/projection-distribution hardening. No breaking changes.🚀 Kafka integration re-evaluation (#3134)
CommitMode(#3152) —StoreThenAutoFlush(default, non-blocking idiomatic throughput),PerMessage, andCommitOffsetsAfterCount/AfterIntervalbatch modes.read_committedoffset gaps.AutoOffsetResetand ephemeral hot-tail / broadcast consume (#3155).Assign(#3156).read_committedisolation, with EOS guidance (#3157).OnException<T>().MoveToKafkaRetryTopic(...)DSL (#3160).ExtendConsumerConfigurationnow preserves parent/global consumer settings (#3151).🌐 HTTP —
[AsParameters](#3135)[FromBody]in[AsParameters]: binds null withrequired:false(#3142)[AsParameters]+[FromBody]+[WriteAggregate]codegen 500 (#3143/#3144)[AsParameters]as the idiomatic route/body split (#3145)🗄️ Event subscriptions, projections & distribution
🐛 Other fixes
Full Changelog: JasperFx/wolverine@V6.12.0...V6.13.0
6.12.0
What's Changed
Full Changelog: JasperFx/wolverine@V6.11.0...V6.12.0
6.11.0
The Polecat change was necessary for CritterWatch persistence with SQL Server. The inbox cleanup should help with very busy Wolverine systems be a bit easier on databases.
What's Changed
Full Changelog: JasperFx/wolverine@V6.10.0...V6.11.0
6.10.0
New Polecat integration for ancillary store support within Wolverine that folks doing modular monoliths will want -- and we needed in CritterWatch post haste. Also new options for configuring Redis.
What's Changed
Full Changelog: JasperFx/wolverine@V6.9.0...V6.10.0
6.9.0
This release was mostly about CritterWatch, but does have some new DLQ functionality, which was meant to complement CritterWatch. Couple bug fixes too though.
What's Changed
Full Changelog: JasperFx/wolverine@V6.8.0...V6.9.0
Commits viewable in compare view.
Updated WolverineFx.AzureServiceBus from 6.8.0 to 6.16.0.
Release notes
Sourced from WolverineFx.AzureServiceBus's releases.
6.16.0
Lot of CritterWatch stuff, optimized SQL Server transport, new options for NServiceBus interop using SQL Server, bug fixes
What's Changed
Full Changelog: JasperFx/wolverine@V6.15.0...V6.16.0
6.15.0
Wolverine 6.15.0 aligns the critter-stack dependencies with the latest stable releases and brings observability, transport, and persistence improvements.
Dependency updates
GCP Pub/Sub
ListenOnlyAtLeader()) listeners now use a single shared subscription instead of a per-node subscription, restoring single-consumer semantics (#3258)Observability & health
BackgroundReceiveLoopwith receive-loop health reporting, adopted across SQS, Redis, PostgreSQL queue, SQL Server queue, and Kafka (#3236)EndpointHealthSnapshot;IReportConnectionStatefor NATS, MQTT, Pulsar, Redis (#3231)source(service name) (#3221); dimensional inbox/outbox/scheduled gauges (source + database); configurable millisecond histogram buckets (#3224)TagsonWolverineOptions, surfaced onServiceCapabilities(#3240)IGrpcEndpointManifest(#3235)Persistence & fixes
DbContext.Update()for untracked entities inStorage.Update(#3229)IEventStorefor Polecat stores so they're discoverable (#3219)NullMessageStorenever throws — no-ops every member for storeless observersPersistAgentRestrictionsAsyncno-ops on empty list (#3252);AssignmentGrid.ApplyRestrictionstolerates non-grid paused-agent URIsFull changelog: JasperFx/wolverine@V6.14.0...V6.15.0
6.14.0
The big ticket item is new interop options for Wolverine to/from MassTransit or NServiceBus using each's SQL Server or PostgreSQL queueing. Also quite a few Pulsar improvements. And community additions too!
What's Changed
Full Changelog: JasperFx/wolverine@V6.13.1...V6.14.0
6.13.1
Patch release on the 6.x line — a Critter Stack dependency refresh plus one targeted fix. No breaking changes.
🐛 Fixes
NULL received_at(#3165) — the dead-letter explorer could report 0 messages even when dead letters existed; the RDBMS DLQ readers now handle a nullreceived_atcolumn.⬆️ Dependencies
Full Changelog: JasperFx/wolverine@V6.13.0...V6.13.1
6.13.0
Wolverine 6.13.0 on the 6.0 line (JasperFx 2.x, net9.0/net10.0). The headline is a top-to-bottom Kafka integration re-evaluation (epic #3134) that makes the transport idiomatic and high-throughput, plus
[AsParameters]HTTP fidelity fixes and event-subscription/projection-distribution hardening. No breaking changes.🚀 Kafka integration re-evaluation (#3134)
CommitMode(#3152) —StoreThenAutoFlush(default, non-blocking idiomatic throughput),PerMessage, andCommitOffsetsAfterCount/AfterIntervalbatch modes.read_committedoffset gaps.AutoOffsetResetand ephemeral hot-tail / broadcast consume (#3155).Assign(#3156).read_committedisolation, with EOS guidance (#3157).OnException<T>().MoveToKafkaRetryTopic(...)DSL (#3160).ExtendConsumerConfigurationnow preserves parent/global consumer settings (#3151).🌐 HTTP —
[AsParameters](#3135)[FromBody]in[AsParameters]: binds null withrequired:false(#3142)[AsParameters]+[FromBody]+[WriteAggregate]codegen 500 (#3143/#3144)[AsParameters]as the idiomatic route/body split (#3145)🗄️ Event subscriptions, projections & distribution
🐛 Other fixes
Full Changelog: JasperFx/wolverine@V6.12.0...V6.13.0
6.12.0
What's Changed
Full Changelog: JasperFx/wolverine@V6.11.0...V6.12.0
6.11.0
The Polecat change was necessary for CritterWatch persistence with SQL Server. The inbox cleanup should help with very busy Wolverine systems be a bit easier on databases.
What's Changed
Full Changelog: JasperFx/wolverine@V6.10.0...V6.11.0
6.10.0
New Polecat integration for ancillary store support within Wolverine that folks doing modular monoliths will want -- and we needed in CritterWatch post haste. Also new options for configuring Redis.
What's Changed
Full Changelog: JasperFx/wolverine@V6.9.0...V6.10.0
6.9.0
This release was mostly about CritterWatch, but does have some new DLQ functionality, which was meant to complement CritterWatch. Couple bug fixes too though.
What's Changed
Full Changelog: JasperFx/wolverine@V6.8.0...V6.9.0
Commits viewable in compare view.
Updated WolverineFx.EntityFrameworkCore from 6.8.0 to 6.16.0.
Release notes
Sourced from WolverineFx.EntityFrameworkCore's releases.
6.16.0
Lot of CritterWatch stuff, optimized SQL Server transport, new options for NServiceBus interop using SQL Server, bug fixes
What's Changed
Full Changelog: JasperFx/wolverine@V6.15.0...V6.16.0
6.15.0
Wolverine 6.15.0 aligns the critter-stack dependencies with the latest stable releases and brings observability, transport, and persistence improvements.
Dependency updates
GCP Pub/Sub
ListenOnlyAtLeader()) listeners now use a single shared subscription instead of a per-node subscription, restoring single-consumer semantics (#3258)Observability & health
BackgroundReceiveLoopwith receive-loop health reporting, adopted across SQS, Redis, PostgreSQL queue, SQL Server queue, and Kafka (#3236)EndpointHealthSnapshot;IReportConnectionStatefor NATS, MQTT, Pulsar, Redis (#3231)source(service name) (#3221); dimensional inbox/outbox/scheduled gauges (source + database); configurable millisecond histogram buckets (#3224)TagsonWolverineOptions, surfaced onServiceCapabilities(#3240)IGrpcEndpointManifest(#3235)Persistence & fixes
DbContext.Update()for untracked entities inStorage.Update(#3229)IEventStorefor Polecat stores so they're discoverable (#3219)NullMessageStorenever throws — no-ops every member for storeless observersPersistAgentRestrictionsAsyncno-ops on empty list (#3252);AssignmentGrid.ApplyRestrictionstolerates non-grid paused-agent URIsFull changelog: JasperFx/wolverine@V6.14.0...V6.15.0
6.14.0
The big ticket item is new interop options for Wolverine to/from MassTransit or NServiceBus using each's SQL Server or PostgreSQL queueing. Also quite a few Pulsar improvements. And community additions too!
What's Changed
Full Changelog: JasperFx/wolverine@V6.13.1...V6.14.0
6.13.1
Patch release on the 6.x line — a Critter Stack dependency refresh plus one targeted fix. No breaking changes.
🐛 Fixes
NULL received_at(#3165) — the dead-letter explorer could report 0 messages even when dead letters existed; the RDBMS DLQ readers now handle a nullreceived_atcolumn.⬆️ Dependencies
Full Changelog: JasperFx/wolverine@V6.13.0...V6.13.1
6.13.0
Wolverine 6.13.0 on the 6.0 line (JasperFx 2.x, net9.0/net10.0). The headline is a top-to-bottom Kafka integration re-evaluation (epic #3134) that makes the transport idiomatic and high-throughput, plus
[AsParameters]HTTP fidelity fixes and event-subscription/projection-distribution hardening. No breaking changes.🚀 Kafka integration re-evaluation (#3134)
CommitMode(#3152) —StoreThenAutoFlush(default, non-blocking idiomatic throughput),PerMessage, andCommitOffsetsAfterCount/AfterIntervalbatch modes.read_committedoffset gaps.AutoOffsetResetand ephemeral hot-tail / broadcast consume (#3155).Assign(#3156).read_committedisolation, with EOS guidance (#3157).OnException<T>().MoveToKafkaRetryTopic(...)DSL (#3160).ExtendConsumerConfigurationnow preserves parent/global consumer settings (#3151).🌐 HTTP —
[AsParameters](#3135)[FromBody]in[AsParameters]: binds null withrequired:false(#3142)[AsParameters]+[FromBody]+[WriteAggregate]codegen 500 (#3143/#3144)[AsParameters]as the idiomatic route/body split (#3145)🗄️ Event subscriptions, projections & distribution
🐛 Other fixes
Full Changelog: JasperFx/wolverine@V6.12.0...V6.13.0
6.12.0
What's Changed
Full Changelog: JasperFx/wolverine@V6.11.0...V6.12.0
6.11.0
The Polecat change was necessary for CritterWatch persistence with SQL Server. The inbox cleanup should help with very busy Wolverine systems be a bit easier on databases.
What's Changed
Full Changelog: JasperFx/wolverine@V6.10.0...V6.11.0
6.10.0
New Polecat integration for ancillary store support within Wolverine that folks doing modular monoliths will want -- and we needed in CritterWatch post haste. Also new options for configuring Redis.
What's Changed
Full Changelog: JasperFx/wolverine@V6.9.0...V6.10.0
6.9.0
This release was mostly about CritterWatch, but does have some new DLQ functionality, which was meant to complement CritterWatch. Couple bug fixes too though.
What's Changed
Full Changelog: JasperFx/wolverine@V6.8.0...V6.9.0
Commits viewable in compare view.
Updated WolverineFx.FluentValidation from 6.8.0 to 6.16.0.
Release notes
Sourced from WolverineFx.FluentValidation's releases.
6.16.0
Lot of CritterWatch stuff, optimized SQL Server transport, new options for NServiceBus interop using SQL Server, bug fixes
What's Changed
Full Changelog: JasperFx/wolverine@V6.15.0...V6.16.0
6.15.0
Wolverine 6.15.0 aligns the critter-stack dependencies with the latest stable releases and brings observability, transport, and persistence improvements.
Dependency updates
GCP Pub/Sub
ListenOnlyAtLeader()) listeners now use a single shared subscription instead of a per-node subscription, restoring single-consumer semantics (#3258)Observability & health
BackgroundReceiveLoopwith receive-loop health reporting, adopted across SQS, Redis, PostgreSQL queue, SQL Server queue, and Kafka (#3236)EndpointHealthSnapshot;IReportConnectionStatefor NATS, MQTT, Pulsar, Redis (#3231)source(service name) (#3221); dimensional inbox/outbox/scheduled gauges (source + database); configurable millisecond histogram buckets (#3224)TagsonWolverineOptions, surfaced onServiceCapabilities(#3240)IGrpcEndpointManifest(#3235)Persistence & fixes
DbContext.Update()for untracked entities inStorage.Update(#3229)IEventStorefor Polecat stores so they're discoverable (#3219)NullMessageStorenever throws — no-ops every member for storeless observersPersistAgentRestrictionsAsyncno-ops on empty list (#3252);AssignmentGrid.ApplyRestrictionstolerates non-grid paused-agent URIsFull changelog: JasperFx/wolverine@V6.14.0...V6.15.0
6.14.0
The big ticket item is new interop options for Wolverine to/from MassTransit or NServiceBus using each's SQL Server or PostgreSQL queueing. Also quite a few Pulsar improvements. And community additions too!
What's Changed
Full Changelog: JasperFx/wolverine@V6.13.1...V6.14.0
6.13.1
Patch release on the 6.x line — a Critter Stack dependency refresh plus one targeted fix. No breaking changes.
🐛 Fixes
NULL received_at(#3165) — the dead-letter explorer could report 0 messages even when dead letters existed; the RDBMS DLQ readers now handle a nullreceived_atcolumn.⬆️ Dependencies
Full Changelog: JasperFx/wolverine@V6.13.0...V6.13.1
6.13.0
Wolverine 6.13.0 on the 6.0 line (JasperFx 2.x, net9.0/net10.0). The headline is a top-to-bottom Kafka integration re-evaluation (epic #3134) that makes the transport idiomatic and high-throughput, plus
[AsParameters]HTTP fidelity fixes and event-subscription/projection-distribution hardening. No breaking changes.🚀 Kafka integration re-evaluation (#3134)
CommitMode(#3152) —StoreThenAutoFlush(default, non-blocking idiomatic throughput),PerMessage, andCommitOffsetsAfterCount/AfterIntervalbatch modes.read_committedoffset gaps.AutoOffsetResetand ephemeral hot-tail / broadcast consume (#3155).Assign(#3156).read_committedisolation, with EOS guidance (#3157).OnException<T>().MoveToKafkaRetryTopic(...)DSL (#3160).ExtendConsumerConfigurationnow preserves parent/global consumer settings (#3151).🌐 HTTP —
[AsParameters](#3135)[FromBody]in[AsParameters]: binds null withrequired:false(#3142)[AsParameters]+[FromBody]+[WriteAggregate]codegen 500 (#3143/#3144)[AsParameters]as the idiomatic route/body split (#3145)🗄️ Event subscriptions, projections & distribution
🐛 Other fixes
Full Changelog: JasperFx/wolverine@V6.12.0...V6.13.0
6.12.0
What's Changed
Full Changelog: JasperFx/wolverine@V6.11.0...V6.12.0
6.11.0
The Polecat change was necessary for CritterWatch persistence with SQL Server. The inbox cleanup should help with very busy Wolverine systems be a bit easier on databases.
What's Changed
Full Changelog: JasperFx/wolverine@V6.10.0...V6.11.0
6.10.0
New Polecat integration for ancillary store support within Wolverine that folks doing modular monoliths will want -- and we needed in CritterWatch post haste. Also new options for configuring Redis.
What's Changed
Full Changelog: JasperFx/wolverine@V6.9.0...V6.10.0
6.9.0
This release was mostly about CritterWatch, but does have some new DLQ functionality, which was meant to complement CritterWatch. Couple bug fixes too though.
What's Changed
Full Changelog: JasperFx/wolverine@V6.8.0...V6.9.0
Commits viewable in compare view.
Updated WolverineFx.Postgresql from 6.8.0 to 6.16.0.
Release notes
Sourced from WolverineFx.Postgresql's releases.
6.16.0
Lot of CritterWatch stuff, optimized SQL Server transport, new options for NServiceBus interop using SQL Server, bug fixes
What's Changed
_Description ha...
Description has been truncated