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.3.13 Production Release #3772

Merged
merged 22 commits into from
Apr 30, 2019
Merged

v1.3.13 Production Release #3772

merged 22 commits into from
Apr 30, 2019

Commits on Dec 20, 2018

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

Commits on Jan 8, 2019

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

Commits on Jan 10, 2019

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

Commits on Feb 1, 2019

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

Commits on Feb 20, 2019

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

Commits on Mar 14, 2019

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

Commits on Mar 18, 2019

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

Commits on Mar 21, 2019

  1. Added an UnboundStablePriorityMailbox (#3536)

    * Added an UnboundStablePriorityMailbox, sending messages according to priority. Messages with the same priority will be send using the same order as they appear. #2652 is the related issue.
    
    * added PropertyTest for StableListPriorityQueue
    
    * forgot to add spec
    
    * verified that the UnboundedStablePriorityMailbox can be loaded and used
    
    * validate4d that UnboundedStablePriorityMailbox supports stashing
    
    * added API approval for core
    AndreSteenbergen authored and Aaronontheweb committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a4876ff View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. [docs] fix broken links on website (#3745)

    This PR fixes several broken links on the website.
    
    These were mainly due to incomplete ports from the old site, markdown
    errors, or items being shuffled around.
    sean-gilliam authored and Aaronontheweb committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    980a009 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

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

Commits on Apr 4, 2019

  1. Update books.md (#3750)

    ThomasWetzel authored and Aaronontheweb committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    a579c97 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Configuration menu
    Copy the full SHA
    3a8e75e View commit details
    Browse the repository at this point in the history
  2. Ensure that BatchingSqlJournal will propagate sql connection opening …

    …failure (#3754)
    
    * ensure that BatchingSqlJournal will propagate sql connection opening failure
    
    * fixed CircuitBreaker behavior
    Horusiath authored and Aaronontheweb committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    130382e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

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

Commits on Apr 12, 2019

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

Commits on Apr 13, 2019

  1. Merge pull request #3684 from snekbaev/configurable-io-socket-and-dns

    #3679 Add ability to disable IPv6 for DNS resolution and outgoing socket connection
    Horusiath authored Apr 13, 2019
    Configuration menu
    Copy the full SHA
    d3b56f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

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

Commits on Apr 25, 2019

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

Commits on Apr 29, 2019

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

Commits on Apr 30, 2019

  1. Ensure Arguments are never null (#3770)

    basbossinkdivverence authored and Aaronontheweb committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    76d70a4 View commit details
    Browse the repository at this point in the history
  2. Akka.Remote socket leak fixes (#3764)

    * completed port of Properly_quarantine_stashed_inbound_connections
    
    * porting akka/akka#23617
    
    * modified AssociationHandle to allow explicit DEBUG logging of disassociation reasons
    
    * final pass of EndpointManager updates from akka/akka#23617
    
    * fixed issue with EndpointRegistry quarantine management
    
    * updated the reliable delivery supervisor
    
    * fixed bug when handling inbound associations
    
    * cleaning up AkkaProtocolState actors
    
    * porting over OutboundConnection timeout spec
    
    * ported InboundTimeout spec
    
    * approved new Akka.Remote API additions
    Aaronontheweb authored Apr 30, 2019
    Configuration menu
    Copy the full SHA
    9f75cf0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b5e945 View commit details
    Browse the repository at this point in the history