-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.28 Release #5378
Merged
Merged
v1.4.28 Release #5378
Conversation
This file contains 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
Bumps [Microsoft.Data.SQLite](https://github.com/dotnet/efcore) from 5.0.10 to 5.0.11. - [Release notes](https://github.com/dotnet/efcore/releases) - [Commits](https://github.com/dotnet/efcore/commits) --- updated-dependencies: - dependency-name: Microsoft.Data.SQLite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added spellcheck for docs.
* Add a space * add spaces * remove extra space
* spacing * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* add brackets * fixes
Markdown linting: blank lines around fences (MD031) (#5317)
* leftover MD022 fix * MD047 -- end files with newline * fix MD012 - Multiple blank lines * Fix MD032 -- add blanks around lists
* ignore index since it's all html by design * remove unnecessary br tag * ignore iframe * markdown-ify the link * ignore iframes * ignore iframes * makrdown-ify footnote * spellcheck: add ignore for single line comments * Additional formatting to fix URL
… UDP (#5331) * Make DisabledBufferPool as the default buffer pool implementation for UDP * Update APIApprover list * Bring back old constructor, mark as obsolete
* Migrate MNTR to the standalone version * Update MNTR to 1.0.0-beta2 * Remove .NET Framework MNTR test from validation test * Filter out multinode tests from normal test list * Fix Akka.Cluster.Tests.Multinode, add a more descriptive error message on MNTR test failure * raise the timeout value in build script
* Fix resizer for suspended mailboxes * Fix suspended mailbox checks
Bumps [Akka.MultiNode.TestAdapter](https://github.com/akkadotnet/Akka.MultiNodeTestRunner) from 1.0.0-beta2 to 1.0.0. - [Release notes](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/releases) - [Changelog](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/blob/dev/RELEASE_NOTES.md) - [Commits](akkadotnet/Akka.MultiNodeTestRunner@1.0.0-beta2...1.0.0) --- updated-dependencies: - dependency-name: Akka.MultiNode.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* formatting to address blockquote fix * convert blockquotes to bullets * Disable MD028 in a specific scenario These blockquotes are meant to be separate and consecutive, and this is the most correct usage * disable MD028 in valid scenario * spacing in blockquote (MD027) * spellcheck: add ignore for single line comments
…Handler (#5337) Co-authored-by: Aaron Stannard <aaron@petabridge.com>
* fixes * fixes * fixes * fixes * fixes
* convert emphasis headers to numbered list * convert emphasis heading to backtick statement * convert emphasis to headings * emphasis to header * empahsis to headings * convert emphasis to note * emphasis to headings * emphasis to headings
* standardize on asterisk bullets * bullet format * bullet format * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes * fixes * Extra spacing fix for MD019
* MD002 -- first heading should be a top-level heading * fix multiple H1s * heading increments * fix lots of headings * fix headings * fix headings * fix headings * fix headings * fix headings * fix md019 multiple spaces * oops, missed spacing * oops, missed spaces
* add linting config files * fix some trailing spaces * trailing spaces * add build step
* Fix Udp.Bind always returns Udp.Bound with IPv6 endpoint * Fix UDP spec due to public API change
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.11.0 to 17.0.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](microsoft/vstest@v16.11.0...v17.0.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… discovery settings (#5353) * Add a more comprehensive non-breaking user feedback for misconfigured discovery settings * Update ApiApprover list * Remove unnescessary boxing of methods list * Fix typos and specs
Bumps [Fsharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 6.0.1. - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: Fsharp.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lly (#5359) * Add spec to check that Akka.Cluster.Metrics can be started automatically * Fix broken spec * Simplify spec * Add auto-start documentation * Update docs to satisfy the linter
…ic` `LogSource` (#5360) * made `GraphStageLogic.LogSource` virtual Also, changed the default `LogSource` to be the output of the `Stage.ToString()` method. Right now all `GraphStageLogic` log sources default to just "Logic (akka://{ActorSystemName})" * changed the LogSource to be just the Stage `Type` erring on the side of less is more
* Add WireTap combinator * added comment explaining port stage Co-authored-by: Aaron Stannard <aaron@petabridge.com>
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases) - [Commits](nunit/nunit3-vs-adapter@V4.0.0...V4.1.0) --- updated-dependencies: - dependency-name: NUnit3TestAdapter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add .NET 6 sdk support * fix AzDo * fixed `testNetVersion` * upgrade to Incrementalist v0.6.0 * updated MNTR AzDo template to use .NET 6 * fixed Hyperion `ifdef`
* adding NuGet logo and README support * fixed MSBuild variables * fixed version
dependabot bot
added a commit
to Arkatufus/akka.net
that referenced
this pull request
Dec 13, 2021
v1.4.28 Release
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.
1.4.28 November 10 2021
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
- theWireTap
stage attaches a givenSink
to aFlow
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:
Source
that flattens aTask
source and keeps the materialized valueGraphStageLogic.LogSource
virtual and change defaultStageLogic
LogSource
UdpListener
Responds IPv6 Bound message with IPv4 Bind messagedotnet test
package - we will keep you posted on this, as we're still working on getting Rider / VS Code / Visual Studio debugger-attached support to work correctly.DBCommand
after finish reading events by PersistenceId - massive performance fix for Akka.Persistence with many log entries on SQL-based journals.DefaultResizer
does not reisize whenReceiveAsync
is usedIf you want to see the full set of changes made in Akka.NET v1.4.28, click here.
Special thanks for @SeanKilleen for contributing extensive Markdown linting and automated CI checks for that to our documentation! #5312