From 302811986eab1d1e5cbfed5eae85d959787d3b5d Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Fri, 11 Jul 2014 14:23:11 +0000 Subject: [PATCH] Update for the upcoming release 2.0.3 SVN:trunk[3267] --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index c938ce415..a3092179a 100644 --- a/readme.txt +++ b/readme.txt @@ -243,6 +243,7 @@ JSON/REST API (new version: 1.2) #891 Better error reporting when either the parameter auth_user or auth_pwd are missing. #877 More flexibility on case log updates (in particular, it is now possible to write the entire case log), remains compatible with the previous API #869 API was not outputing case log attributes (not in a structured way) +New verb: core/check_credentials to implement single sign-on solutions Properly handle external and basic authentication methods for REST web services. Proper output of boolean values in JSON. Bug fix: the JSON value for an enum should be the raw value, not its translated label.