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

v0.9.1 Release #240

Merged
merged 11 commits into from
Aug 29, 2022
Merged

v0.9.1 Release #240

merged 11 commits into from
Aug 29, 2022

Commits on Aug 15, 2022

  1. Bump AkkaVersion from 1.4.39 to 1.4.40 (#229)

    Bumps `AkkaVersion` from 1.4.39 to 1.4.40.
    
    Updates `Akka.Persistence.Query` from 1.4.39 to 1.4.40
    - [Release notes](https://github.com/akkadotnet/akka.net/releases)
    - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.4.40/RELEASE_NOTES.md)
    - [Commits](akkadotnet/akka.net@1.4.39...1.4.40)
    
    Updates `Akka.Persistence.TCK` from 1.4.39 to 1.4.40
    - [Release notes](https://github.com/akkadotnet/akka.net/releases)
    - [Changelog](https://github.com/akkadotnet/akka.net/blob/1.4.40/RELEASE_NOTES.md)
    - [Commits](akkadotnet/akka.net@1.4.39...1.4.40)
    
    ---
    updated-dependencies:
    - dependency-name: Akka.Persistence.Query
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Akka.Persistence.TCK
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    0db6e6f View commit details
    Browse the repository at this point in the history
  2. Bump Akka.Persistence.Hosting from 0.4.1 to 0.4.2 (#233)

    Bumps [Akka.Persistence.Hosting](https://github.com/akkadotnet/Akka.Hosting) from 0.4.1 to 0.4.2.
    - [Release notes](https://github.com/akkadotnet/Akka.Hosting/releases)
    - [Changelog](https://github.com/akkadotnet/Akka.Hosting/blob/dev/RELEASE_NOTES.md)
    - [Commits](akkadotnet/Akka.Hosting@0.4.1...0.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: Akka.Persistence.Hosting
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    da2cbfe View commit details
    Browse the repository at this point in the history
  3. Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 (#232)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.2.0...v17.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    db7ee2f View commit details
    Browse the repository at this point in the history
  4. Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 (#219)

    Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.12.0 to 12.13.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
    - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.12.0...Azure.Storage.Blobs_12.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: Azure.Storage.Blobs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    a648a40 View commit details
    Browse the repository at this point in the history
  5. Bump xunit from 2.4.1 to 2.4.2 (#230)

    Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2.
    - [Release notes](https://github.com/xunit/xunit/releases)
    - [Commits](xunit/xunit@2.4.1...2.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: xunit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    592ab6c View commit details
    Browse the repository at this point in the history
  6. Bump Azure.Identity from 1.6.0 to 1.6.1 (#231)

    Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
    - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.6.0...Azure.Identity_1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: Azure.Identity
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    2e9a2ee View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Bump Azure.Storage.Blobs from 12.13.0 to 12.13.1 (#234)

    Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.13.0 to 12.13.1.
    - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
    - [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.13.0...Azure.Storage.Blobs_12.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: Azure.Storage.Blobs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    48046bf View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    2e7bfd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e7121 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Update Akka.Hosting extension methods to support DefaultAzureCredenti…

    …al (#237)
    
    * Update Akka.Hosting extension methods to support DefaultAzureCredential
    
    (cherry picked from commit b37c9db)
    
    * Make setup classes sealed
    
    * Fix missing HOCON settings
    
    * Revert const back to public
    
    Co-authored-by: Aaron Stannard <[email protected]>
    Arkatufus and Aaronontheweb authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    cdf3a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b96d8a9 View commit details
    Browse the repository at this point in the history