明壁幕府忍法帳 > Aptana Index > Home > Mobile Backend Services > Mobile Backend Services Release Notes > ACS 1.1.x Release Notes > ACS 1.1.1 Release Note

2018.04.19 Ver.2 (2019.2.14)

ACS 1.1.1 Release Note

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 or show methods you can include a new parameter called show_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 previous Hash.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.