forked from ringcentral/pubnub-jtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
51 lines (42 loc) · 1.52 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
11-06-13 3.5.6
. fixed socket timeout exception handling
. make PNERR_HTTP_RC_ERROR public
. encryption logic is made public for developers to integrate with their own logic
. always honor retry interval
. backwards compatible (3.1) encryption support
. adding windowing feature to java clients
08-27-13 3.5.5
. better handling of double quoted strings
. make auth key optional for audit
. update encoding parameters for signature generation
. debug jar and maven deployment
07-11-13 3.5.4
. fixed issue with PAM audit when auth key is set
. fixed issue in cn1 where global headers were not getting added
. fixed issue in PAM, where ttl 0 was being considered invalid
07-09-13 3.5.3
. added constructor for setting iv
. beta1 of CN1 port
. added constructor for setting PAM grant TTL (minutes)
. migrate ULS* methods to PAM* methods
. first version of scala console
. fix ant debug-build from any source path
07-01-13 3.5.2
. Introduced PubnubError class object passing to errorCallback
. ULS APIs
. Consolidated CHANGELOG to root of repo
. set origin feature
. set cache-busting feature
06-07-13
. better handling in multithreaded environments
. better debug log handling
02-20-2013 - 800478550d9dfa19ae626ee7fd0f774f35254e1b
. added additional versioning support for maven
. jar refactor
02-01-2013 - 8a686c91cb546787a6be7810b96b806c33cf96e7
. client is now fully asyncronous
. added enhanced multiplexed subscribe support
. better error handling added to example app
. improved keep-alive handling
. support for chunked responses
. improved logging