|
1 | | -## v6.0.2 |
2 | | -March 03 2026 |
3 | | - |
4 | | -#### Modified |
5 | | -- Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests. |
6 | | -- Add `.uniq` calls when building the URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests. |
7 | | - |
8 | | -## v6.0.1 |
9 | | -November 04 2025 |
10 | | - |
11 | | -#### Fixed |
12 | | -- Send proper object for `state` with the `heartbeat` request. |
13 | | - |
14 | | -#### Modified |
15 | | -- Don't cap `limit` and let the server perform value validation. |
16 | | -- Replace legacy timetoken query parameter with subscribe v2 parameters. |
17 | | - |
18 | | -## v6.0.0 |
19 | | -October 15 2025 |
20 | | - |
21 | | -#### Added |
22 | | -- BREAKING CHANGES: Add 'limit' and 'offset' parameters for 'here_now' for pagination support. |
23 | | - |
24 | | -## v5.6.0 |
25 | | -September 11 2025 |
26 | | - |
27 | | -#### Added |
28 | | -- Add the `encode_channels` parameter for `fetch` to enable or disable channel names percent-encoding in response. |
29 | | - |
30 | | -## v5.5.1 |
31 | | -September 08 2025 |
32 | | - |
33 | | -#### Fixed |
34 | | -- Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of arguments error. |
35 | | - |
36 | | -## v5.5.0 |
37 | | -January 28 2025 |
38 | | - |
39 | | -#### Added |
40 | | -- Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`, `member`, and `membership`. |
41 | | -- Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`, `uuid_type`, `channel_status`, and `channel_type`. |
42 | | - |
| 1 | +## v6.0.2 |
| 2 | +March 03 2026 |
| 3 | + |
| 4 | +#### Modified |
| 5 | +- Add `.uniq` calls when building subscribe URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests. |
| 6 | +- Add `.uniq` calls when building heartbeat URL path and channel-group query parameter to prevent duplicate channels and channel groups from leaking into HTTP requests. |
| 7 | + |
| 8 | +## v6.0.1 |
| 9 | +November 04 2025 |
| 10 | + |
| 11 | +#### Fixed |
| 12 | +- Send proper object for `state` with the `heartbeat` request. |
| 13 | + |
| 14 | +#### Modified |
| 15 | +- Don't cap `limit` and let the server perform value validation. |
| 16 | +- Replace legacy timetoken query parameter with subscribe v2 parameters. |
| 17 | + |
| 18 | +## v6.0.0 |
| 19 | +October 15 2025 |
| 20 | + |
| 21 | +#### Added |
| 22 | +- BREAKING CHANGES: Add 'limit' and 'offset' parameters for 'here_now' for pagination support. |
| 23 | + |
| 24 | +## v5.6.0 |
| 25 | +September 11 2025 |
| 26 | + |
| 27 | +#### Added |
| 28 | +- Add the `encode_channels` parameter for `fetch` to enable or disable channel names percent-encoding in response. |
| 29 | + |
| 30 | +## v5.5.1 |
| 31 | +September 08 2025 |
| 32 | + |
| 33 | +#### Fixed |
| 34 | +- Fix the issue introduced by RuboCop linter suggestion acceptance, which caused a wrong number of arguments error. |
| 35 | + |
| 36 | +## v5.5.0 |
| 37 | +January 28 2025 |
| 38 | + |
| 39 | +#### Added |
| 40 | +- Add the ability to specify `type` and `status` fields for `channel metadata`, `uuid metadata`, `member`, and `membership`. |
| 41 | +- Add missing `include` options for App Context APIs: `custom`, `status`, `type`, `uuid_status`, `uuid_type`, `channel_status`, and `channel_type`. |
| 42 | + |
43 | 43 | ## v5.4.0 |
44 | 44 | January 07 2025 |
45 | 45 |
|
|
0 commit comments