Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akkadotnet/akka.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.38
Choose a base ref
...
head repository: akkadotnet/akka.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.41
Choose a head ref
  • 18 commits
  • 55 files changed
  • 6 contributors

Commits on May 26, 2022

  1. pass Akka.Cluster.Cluster into IDowningProvider directly (#5965)

    * pass `Akka.Cluster.Cluster` into `IDowningProvider` directly
    
    close #5962
    
    * enhanced `StartupWithOneThreadSpec` to include SBR
    
    * C#-ified HOCON
    
    * added #5962 repro
    
    * fixed `AutoDown`
    
    * fixed other `IDowningProvider` instances
    
    * updated Akka.Cluster API approvals
    Aaronontheweb authored May 26, 2022
    Configuration menu
    Copy the full SHA
    9260924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fa7abb View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

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

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    36bc254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97b4bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e8f6a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Add Cluster.Sharding ActorInitializationException spec (#5999)

    * Add spec to make sure that Cluster.Sharding can survive any transient exceptions thrown from entity constructor and PreStart method
    
    * Remove timing sensitive code to avoid raciness
    
    * Use AwaitCondition instead
    Arkatufus authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5e1b066 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

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

Commits on Jul 18, 2022

  1. [BACKPORT #6038] SSL Configuration fails even EnbleSsl property is se…

    …t to false (#6043)
    
    * SSL Configuration Fails even EnbleSsl property is set to false (#6038)
    
    * Respect EnableSsl configuration propert
    
    * Update DotNettySslSupportSpec.cs
    
    * Update DotNettySslSupportSpec.cs
    
    * Update DotNettyTransportSettings.cs
    
    * Moved enableSsl variable initialization outside return statement
    
    Co-authored-by: Aliaksei Minchankou <Aliaksei.Minchankou@nreca.coop>
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    
    * SSL
    
    * (Parameter 'certificatePath')
    
    * TestKit
    
    * Fixed up assertion to no longer be whitespace sensitive
    
    * [Bug] using FluentAssertions;
    
    Co-authored-by: aminchenkov <alexei.minchenkov@gmail.com>
    Co-authored-by: Aliaksei Minchankou <Aliaksei.Minchankou@nreca.coop>
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    4 people authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    2d4cbb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. [BACKPORT #6044] Add IAsyncEnumerable as Akka.Streams Source (#6047)

    * Cherry-picked from af513b0
    
    * Fix missing DefaultConfig
    
    * Fix missing StreamTestDefaultMailbox.DefaultConfig
    
    Co-authored-by: Ebere Abanonu <eaba@users.noreply.github.com>
    Arkatufus and eaba authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    7293c6e View commit details
    Browse the repository at this point in the history
  2. Cherry-picked from 0c92aac (#6048)

    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fc777f3 View commit details
    Browse the repository at this point in the history
  3. Update RELEASE_NOTES.md for 1.4.40 release (#6046)

    * Update RELEASE_NOTES.md for 1.4.40 release
    
    * Add aminchenkov to the contributor list table
    
    * Cherry-picked from 0c92aac (#6048)
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    
    * Update RELEASE_NOTES.md for 1.4.40 release
    
    * Add aminchenkov to the contributor list table
    
    * Update RELEASE_NOTES.md
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    fc2ed1a View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Fix faulty AddLogger in LoggingBus (#6028)

    * Fix faulty AddLogger in LoggingBus
    
    * Ignore logger async start setting, not relevant anymore
    
    * Simplify unit test
    
    * Send Stop instead of PoisonPill
    
    * Make loggers load asynchronously by default
    
    * Change logging back to exceptions
    
    * Remove _startupState, use closure instead
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    c8b46b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. enabled Directive.Resume to log the full Exception (#6070)

    Modified the default `SupervisorStrategy` to record the full `Exception` when a `Warning` is issued when a `Directive.Resume` is returned by the `Decider` when handling child actor failures. The only material impact of this is improved visibility into the stack trace and error details.
    Aaronontheweb authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3dff658 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. [BACKPORT] #6080 Extend DistributedData Replicator settings with Verb…

    …oseDebugLogging switch (#6084)
    
    * Cherry-picked from e3511dc
    
    * Fix API verify list
    
    Co-authored-by: Vagif Abilov <vagif.abilov@nrk.no>
    Arkatufus and object authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    bfba848 View commit details
    Browse the repository at this point in the history
  2. AkkaPduCodec serializer benchmark (#6078) (#6086)

    * added benchmark to measure `AkkaPduCodec` overhead
    
    * completed `AkkaPduCodec` benchmarks
    
    * broke down read-side deserialization
    
    * added second ActorSystem
    
    * added full cache debug logs
    
    (cherry picked from commit eee47ac)
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a0f0032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a1c4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07b5b15 View commit details
    Browse the repository at this point in the history
Loading