Skip to content

Bump Akka.Persistence.Sql.Hosting from 1.5.62 to 1.5.70 - #555

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/clustering/sharding-sqlserver/SqlSharding.Sql.Host/Akka.Persistence.Sql.Hosting-1.5.70
Closed

Bump Akka.Persistence.Sql.Hosting from 1.5.62 to 1.5.70#555
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/src/clustering/sharding-sqlserver/SqlSharding.Sql.Host/Akka.Persistence.Sql.Hosting-1.5.70

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Updated Akka.Persistence.Sql.Hosting from 1.5.62 to 1.5.70.

Release notes

Sourced from Akka.Persistence.Sql.Hosting's releases.

1.5.70

1.5.70 July 23rd 2026

New Feature — FromEnd Query Offset

Query the last N events by tag using a new Offset.FromEnd(count) offset type. Instead of streaming from a known forward offset, you specify how many recent events to return — useful for "get me the last 10 events tagged X" scenarios without knowing the current offset upfront.

// Get the last 3 events tagged "green"
var lastThree = ReadJournal
    .CurrentEventsByTag("green", Offset.FromEnd(3))
    .RunWith(Sink.Seq<EventEnvelope>(), materializer);

// If fewer than 3 events exist, returns all of them
var allEvents = ReadJournal
    .CurrentEventsByTag("green", Offset.FromEnd(100))
    .RunWith(Sink.Seq<EventEnvelope>(), materializer);

Changes:

  • 0c111df3d1685457e285cebe404ca3ab2b3b65c3 Bump version to 1.5.70 (#​594)
  • 4af1943319e2ac159d0adbd3acef67bbbbedc1f2 Fix journal delete transaction retry scope (#​592) [ #​591, linq2db/linq2db#​4910 ]
  • e21db6a0dc9681c025d27e111c3eb0ba5fc33a40 Bump version to 1.5.70-beta1 and update release notes (#​590)
  • 9e31b80b2e34b623abd66fa3cfb6e5705972aa26 spike: FromEnd (last-N) query offset — design validation (DO NOT MERGE) (#​589) [ akkadotnet/akka.net#​8244 ]

This list of changes was auto generated.

1.5.70-beta1

1.5.70-beta1 June 24th 2026

New Feature — FromEnd Query Offset

Query the last N events by tag using a new Offset.FromEnd(count) offset type. Instead of streaming from a known forward offset, you specify how many recent events to return — useful for "get me the last 10 events tagged X" scenarios without knowing the current offset upfront.

// Get the last 3 events tagged "green"
var lastThree = ReadJournal
    .CurrentEventsByTag("green", Offset.FromEnd(3))
    .RunWith(Sink.Seq<EventEnvelope>(), materializer);

// If fewer than 3 events exist, returns all of them
var allEvents = ReadJournal
    .CurrentEventsByTag("green", Offset.FromEnd(100))
    .RunWith(Sink.Seq<EventEnvelope>(), materializer);

Changes:

  • e21db6a0dc9681c025d27e111c3eb0ba5fc33a40 Bump version to 1.5.70-beta1 and update release notes (#​590)
  • 9e31b80b2e34b623abd66fa3cfb6e5705972aa26 spike: FromEnd (last-N) query offset — design validation (DO NOT MERGE) (#​589) [ akkadotnet/akka.net#​8244 ]

This list of changes was auto generated.

1.5.67

1.5.67 April 28th 2026

Changes:

  • 221943384cd7f61eaaf979411344f669709e6ae4 Update RELEASE_NOTES.md for 1.5.67 release (#​588)
  • 6c02bce834f38d245068f83a7ebc58c37a26d82d Bump AkkaHostingVersion from 1.5.65 to 1.5.67 (#​587)
  • a26352c8dcf49c510d08e52d607dadc54c3d8597 Bump AkkaVersion to 1.5.67 and AkkaHostingVersion to 1.5.65 (#​586)
  • 14713945ff92861b06969070e96b5954b932e1dd Bump AkkaVersion and AkkaHostingVersion to 1.5.64 (#​584)

This list of changes was auto generated.

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: Akka.Persistence.Sql.Hosting
  dependency-version: 1.5.70
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 20, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot @github

dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #561.

@dependabot dependabot Bot closed this Aug 20, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/src/clustering/sharding-sqlserver/SqlSharding.Sql.Host/Akka.Persistence.Sql.Hosting-1.5.70 branch August 20, 2026 21:16
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.

1 participant