Skip to content

Bump JasperFx.Events.SourceGenerator from 2.35.0 to 2.36.3 - #21

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/JasperFx.Events.SourceGenerator-2.36.3
Closed

Bump JasperFx.Events.SourceGenerator from 2.35.0 to 2.36.3#21
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/JasperFx.Events.SourceGenerator-2.36.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Updated JasperFx.Events.SourceGenerator from 2.35.0 to 2.36.3.

Release notes

Sourced from JasperFx.Events.SourceGenerator's releases.

2.36.2

This addresses a problem that causes blog spam and probably slowed down pod shutdowns in Kubernetes

What's Changed

Full Changelog: JasperFx/jasperfx@V2.36.1...JasperFx.Events.2.36.2

2.36.1

Fixes

#​572ShardStatusWatcher could still lose a wakeup after 2.36.0 (#​573)

2.36.0's fix for #​568 narrowed the window in which a WaitForShardState / WaitForShardCondition call could miss an already-published state, but could not close it: the snapshot the watcher re-checked was written by the very publication walk it was racing. A watcher could subscribe too late for the walk and read the snapshot before that walk had recorded the state — so neither path saw it. With nothing further published for that shard, the wait could only end in a timeout no matter how generous the budget. Reported from marten#​5054, where it made HighWaterAgentTests.skips_multiple_gaps_and_keeps_advancing fail reproducibly on 2.36.0 and never on 2.35.0.

ShardStateTracker.PublishAsync now records the state synchronously before posting to the block, so a snapshot read can never lag a publication the caller has already made, and subscribing plus reading the snapshot is a single atomic step against the publication walk. Observers are still notified outside the lock.

Also fixed along the way: _listeners and _states were read-modify-write on plain fields, so two concurrent Subscribe calls could drop one subscriber outright — a permanently lost wakeup rather than a delayed one.

Anyone on 2.36.0 should upgrade.

2.36.0

What's Changed

Full Changelog: JasperFx/jasperfx@V2.35.0...2.36.0

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 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: JasperFx.Events.SourceGenerator
  dependency-version: 2.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jul 31, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like JasperFx.Events.SourceGenerator is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/JasperFx.Events.SourceGenerator-2.36.3 branch August 1, 2026 08:31
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.

0 participants