forked from urbanairship/java-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
37 lines (32 loc) · 979 Bytes
/
CHANGELOG
File metadata and controls
37 lines (32 loc) · 979 Bytes
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
31
32
33
34
35
36
37
-------------------------
0.3 15DEC14
-------------------------
Lots of new things:
- Amazon support
- Channels support
- Expiry/time to live
- Scheduled push to local time
- Tag API
- iOS background push
- List, update, and delete scheduled pushes
- Actions
- Several Reports API, Segments API, and Location API endpoints
- Now allows UA Client Access Control URLs in addition to the regular UA API URLs
- Proxy support
- Lots more documentation
- A few bugfixes and refactors (see commits)
-------------------------
0.2.1 16SEP13
-------------------------
- Fixed issue with validate URL
- Update APIResponse to handle validate responses as well as
push responses. This will require changes only if the APIResponse
object is being used outside of the UA code
-------------------------
0.2 30AUG13
-------------------------
- Breaking Change -
- Platforms had been changed to device types in the API interface to
other libraries
- Updates -
- Example code logging fix