forked from pubnub/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
77 lines (55 loc) · 1.71 KB
/
CHANGELOG.txt
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
3.7.9 Release
. Secured calling callbacks
. Reestablishing subscription improved
3.7.8 Release
. Connect callback is fired after subscription starts working
3.7.7 Release
. Small wildcard fix
3.7.6 Release
. Added wildcard subscribe
3.7.5 Release
. Fixed global #here_now
3.7.4 Release
. Added #auth_key
3.7.3 Release
. Fixed paged_history
3.7.2 Release
. Fixed issue when some channels names weren't resolved properly to call callback
3.7.1 Release
. Fixed memory leak
3.7.0 Release
. Added channel groups features
3.6.10 Release
. Envelope formatting fix
3.6.9 Release
. Double channel encoding fix
3.6.8 Release
. Heartbeat fix
3.6.7 Release
. Envelopes formatting changes
3.6.3 Release
. Fixed issues with PAM where grant/revoke/audit may not use the correct auth key (when explicitly provided)
3.6.2 Release
. Added state functionality
3.6.1 Release
. Added where_now event
3.6.0 Release
. Exposed HTTP/S Proxy Support
3.5.12 - d1054d
. Fixed connect callback (error_callback was assigned due to typo)
. Fixed EOFError
. Allows possibility to disable persistent connection
. Added client side message size validation
. Allowed to pass multiple channels to PAM operations
3.5.7 - 70e74cdfa21785ccbd7389ca59d952cd8ff34b3a
. Handle non-fatal net-http errors better
. Call Thread.pass unless EM is started
3.5.3 Release
. Fixed issues with PAM where grant/revoke/audit may not use the correct auth key (when explicitly provided)
3.5.0 Release
. Exposed HTTP/S Proxy Support
3-17-14 - 3.5.1 Release
. PAM Support!
. extensive refactor, removed a lot of dependencies, such as Faraday for HTTP_SYNC mode
. connection callback can be set per subscribe call
. fixed issue where EM could silently fail after some time with Passenger