This repository was archived by the owner on Sep 8, 2020. It is now read-only.
forked from pubnub/php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pubnub.yml
153 lines (152 loc) · 4.16 KB
/
.pubnub.yml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
name: php
version: 4.1.5
schema: 1
scm: github.com/pubnub/php
changelog:
- version: 4.1.5
date: Oct 22, 2019
changes:
- type: improvement
text: Update composer.json package version constraints
- type: improvement
text: Update .travis.yml to run tests for PHP versions 7.2 and 7.3
- version: 4.1.4
date: Oct 18, 2019
changes:
- type: bug
text: Add support for request transport reusing to resolve slow publish issues when multiple messages are published consecutively.
- type: bug
text: Drop support for HHVM.
- version: 4.1.3
date: Feb 28, 2019
changes:
- type: feature
text: Add messageCounts() method for retrieving unread message count
- version: 4.1.2
date: Oct 23, 2018
changes:
- type: bug
text: Fix issue with deleteMessages endpoint using GET HTTP method instead of DELETE
- version: 4.1.1
date: Oct 2, 2018
changes:
- type: feature
text: Add setOrigin method
- type: improvement
text: Add .gitattributes file to save space when using composer
- type: bug
text: Fix urlencode issue with channel names
- type: bug
text: Fix channel name validation for Publish
- type: bug
text: Return class instance of PNConfiguration on setConnectTimeout method
- version: 4.1.0
date: Sep 7, 2018
changes:
- type: feature
text: Add fire() method on PubNub instance
- type: bug
text: Change return value of SetState::getOperationType
- type: feature
text: Add history delete (deleteMessages) method on PubNub instance
- type: feature
text: Add Telemetry Manager
- version: 4.0.0
date: Jun 7, 2017
changes:
- type: feature
text: release final v4
- type: bug
text: Fix publish sequence counter
- type: bug
text: Fix publish tests
- version: 4.0.0-beta.3
date: May 5, 2017
changes:
- type: bug
text: Fix special characters encoding
- type: bug
text: Remove set* prefix from publish setters
- version: 4.0.0-beta.2
date: Apr 21, 2017
changes:
- type: bug
text: Add missing methods on PubNub instance
- type: bug
text: Fix removeAllPushChannelsForDevice method case
- version: 4.0.0-beta
date: Apr 18, 2017
changes:
- type: bug
text: Fix windows compatibility
- type: improvement
text: Add option to disable SSL
- type: bug
text: Fix subscribe presence response parsing
- type: bug
text: Add missing removeListener()
- type: improvement
text: Add logger
- type: bug
text: Fix json decoding error
- type: improvement
text: Add Push methods
- version: 4.0.0-alpha
date: Apr 4, 2017
changes:
- type: improvement
text: Alpha Release
features:
access:
- ACCESS-GRANT
- ACCESS-SECRET-KEY-ALL-ACCESS
channel-groups:
- CHANNEL-GROUPS-ADD-CHANNELS
- CHANNEL-GROUPS-REMOVE-CHANNELS
- CHANNEL-GROUPS-REMOVE-GROUPS
- CHANNEL-GROUPS-LIST-CHANNELS-IN-GROUP
presence:
- PRESENCE-HERE-NOW
- PRESENCE-WHERE-NOW
- PRESENCE-SET-STATE
- PRESENCE-GET-STATE
publish:
- PUBLISH-STORE-FLAG
- PUBLISH-RAW-JSON
- PUBLISH-WITH-METADATA
- PUBLISH-GET
- PUBLISH-FIRE
push:
- PUSH-ADD-DEVICE-TO-CHANNELS
- PUSH-REMOVE-DEVICE-FROM-CHANNELS
- PUSH-LIST-CHANNELS-FROM-DEVICE
- PUSH-REMOVE-DEVICE
storage:
- STORAGE-REVERSE
- STORAGE-INCLUDE-TIMETOKEN
- STORAGE-START-END
- STORAGE-COUNT
- STORAGE-MESSAGE-COUNT
time:
- TIME-TIME
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-WILDCARD
- SUBSCRIBE-PUBLISHER-UUID
supported-platforms:
-
version: PubNub PHP SDK
platforms:
- FreeBSD 8-STABLE or later, amd64, 386
- Linux 2.6 or later, amd64, 386.
- Mac OS X 10.8 or later, amd64
- Windows 7 or later, amd64, 386
editors:
- php 5.6
- php 7.0
- php 7.1
- hhvm