ACS 1.1.1 - 16 May 2014
The 1.1.1 release of Appcelerator Cloud Services includes the following fixes and features:
New features
-
When calling an ACS object's
query
orshow
methods you can include a new parameter calledshow_user_like
. If the current user has liked the object being queried or shown, the JSON response contains"current_user_liked":true
. See the Checkins.query and Checkins.show REST API examples for examples. -
ACS now uses
yajl-ruby
to generate JSON responses. YAJL is faster than the previousHash.to_json
implementation. -
ACS now supports SSL uploads for File and Photo objects.
Bug fixes
-
Fixed an Android issue with UTF-8 encoded characters not being displayed properly in push notifications.
-
Fixed an issue where an application administrator was unable to check ACLs for a regular user.