-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.pubnub.yml
More file actions
192 lines (192 loc) · 7.12 KB
/
Copy path.pubnub.yml
File metadata and controls
192 lines (192 loc) · 7.12 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
name: rust
version: 0.8.0
schema: 1
scm: github.com/pubnub/rust
files: []
changelog:
- date: 2026-06-08
version: 0.8.0
changes:
- type: feature
text: "Enable HTTP/2 negotiation on the default `TransportReqwest` by turning on reqwest’s `native-tls-alpn` feature, so ALPN can select `h2` when the origin supports it while preserving HTTP/1.1 fallback."
- type: bug
text: "Fix a Clippy `derivable_impls` lint in `RequestRetryConfiguration` (derive `Default` on the enum instead of a manual impl)."
- type: improvement
text: " Add debug-level protocol logging in async and blocking `TransportReqwest::send()` after each completed request, including HTTP method, path, and the Reqwest-reported protocol version."
- date: 2025-10-28
version: 0.7.0
changes:
- type: feature
text: "Add `limit` (default `1000`) and `offset` parameters for `here_now` to fetch presence in portions."
- type: feature
text: "Use default retry configuration for `subscribe` and `presence` REST API calls."
- type: bug
text: "Fix the issue because of which it was possible to add the same channel / group multiple times to the `subscribe`, `heartbeat`, or `leave` requests."
- type: bug
text: "Fix the `Presence` enum variant to not intercept user-published messages that partly match the `Presence` variant."
- type: improvement
text: "Synchronize subscription flow with other SDKs."
- type: improvement
text: "Synchronize presence flow with other SDKs."
- 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