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: akka/akka
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.1
Choose a base ref
...
head repository: akka/akka
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.2
Choose a head ref
  • 18 commits
  • 45 files changed
  • 6 contributors

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    1dd2397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d21bf75 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. fix: Multiple potential issues with the tcp DNS client (#32636)

    * fix: improve TCP DNS client interactions with TCP actor
    * ensure that TCP connection is closed when TcpDnsClient fails
    * Fix for potential re-order of response bytes during high load
    * Deathwatch the connection to make sure we are never stuck in a broken state
    ---------
    
    Co-authored-by: Levi Ramsey <levi.ramsey@alum.cs.umass.edu>
    johanandren and leviramsey authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    e17d1cd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2025

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

Commits on Feb 11, 2025

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

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    ebb3d04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c646fdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bbf65c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a67324 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f70ec8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa68698 View commit details
    Browse the repository at this point in the history
  7. fix: lastSequenceNumber for initial stashed command (#32657)

    * place currentSequenceNumber in mutable field in BehaviorSetup
    * similar for currentMetadata
    patriknw authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    76daf1b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Configuration menu
    Copy the full SHA
    5be3ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8deef53 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. feat: Transform event and metadata of replicated event (#32650)

    * transform incoming replicated event and metadata before it is stored
    * test and hardening of metadata
    patriknw authored Feb 17, 2025
    Configuration menu
    Copy the full SHA
    3cac79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a2c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49fe82d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4814e1b View commit details
    Browse the repository at this point in the history
Loading