-
Notifications
You must be signed in to change notification settings - Fork 8
/
.pubnub.yml
168 lines (168 loc) · 5.67 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
name: rust
version: 0.6.0
schema: 1
scm: github.com/pubnub/rust
files: []
changelog:
- date: 2024-02-07
version: 0.6.0
changes:
- type: feature
text: "Make it possible to create `SubscriptionCursor` from the string slice."
- type: feature
text: "Add `add_subscriptions(..)` and `sub_subscriptions(..)` to `SubscriptionSet` to make it possible in addition to sets manipulation use list of subscriptions."
- type: bug
text: "Fix issue because of which `cursor` is not reset on `Subscription` and `SubscriptionSet` on unsubscribe."
- type: bug
text: "Fix issue because of which cancelled effects still asynchronously spawned for processing."
- type: improvement
text: "Change `client` to `pubnub` in inline docs."
- type: improvement
text: "Add subscription token validation."
- type: improvement
text: "Added a method to validate the provided subscription token to conform to PubNub time token requirements with precision."
- type: improvement
text: "Separate `subscribe` example into two to show separately `subscribe` feature and `presence state` maintenance with subscribe."
- date: 2024-01-25
version: 0.5.0
changes:
- type: feature
text: "Change the real-time event handling interface."
- type: feature
text: "`user_id` state for specified channels will be maintained by the SDK. State with subscribe calls has been improved."
- type: feature
text: "Adding `Channel`, `ChannelGroup`, `ChannelMetadata` and `UuidMetadata` entities to be first-class citizens to access APIs related to them. Currently, access is provided only for subscription APIs."
- type: feature
text: "Added ability to configure request retry policies to exclude specific endpoints from retry."
- date: 2023-11-03
version: 0.4.1
changes:
- type: improvement
text: "Update license information."
- date: 2023-10-16
version: 0.4.0
changes:
- type: feature
text: "Update the crypto module structure and add enhanced AES-CBC cryptor."
- date: 2023-08-30
version: 0.3.0
changes:
- type: feature
text: "PubNub subscribe API implemented."
- type: feature
text: "PubNub presence API implemented."
- type: feature
text: "Event engine as a new method of handling connections for `subscribe` and `presence` methods implemented."
- date: 2023-06-07
version: 0.2.1
changes:
- type: bug
text: "Fixed versions in the docs."
- type: bug
text: "Fixed broken links for `docs.rs` page."
- type: bug
text: "Fixed logo image."
- date: 2023-06-05
version: 0.2.0
changes:
- type: feature
text: "New SDK implementation."
- type: feature
text: "PubNub `publish` API implemented."
- type: feature
text: "PubNub `access manager` API implemented."
- type: feature
text: "Add `parse_token` for authorization token debug."
sdks:
-
type: library
full-name: Rust SDK
short-name: Rust
artifacts:
-
language: rust
tags:
- Server
source-repository: https://github.com/pubnub/rust
documentation: https://www.pubnub.com/docs/sdks/rust/
tier: 2
artifact-type: library
distributions:
-
distribution-type: source-code
distribution-repository: crates.io
package-name: pubnub
location: https://crates.io/crates/pubnub
supported-platforms:
supported-operating-systems:
Linux:
runtime-version:
- Rust 1.65.0+
minimum-os-version:
- Ubuntu 12.04
maximum-os-version:
- Ubuntu 22.04 LTS
target-architecture:
- x86-64
macOS:
runtime-version:
- Rust 1.65.0+
minimum-os-version:
- macOS 10.12
maximum-os-version:
- macOS 11.0.1
target-architecture:
- x86-64
Windows:
runtime-version:
- Rust 1.65.0+
minimum-os-version:
- Windows Vista Ultimate
maximum-os-version:
- Windows 10 Home
target-architecture:
- x86-64
features:
access:
- ACCESS-GRANT-TOKEN
- ACCESS-PARSE-TOKEN
- ACCESS-SET-TOKEN
publish:
- PUBLISH-STORE-FLAG
- PUBLISH-RAW-JSON
- PUBLISH-WITH-METADATA
- PUBLISH-GET
- PUBLISH-POST
- PUBLISH-ASYNC
- PUBLISH-REPLICATION-FLAG
- PUBLISH-MESSAGE-TTL
subscribe:
- SUBSCRIBE-CHANNELS
- SUBSCRIBE-CHANNEL-GROUPS
- SUBSCRIBE-PRESENCE-CHANNELS
- SUBSCRIBE-PRESENCE-CHANNELS-GROUPS
- SUBSCRIBE-WITH-TIMETOKEN
- SUBSCRIBE-FILTER-EXPRESSION
- SUBSCRIBE-PUBLISHER-UUID
- SUBSCRIBE-PUBSUB-V2
- SUBSCRIBE-SIGNAL-LISTENER
- SUBSCRIBE-MEMBERSHIP-LISTENER
- SUBSCRIBE-OBJECTS-CHANNEL-LISTENER
- SUBSCRIBE-OBJECTS-UUID-LISTENER
- SUBSCRIBE-MESSAGE-ACTIONS-LISTENER
- SUBSCRIBE-FILE-LISTENER
presence:
- PRESENCE-HERE-NOW
- PRESENCE-WHERE-NOW
- PRESENCE-SET-STATE
- PRESENCE-GET-STATE
- PRESENCE-HEARTBEAT
- PRESENCE-DELTAS
supported-platforms:
- version: PubNub Rust SDK
platforms:
- Windows
- Mac OS
- Unix
- WebAssembly
- Embedded systems