Release 5.1.0.12
Date: Mar 28, 2015
Juno 5.1.0.12 is a minor update.
Core
-
Fixed
ConfigFile.isEmpty()method. -
Changed behavior on UonParser to not treat
'~'
characters as escapes unless followed by one of the following characters:( ) , $ = ~
.
Client
-
New class
RestCallInterceptor. Allows responses to be inspected and modified before being processed. ReplacesRestClientListener
class. -
Minor connection cleanup fixes.