hyperstack-sdk 0.6.8

Rust SDK client for connecting to HyperStack streaming servers
Documentation
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
# Changelog

## [0.6.8]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.7...hyperstack-sdk-v0.6.8 (2026-04-05)


### Features

* Add api_key() alias for server-side authentication in Rust and Python SDKs ([6b25f83]https://github.com/HyperTekOrg/hyperstack/commit/6b25f839b9cb9c640bc23bddbf13f0c742a88b5d)

## [0.6.7]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.6...hyperstack-sdk-v0.6.7 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.6]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.5...hyperstack-sdk-v0.6.6 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.4...hyperstack-sdk-v0.6.5 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.3...hyperstack-sdk-v0.6.4 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.2...hyperstack-sdk-v0.6.3 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.1...hyperstack-sdk-v0.6.2 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.6.0...hyperstack-sdk-v0.6.1 (2026-04-05)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.6.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.10...hyperstack-sdk-v0.6.0 (2026-04-04)


### ⚠ BREAKING CHANGES

* Authentication system with WebSocket integration, SSR support, and security enhancements
* Merge pull request #75 from HyperTekOrg/auth

### Features

* Authentication system with WebSocket integration, SSR support, and security enhancements ([d9b90f9]https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df)
* improve SDK auth recovery for websocket connections ([193e442]https://github.com/HyperTekOrg/hyperstack/commit/193e442666aa1cc992c8ee364bbd11175ef7128a)
* Make snapshots optional with cursor-based filtering (HYP-148) ([46be9aa]https://github.com/HyperTekOrg/hyperstack/commit/46be9aa235d28a5c1ebe3f32ca94068ada9b245f)
* Merge pull request [#75]https://github.com/HyperTekOrg/hyperstack/issues/75 from HyperTekOrg/auth ([d9b90f9]https://github.com/HyperTekOrg/hyperstack/commit/d9b90f9bbae6cf3a70273c7fc30230cdb58198df)
* **rust-sdk:** Support optional snapshots and cursor-based resume ([9c5fcc0]https://github.com/HyperTekOrg/hyperstack/commit/9c5fcc0a063f8696277bb190ab4fa14e9e0f8e73)
* **sdk:** Add builder methods and React hooks for new subscription options ([1f7f95b]https://github.com/HyperTekOrg/hyperstack/commit/1f7f95be29e70391c74cec425ee2badd1f87e0bc)


### Bug Fixes

* add camelCase serde rename to Subscription struct ([522d7ae]https://github.com/HyperTekOrg/hyperstack/commit/522d7ae2b3d77bbd8cbd9c3ca92764138c826e9c)
* resolve clippy warnings in SDK and server ([ee68b63]https://github.com/HyperTekOrg/hyperstack/commit/ee68b63aaaf24228114dac6afcb78cb01ae92c25)
* **rust-sdk:** Wire up new subscription fields through stream layer ([8f4fba0]https://github.com/HyperTekOrg/hyperstack/commit/8f4fba016c6a530d6462b4711b19acc1ca670452)

## [0.5.10]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.9...hyperstack-sdk-v0.5.10 (2026-03-19)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.9]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.6...hyperstack-sdk-v0.5.9 (2026-03-19)


### Bug Fixes

* generate correct deserializers for i32/u32 fields ([86438e2]https://github.com/HyperTekOrg/hyperstack/commit/86438e22d3b8bb228a5a9485079211f92b000087)
* handle u64 integer precision loss across Rust-JS boundary ([e96e7fa]https://github.com/HyperTekOrg/hyperstack/commit/e96e7fa7172f520bd7ee88ed7582eda899c9f65b)
* handle u64 integer precision loss across Rust-JS boundary ([c3a3c69]https://github.com/HyperTekOrg/hyperstack/commit/c3a3c69587d9e6215aa5dfe4102739eef0ba8662)
* harden serde_utils integer deserialization and add missing i64 vec deserializers ([4afc52e]https://github.com/HyperTekOrg/hyperstack/commit/4afc52ee97020988cf8492c1c4922adc1db5a16c)

## [0.5.6]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.5...hyperstack-sdk-v0.5.6 (2026-03-19)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.4...hyperstack-sdk-v0.5.5 (2026-03-14)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.3...hyperstack-sdk-v0.5.4 (2026-03-14)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.2...hyperstack-sdk-v0.5.3 (2026-02-20)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.1...hyperstack-sdk-v0.5.2 (2026-02-07)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.5.0...hyperstack-sdk-v0.5.1 (2026-02-06)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.5.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.4.3...hyperstack-sdk-v0.5.0 (2026-02-06)


### ⚠ BREAKING CHANGES

* Wire protocol simplified - list frames no longer wrap data in {id, order, item}. Data is now sent directly.

### Features

* add append hints to frame protocol for granular array updates ([ce2213f]https://github.com/HyperTekOrg/hyperstack/commit/ce2213fc5a2c242cb4833ab417ff3d71f918812f)
* add gzip compression for large WebSocket payloads ([cb694e9]https://github.com/HyperTekOrg/hyperstack/commit/cb694e9ef74ff99345e5f054820207f743d55e1d)
* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* implement proper unsubscribe support across server and all SDKs ([81118cb]https://github.com/HyperTekOrg/hyperstack/commit/81118cb103720bdf8424cb71aab63d24d26e434c)
* Refactor API with Entity trait and connection management ([d5c010c]https://github.com/HyperTekOrg/hyperstack/commit/d5c010ca96e5a125943f742af424e2693e2afe47)
* **rust-sdk:** add deep merge for patches and expose raw patch data ([000f2a2]https://github.com/HyperTekOrg/hyperstack/commit/000f2a2092872aca689e0c00b17f069704f506f6)
* **rust-sdk:** add lazy streams with chainable filter/map operators ([e7fd71a]https://github.com/HyperTekOrg/hyperstack/commit/e7fd71a1a430a6e28db77fa79942c27aba29bf28)
* **rust-sdk:** add prelude module, rich updates, batch key watching, and DX improvements ([ac8d513]https://github.com/HyperTekOrg/hyperstack/commit/ac8d513b234544c165a24def685533c9cc31f8be)
* **sdk:** add configurable store size limits with LRU eviction ([3e91148]https://github.com/HyperTekOrg/hyperstack/commit/3e91148b68c02b97da60dc9d12f1a45369895e7d)
* **sdk:** add snapshot frame support for batched initial data ([bf7cafe]https://github.com/HyperTekOrg/hyperstack/commit/bf7cafe9bcd0b8f255cd710b622d412476acb6a9)
* **sdk:** add sorted view support with server-side subscribed frame ([1a7d83f]https://github.com/HyperTekOrg/hyperstack/commit/1a7d83fe4000c26d282f2df9ce95f9d79414014d)
* **sdk:** add take/skip subscription filtering to Rust SDK ([8b55dad]https://github.com/HyperTekOrg/hyperstack/commit/8b55dad1615db82346eb60aec6990e2dd4ed1359)


### Bug Fixes

* Add hyperstack-sdk to CI ([e5f3f4c]https://github.com/HyperTekOrg/hyperstack/commit/e5f3f4c7ac144000683297ec79efd946bf626b07)
* Broken streams after naming refactor ([64437b4]https://github.com/HyperTekOrg/hyperstack/commit/64437b4d80c3b2ec68468ce11bbeaab49678aa8b)
* Extract entity name from view path and unwrap item data ([289ce66]https://github.com/HyperTekOrg/hyperstack/commit/289ce667c1f28bd67c8179e7113c130a347d7f2a)
* remove deprecated kv mode from SDKs and documentation ([2097af0]https://github.com/HyperTekOrg/hyperstack/commit/2097af05165eed4a7d9b6ef4ede1b5722ab90215)
* **sdk:** derive Clone for ViewBuilder ([5212150]https://github.com/HyperTekOrg/hyperstack/commit/5212150c6386ec07d078ea49085290054fee6973)
* **sdk:** respect sort order for string fields in Rust SDK ([75f49b0]https://github.com/HyperTekOrg/hyperstack/commit/75f49b041f26bb1771bc688f9215fe740fac77b0)
* **sdk:** subscribe to broadcast before server subscription ([0ecb0f1]https://github.com/HyperTekOrg/hyperstack/commit/0ecb0f139032bf241225a0a3c6a8f63a6a0833e1)
* update SDKs to detect and decompress raw gzip binary frames ([2441b54]https://github.com/HyperTekOrg/hyperstack/commit/2441b54e7f3dbf53cea428e0aa6bcd81b9a06e60)
* Use BroadcastStream for proper async polling ([9dbbc42]https://github.com/HyperTekOrg/hyperstack/commit/9dbbc4251d788d889adcbdb31f4e22987b48e05b)


### Code Refactoring

* remove Mode::Kv and simplify websocket frame structure ([f1a2b81]https://github.com/HyperTekOrg/hyperstack/commit/f1a2b81f24eeda9a81b5fc0738ef78a5741b687b)

## [0.4.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.4.2...hyperstack-sdk-v0.4.3 (2026-02-03)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.4.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.4.1...hyperstack-sdk-v0.4.2 (2026-02-01)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.4.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.4.0...hyperstack-sdk-v0.4.1 (2026-02-01)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.4.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.15...hyperstack-sdk-v0.4.0 (2026-01-31)


### ⚠ BREAKING CHANGES

* Wire protocol simplified - list frames no longer wrap data in {id, order, item}. Data is now sent directly.

### Features

* add append hints to frame protocol for granular array updates ([ce2213f]https://github.com/HyperTekOrg/hyperstack/commit/ce2213fc5a2c242cb4833ab417ff3d71f918812f)
* add gzip compression for large WebSocket payloads ([cb694e9]https://github.com/HyperTekOrg/hyperstack/commit/cb694e9ef74ff99345e5f054820207f743d55e1d)
* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* implement proper unsubscribe support across server and all SDKs ([81118cb]https://github.com/HyperTekOrg/hyperstack/commit/81118cb103720bdf8424cb71aab63d24d26e434c)
* Refactor API with Entity trait and connection management ([d5c010c]https://github.com/HyperTekOrg/hyperstack/commit/d5c010ca96e5a125943f742af424e2693e2afe47)
* **rust-sdk:** add deep merge for patches and expose raw patch data ([000f2a2]https://github.com/HyperTekOrg/hyperstack/commit/000f2a2092872aca689e0c00b17f069704f506f6)
* **rust-sdk:** add lazy streams with chainable filter/map operators ([e7fd71a]https://github.com/HyperTekOrg/hyperstack/commit/e7fd71a1a430a6e28db77fa79942c27aba29bf28)
* **rust-sdk:** add prelude module, rich updates, batch key watching, and DX improvements ([ac8d513]https://github.com/HyperTekOrg/hyperstack/commit/ac8d513b234544c165a24def685533c9cc31f8be)
* **sdk:** add configurable store size limits with LRU eviction ([3e91148]https://github.com/HyperTekOrg/hyperstack/commit/3e91148b68c02b97da60dc9d12f1a45369895e7d)
* **sdk:** add snapshot frame support for batched initial data ([bf7cafe]https://github.com/HyperTekOrg/hyperstack/commit/bf7cafe9bcd0b8f255cd710b622d412476acb6a9)
* **sdk:** add sorted view support with server-side subscribed frame ([1a7d83f]https://github.com/HyperTekOrg/hyperstack/commit/1a7d83fe4000c26d282f2df9ce95f9d79414014d)
* **sdk:** add take/skip subscription filtering to Rust SDK ([8b55dad]https://github.com/HyperTekOrg/hyperstack/commit/8b55dad1615db82346eb60aec6990e2dd4ed1359)


### Bug Fixes

* Add hyperstack-sdk to CI ([e5f3f4c]https://github.com/HyperTekOrg/hyperstack/commit/e5f3f4c7ac144000683297ec79efd946bf626b07)
* Broken streams after naming refactor ([64437b4]https://github.com/HyperTekOrg/hyperstack/commit/64437b4d80c3b2ec68468ce11bbeaab49678aa8b)
* Extract entity name from view path and unwrap item data ([289ce66]https://github.com/HyperTekOrg/hyperstack/commit/289ce667c1f28bd67c8179e7113c130a347d7f2a)
* remove deprecated kv mode from SDKs and documentation ([2097af0]https://github.com/HyperTekOrg/hyperstack/commit/2097af05165eed4a7d9b6ef4ede1b5722ab90215)
* **sdk:** respect sort order for string fields in Rust SDK ([75f49b0]https://github.com/HyperTekOrg/hyperstack/commit/75f49b041f26bb1771bc688f9215fe740fac77b0)
* **sdk:** subscribe to broadcast before server subscription ([0ecb0f1]https://github.com/HyperTekOrg/hyperstack/commit/0ecb0f139032bf241225a0a3c6a8f63a6a0833e1)
* update SDKs to detect and decompress raw gzip binary frames ([2441b54]https://github.com/HyperTekOrg/hyperstack/commit/2441b54e7f3dbf53cea428e0aa6bcd81b9a06e60)
* Use BroadcastStream for proper async polling ([9dbbc42]https://github.com/HyperTekOrg/hyperstack/commit/9dbbc4251d788d889adcbdb31f4e22987b48e05b)


### Code Refactoring

* remove Mode::Kv and simplify websocket frame structure ([f1a2b81]https://github.com/HyperTekOrg/hyperstack/commit/f1a2b81f24eeda9a81b5fc0738ef78a5741b687b)

## [0.3.15]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.14...hyperstack-sdk-v0.3.15 (2026-01-31)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.14]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.13...hyperstack-sdk-v0.3.14 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.13]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.12...hyperstack-sdk-v0.3.13 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.12]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.11...hyperstack-sdk-v0.3.12 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.11]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.10...hyperstack-sdk-v0.3.11 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.10]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.9...hyperstack-sdk-v0.3.10 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.9]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.8...hyperstack-sdk-v0.3.9 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.8]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.7...hyperstack-sdk-v0.3.8 (2026-01-28)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.7]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.6...hyperstack-sdk-v0.3.7 (2026-01-26)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.6]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.5...hyperstack-sdk-v0.3.6 (2026-01-26)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.4...hyperstack-sdk-v0.3.5 (2026-01-24)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.3...hyperstack-sdk-v0.3.4 (2026-01-24)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.2...hyperstack-sdk-v0.3.3 (2026-01-23)


### Features

* add unified Views API to Rust SDK ([97afb97]https://github.com/HyperTekOrg/hyperstack/commit/97afb97f1f9d21030ba400fef5a7727d674a93e0)
* **sdk:** add sorted view support with server-side subscribed frame ([1a7d83f]https://github.com/HyperTekOrg/hyperstack/commit/1a7d83fe4000c26d282f2df9ce95f9d79414014d)
* **sdk:** add take/skip subscription filtering to Rust SDK ([8b55dad]https://github.com/HyperTekOrg/hyperstack/commit/8b55dad1615db82346eb60aec6990e2dd4ed1359)


### Bug Fixes

* **sdk:** respect sort order for string fields in Rust SDK ([75f49b0]https://github.com/HyperTekOrg/hyperstack/commit/75f49b041f26bb1771bc688f9215fe740fac77b0)
* **sdk:** subscribe to broadcast before server subscription ([0ecb0f1]https://github.com/HyperTekOrg/hyperstack/commit/0ecb0f139032bf241225a0a3c6a8f63a6a0833e1)

## [0.3.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.1...hyperstack-sdk-v0.3.2 (2026-01-20)


### Bug Fixes

* update SDKs to detect and decompress raw gzip binary frames ([2441b54]https://github.com/HyperTekOrg/hyperstack/commit/2441b54e7f3dbf53cea428e0aa6bcd81b9a06e60)

## [0.3.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.3.0...hyperstack-sdk-v0.3.1 (2026-01-20)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.3.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.5...hyperstack-sdk-v0.3.0 (2026-01-20)


### Features

* add gzip compression for large WebSocket payloads ([cb694e9]https://github.com/HyperTekOrg/hyperstack/commit/cb694e9ef74ff99345e5f054820207f743d55e1d)

## [0.2.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.4...hyperstack-sdk-v0.2.5 (2026-01-19)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.2.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.3...hyperstack-sdk-v0.2.4 (2026-01-19)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.2.3]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.2...hyperstack-sdk-v0.2.3 (2026-01-18)


### Features

* add append hints to frame protocol for granular array updates ([ce2213f]https://github.com/HyperTekOrg/hyperstack/commit/ce2213fc5a2c242cb4833ab417ff3d71f918812f)
* implement proper unsubscribe support across server and all SDKs ([81118cb]https://github.com/HyperTekOrg/hyperstack/commit/81118cb103720bdf8424cb71aab63d24d26e434c)
* **sdk:** add configurable store size limits with LRU eviction ([3e91148]https://github.com/HyperTekOrg/hyperstack/commit/3e91148b68c02b97da60dc9d12f1a45369895e7d)
* **sdk:** add snapshot frame support for batched initial data ([bf7cafe]https://github.com/HyperTekOrg/hyperstack/commit/bf7cafe9bcd0b8f255cd710b622d412476acb6a9)

## [0.2.2]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.1...hyperstack-sdk-v0.2.2 (2026-01-16)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.2.1]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.2.0...hyperstack-sdk-v0.2.1 (2026-01-16)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.2.0]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.11...hyperstack-sdk-v0.2.0 (2026-01-15)


### ⚠ BREAKING CHANGES

* Wire protocol simplified - list frames no longer wrap data in {id, order, item}. Data is now sent directly.

### Features

* **rust-sdk:** add deep merge for patches and expose raw patch data ([000f2a2]https://github.com/HyperTekOrg/hyperstack/commit/000f2a2092872aca689e0c00b17f069704f506f6)
* **rust-sdk:** add lazy streams with chainable filter/map operators ([e7fd71a]https://github.com/HyperTekOrg/hyperstack/commit/e7fd71a1a430a6e28db77fa79942c27aba29bf28)
* **rust-sdk:** add prelude module, rich updates, batch key watching, and DX improvements ([ac8d513]https://github.com/HyperTekOrg/hyperstack/commit/ac8d513b234544c165a24def685533c9cc31f8be)


### Bug Fixes

* remove deprecated kv mode from SDKs and documentation ([2097af0]https://github.com/HyperTekOrg/hyperstack/commit/2097af05165eed4a7d9b6ef4ede1b5722ab90215)


### Code Refactoring

* remove Mode::Kv and simplify websocket frame structure ([f1a2b81]https://github.com/HyperTekOrg/hyperstack/commit/f1a2b81f24eeda9a81b5fc0738ef78a5741b687b)

## [0.1.11]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.10...hyperstack-sdk-v0.1.11 (2026-01-14)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.1.10]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.9...hyperstack-sdk-v0.1.10 (2026-01-13)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.1.9]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.8...hyperstack-sdk-v0.1.9 (2026-01-13)


### Miscellaneous Chores

* **hyperstack-sdk:** Synchronize hyperstack versions

## [0.1.8]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.6...hyperstack-sdk-v0.1.8 (2026-01-13)


### Features

* Refactor API with Entity trait and connection management ([d5c010c]https://github.com/HyperTekOrg/hyperstack/commit/d5c010ca96e5a125943f742af424e2693e2afe47)


### Bug Fixes

* Add hyperstack-sdk to CI ([e5f3f4c]https://github.com/HyperTekOrg/hyperstack/commit/e5f3f4c7ac144000683297ec79efd946bf626b07)
* Broken streams after naming refactor ([64437b4]https://github.com/HyperTekOrg/hyperstack/commit/64437b4d80c3b2ec68468ce11bbeaab49678aa8b)
* Extract entity name from view path and unwrap item data ([289ce66]https://github.com/HyperTekOrg/hyperstack/commit/289ce667c1f28bd67c8179e7113c130a347d7f2a)
* Use BroadcastStream for proper async polling ([9dbbc42]https://github.com/HyperTekOrg/hyperstack/commit/9dbbc4251d788d889adcbdb31f4e22987b48e05b)

## [0.1.6]https://github.com/HyperTekOrg/hyperstack/compare/v0.1.5...v0.1.6 (2026-01-13)


### Features

* Refactor API with Entity trait and connection management ([d5c010c]https://github.com/HyperTekOrg/hyperstack/commit/d5c010ca96e5a125943f742af424e2693e2afe47)


### Bug Fixes

* Add hyperstack-sdk to CI ([e5f3f4c]https://github.com/HyperTekOrg/hyperstack/commit/e5f3f4c7ac144000683297ec79efd946bf626b07)
* Broken streams after naming refactor ([64437b4]https://github.com/HyperTekOrg/hyperstack/commit/64437b4d80c3b2ec68468ce11bbeaab49678aa8b)
* Extract entity name from view path and unwrap item data ([289ce66]https://github.com/HyperTekOrg/hyperstack/commit/289ce667c1f28bd67c8179e7113c130a347d7f2a)
* Use BroadcastStream for proper async polling ([9dbbc42]https://github.com/HyperTekOrg/hyperstack/commit/9dbbc4251d788d889adcbdb31f4e22987b48e05b)

## [0.1.5]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.4...hyperstack-sdk-v0.1.5 (2026-01-09)


### Bug Fixes

* Broken streams after naming refactor ([64437b4]https://github.com/HyperTekOrg/hyperstack/commit/64437b4d80c3b2ec68468ce11bbeaab49678aa8b)

## [0.1.4]https://github.com/HyperTekOrg/hyperstack/compare/hyperstack-sdk-v0.1.2...hyperstack-sdk-v0.1.4 (2026-01-09)


### Bug Fixes

* Add hyperstack-sdk to CI ([e5f3f4c]https://github.com/HyperTekOrg/hyperstack/commit/e5f3f4c7ac144000683297ec79efd946bf626b07)