From 952db27ba0a5b87a2a47f3a7034a9bf92e3651e5 Mon Sep 17 00:00:00 2001
From: Erlang/OTP
+ Fix broken Result-Code setting and Destination-Host/Realm + extraction.
++ Result-Code was assumed to have arity 1 when setting this + value in an answer to a request containing AVP decode + errors. Destination-Host/Realm were only correctly + extracted from messages in the common application.
++ Own Id: OTP-10202
++ Handle insufficient capabilities configuration more + gracefully.
++ A transport that does not have sufficient capabilities + configuration in order to encode CER/CEA will now emit an + error report noting the configuration error and exit + instead of failing. The error is not detected at + diameter:add_transport/2 since there is no requirement + that a service be configured before its transports.
++ Own Id: OTP-10203
++ Ensure a failing peer_up/down callback does not affect + transport connections to other peers.
++ Such a failure would previously have taken down all of a + service's connections.
++ Own Id: OTP-10215
++ Statistics related to Diameter messages can be retrieved + using diameter:service_info/2.
++ Both Diameter and socket-level statistics are available, + for both incoming and outgoing messages.
++ Own Id: OTP-9608
++ Allow multiple transport_module/config to + diameter:add_transport/2.
++ Multiple values are attempted in sequence until one + results in an established connection. This provides a way + for a connecting transport to specify configuration in + order of preference. (For example, SCTP before TCP.)
++ Own Id: OTP-9885
++ Add events for state transitions in the RFC 3539 watchdog + state machine.
++ The watchdog state is also available through + diameter:service_info/2.
++ Own Id: OTP-10212
++ Add diameter:service_info(SvcName, connections).
++ This provides an alternative to + diameter:service_info(SvcName, transport) that presents + information per established connection instead of per + transport reference.
++ Own Id: OTP-10213
++ Assorted documentation corrections/improvements.
++ Own Id: OTP-10216
+