Skip to content

Commit 4fbc510

Browse files
committed
docs(changelog): modify change log entries to include endpoint name
1 parent ced449a commit 4fbc510

2 files changed

Lines changed: 44 additions & 44 deletions

File tree

.pubnub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ changelog:
55
version: v6.0.2
66
changes:
77
- type: improvement
8-
text: "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."
8+
text: "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."
99
- type: improvement
10-
text: "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."
10+
text: "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."
1111
- date: 2025-11-04
1212
version: v6.0.1
1313
changes:

CHANGELOG.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
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+
4343
## v5.4.0
4444
January 07 2025
4545

0 commit comments

Comments
 (0)