forked from apache/usergrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
31 lines (20 loc) · 1.26 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Usergrid 1.0.1
--------------------------------------------------------------------------------
Usergrid 1.0.1
--------------------------------------------------------------------------------
Except for our shiny new PHP5 SDK, Usergrid 1.0.1 is mostly a bug fix release.
Here are the highlights:
* New PHP5 SDK - new SDK is a Guzzle Web service descriptor so any Usergrid API
calls can be added with ease.
* Original PHP SDK - added URL endpoint update functionality.
* Node.js SDK - Bug fix: calcTimeDiff changed to return seconds correctly
* Node.js SDK - Bug fix: getOnExist was sending wrong data value to server.
* Android SDK Updated from Apigee source. Numerous bug fixes and enhancements.
* Docs moved to readthedocs.org: http://usergrid.readthedocs.org/en/latest/.
* Admin portal - Changed default config to point to localhost.
* Admin portal - Build now created as zip file during build process.
* Stack - Bug fix: Launcher now works, uses Admin portal hosted on ASF Infra.
* Stack - Bug fix: reset password will now work with or without reCaptcha keys.
* Stack - Build now works with latest versions of Maven.
* Stack - Build now supports property for configurable argline parameters.
* Stack - Build now sets java.awt.headless to prevent forkedbooter popups.