diff options
author | Erlang/OTP <[email protected]> | 2015-12-09 14:44:41 +0100 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2015-12-09 14:44:41 +0100 |
commit | 0f6b72141b7e04699aae3394b2b29191c8acdec5 (patch) | |
tree | 74d11352f0c60e82f966ffbee2e409b898155c9b | |
parent | 51e745bd223453c1144259af7e2bbc63a97e76ed (diff) | |
download | otp-0f6b72141b7e04699aae3394b2b29191c8acdec5.tar.gz otp-0f6b72141b7e04699aae3394b2b29191c8acdec5.tar.bz2 otp-0f6b72141b7e04699aae3394b2b29191c8acdec5.zip |
Update release notes
-rw-r--r-- | lib/diameter/doc/src/notes.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/diameter/doc/src/notes.xml b/lib/diameter/doc/src/notes.xml index 18c712ec3d..059fffff23 100644 --- a/lib/diameter/doc/src/notes.xml +++ b/lib/diameter/doc/src/notes.xml @@ -42,6 +42,36 @@ first.</p> <!-- ===================================================================== --> +<section><title>diameter 1.5.1</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix pick_peer case clause failure.</p> + <p> + In the case of {call_mutates_state, true} configuration + on the service in question, any peer selection that + failed to select a peer resulted in a case clause + failure. This was noticed in the case of a peer failover + in which an alternate peer wasn't available.</p> + <p> + Own Id: OTP-11789</p> + </item> + <item> + <p> + Remove logging of faulty answer messages.</p> + <p> + Since excessive numbers of them can overload a node with + logging.</p> + <p> + Own Id: OTP-13182</p> + </item> + </list> + </section> + +</section> + <section><title>diameter 1.5</title> <section><title>Improvements and New Features</title> |