Skip to content
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 41 commits into from
Nov 10, 2021
Merged

v1.4.28 Release #5378

merged 41 commits into from
Nov 10, 2021

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    4cbe61d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Bump Microsoft.Data.SQLite from 5.0.10 to 5.0.11 (#5308)

    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>
    dependabot[bot] authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    550a010 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    0ea1fab View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Add spellcheck for docs (#5309)

    Added spellcheck for docs.
    SeanKilleen authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    fb381b3 View commit details
    Browse the repository at this point in the history
  2. Markdown linting: "atx" and "atx-closed" categories (#5313)

    * Add a space
    
    * add spaces
    
    * remove extra space
    SeanKilleen authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    05b8fe4 View commit details
    Browse the repository at this point in the history
  3. Markdown linting: Blank lines around headers (MD022) (#5314)

    * spacing
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    SeanKilleen and Aaronontheweb authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    175eabd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8001dc View commit details
    Browse the repository at this point in the history
  5. Markdown linting: Brackets around bare URLs (#5316)

    * add brackets
    
    * fixes
    SeanKilleen authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    cb28679 View commit details
    Browse the repository at this point in the history
  6. Markdown linting: blank lines around fences (MD031) (#5317)

    Markdown linting: blank lines around fences (MD031) (#5317)
    SeanKilleen authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    514c007 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Markdown linting: rest of the blank lines rules (#5319)

    * leftover MD022 fix
    
    * MD047 -- end files with newline
    
    * fix MD012 - Multiple blank lines
    
    * Fix MD032 -- add blanks around lists
    SeanKilleen authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7346dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8853504 View commit details
    Browse the repository at this point in the history
  3. Markdown linting: HTML in markdown (#5324)

    * 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
    SeanKilleen authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ab8beb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Spaces in OLs (#5323)

    SeanKilleen authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    6cb69d2 View commit details
    Browse the repository at this point in the history
  2. Make DisabledBufferPool as the default buffer pool implementation for…

    … UDP (#5331)
    
    * Make DisabledBufferPool as the default buffer pool implementation for UDP
    
    * Update APIApprover list
    
    * Bring back old constructor, mark as obsolete
    Arkatufus authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    fc41ef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. [MNTR] Migrate to standalone MNTR (#5307)

    * 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
    Arkatufus authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    72798d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Fix DefaultResizer for suspended mailboxes (ReceiveAsync) (#5333)

    * Fix resizer for suspended mailboxes
    
    * Fix suspended mailbox checks
    Arkatufus authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    347b2da View commit details
    Browse the repository at this point in the history
  2. Bump Akka.MultiNode.TestAdapter from 1.0.0-beta2 to 1.0.0 (#5335)

    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>
    dependabot[bot] authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    9270abc View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Markdown linting: Blockquotes (#5320)

    * 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
    SeanKilleen authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    cf6d58e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    c490553 View commit details
    Browse the repository at this point in the history
  2. Fix SubSinkInlet.SetHandler should expect an IInHandler instead of In…

    …Handler (#5337)
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    ismaelhamed and Aaronontheweb authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c072243 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    cd93348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab3727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a274a89 View commit details
    Browse the repository at this point in the history
  4. Markdown linting: Whitespace (#5332)

    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    SeanKilleen authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    312fd26 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Markdown linting: Convert emphasis to headings (#5342)

    * 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
    SeanKilleen authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e854f0c View commit details
    Browse the repository at this point in the history
  2. Markdown linting: Unordered Lists + MD019 for headers (#5330)

    * standardize on asterisk bullets
    
    * bullet format
    
    * bullet format
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * fixes
    
    * Extra spacing fix for MD019
    SeanKilleen authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    77b7b50 View commit details
    Browse the repository at this point in the history
  3. Markdown linting: Headings / Headers (#5343)

    * 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
    SeanKilleen authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    855208f View commit details
    Browse the repository at this point in the history
  4. Markdown linting: build steps and last fixes (#5345)

    * add linting config files
    
    * fix some trailing spaces
    
    * trailing spaces
    
    * add build step
    SeanKilleen authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    ef057f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Fix Udp.Bind always returns Udp.Bound with IPv6 endpoint (#5349)

    * Fix Udp.Bind always returns Udp.Bound with IPv6 endpoint
    
    * Fix UDP spec due to public API change
    Arkatufus authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    838b6a3 View commit details
    Browse the repository at this point in the history
  2. Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#5348)

    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>
    dependabot[bot] authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d2acaab View commit details
    Browse the repository at this point in the history
  3. Add a more comprehensive non-breaking user feedback for misconfigured…

    … 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
    Arkatufus authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    59ca115 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    db28aa3 View commit details
    Browse the repository at this point in the history
  2. Bump Fsharp.Core from 5.0.2 to 6.0.1 (#5358)

    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>
    dependabot[bot] authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    fd458b6 View commit details
    Browse the repository at this point in the history
  3. Add spec to check that Akka.Cluster.Metrics can be started automatica…

    …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
    Arkatufus authored Nov 1, 2021
    Configuration menu
    Copy the full SHA
    048ea84 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. made GraphStageLogic.LogSource virtual and change default `StageLog…

    …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
    Aaronontheweb authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7732fc7 View commit details
    Browse the repository at this point in the history
  2. Ported WireTap combinator (#5357)

    * Add WireTap combinator
    
    * added comment explaining port stage
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    ismaelhamed and Aaronontheweb authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    28246c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    6a2c757 View commit details
    Browse the repository at this point in the history
  2. Bump NUnit3TestAdapter from 4.0.0 to 4.1.0 (#5369)

    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>
    dependabot[bot] authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    783665e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. add .NET 6 SDK support (#5373)

    * 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`
    Aaronontheweb authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    9c06864 View commit details
    Browse the repository at this point in the history
  2. adding NuGet logo and README support (#5183)

    * adding NuGet logo and README support
    
    * fixed MSBuild variables
    
    * fixed version
    Aaronontheweb authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7ba59b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef8536a View commit details
    Browse the repository at this point in the history