Skip to content

Comments

Bump Marten from 8.15.2 to 8.19.0#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Marten-8.19.0
Open

Bump Marten from 8.15.2 to 8.19.0#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Marten-8.19.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Updated Marten from 8.15.2 to 8.19.0.

Release notes

Sourced from Marten's releases.

8.19.0

What's Changed

This release improves the recent "Composite Projection" feature by accounting for upstream projections being deleted. This
release also adds the presence of an ILogger Logger {get;} property for projections so users no longer have to use IoC integrations
just to get an ILogger into a projection.

New Contributors

Full Changelog: JasperFx/marten@V8.18.3...V8.19.0

8.18.3

Finally correctly addresses the bad tenant id problem. Please upgrade from 8.18.1/2.

Full Changelog: JasperFx/marten@V8.18.2...V8.18.3

8.18.2

What's Changed

Full Changelog: JasperFx/marten@V8.18.1...V8.18.2

8.18.1

Fixes JasperFx/marten#4085

What's Changed

Full Changelog: JasperFx/marten@V8.18.0...V8.18.1

8.18.0

Blog Post: Easier Query Models with Marten

What's Changed

New Contributors

Full Changelog: JasperFx/marten@v8.17.0...V8.18.0

8.17.0

This release includes a rewrite of the daemon's advisory lock, as well as some fixes to multi-host support.

The distributed lock now includes a keepalive check so a node holding a lock will be notified if the lock is lost and permit the daemon to shutdown. This improves the recovery capabilities in the event a postgres instance is restarted or fails over, and reduces the risk of multiple nodes running the daemon concurrently.

What's Changed

Full Changelog: JasperFx/marten@V8.16.4...v8.17.0

8.16.4

What's Changed

Full Changelog: JasperFx/marten@v8.16.3...V8.16.4

8.16.3

This release fixes compatibility issues with C# 14 projects & includes performance improvements to Marten's initialization, especially for projects with many event types and/or upcasters.

What's Changed

New Contributors

Full Changelog: JasperFx/marten@v8.16.2...v8.16.3

8.16.2

What's Changed

Full Changelog: JasperFx/marten@V8.16.1...v8.16.2

8.16.1

What's Changed

New Contributors

Full Changelog: JasperFx/marten@V8.16.0...V8.16.1

8.16.0

What's Changed

New Contributors

Full Changelog: JasperFx/marten@V8.15.3...V8.16.0

8.15.3

What's Changed

Full Changelog: JasperFx/marten@V8.15.1...V8.15.3

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Marten
  dependency-version: 8.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent tenant_id values break SingleStream async projection rebuilds

0 participants