Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.
New Akka.Streams Stages
Akka.NET v1.4.28 includes two new Akka.Streams stages:
Source.Never - a utility stage that never emits any elements, never completes, and never fails. Designed primarily for unit testing.
Flow.WireTap - the WireTap stage attaches a given Sink to a Flow without affecting any of the upstream or downstream elements. This stage is designed for performance monitoring and instrumentation of Akka.Streams graphs.
In addition to these, here are some other changes introduced Akka.NET v1.4.28:
Special thanks for @SeanKilleen for contributing extensive Markdown linting and automated CI checks for that to our documentation! akkadotnet/akka.net#5312
Changes:
6157f964659c4adf7ae5ee472b358c5b66544d47 Merge pull request #5378 from akkadotnet/dev
Maintenance Release for Akka.NET 1.4
Akka.NET v1.4.28 is a minor release that contains some enhancements for Akka.Streams and some bug fixes.
New Akka.Streams Stages
Akka.NET v1.4.28 includes two new Akka.Streams stages:
Source.Never - a utility stage that never emits any elements, never completes, and never fails. Designed primarily for unit testing.
Flow.WireTap - the WireTap stage attaches a given Sink to a Flow without affecting any of the upstream or downstream elements. This stage is designed for performance monitoring and instrumentation of Akka.Streams graphs.
In addition to these, here are some other changes introduced Akka.NET v1.4.28:
Special thanks for @SeanKilleen for contributing extensive Markdown linting and automated CI checks for that to our documentation! akkadotnet/akka.net#5312
Commits
6157f96 Merge pull request #5378 from akkadotnet/dev
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 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)
Bumps Akka from 1.4.27 to 1.4.28.
Release notes
Sourced from Akka's releases.
... (truncated)
Changelog
Sourced from Akka's changelog.
Commits
6157f96
Merge pull request #5378 from akkadotnet/devef8536a
Added v1.4.28 release notes (#5377)7ba59b4
adding NuGet logo and README support (#5183)9c06864
add .NET 6 SDK support (#5373)783665e
Bump NUnit3TestAdapter from 4.0.0 to 4.1.0 (#5369)6a2c757
Sets InternalsVisibleTo for Akka.Management.Cluster.Http (#5363)28246c4
Ported WireTap combinator (#5357)7732fc7
madeGraphStageLogic.LogSource
virtual and change defaultStageLogic
`Log...048ea84
Add spec to check that Akka.Cluster.Metrics can be started automatically (#5359)fd458b6
Bump Fsharp.Core from 5.0.2 to 6.0.1 (#5358)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 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)