Skip to content

Commit f57bec2

Browse files
authored
Update CHANGELOG.md
1 parent cf9341c commit f57bec2

File tree

1 file changed

+96
-94
lines changed

1 file changed

+96
-94
lines changed

CHANGELOG.md

Lines changed: 96 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,99 @@
1-
## v5.4.0
2-
January 07 2025
3-
4-
#### Added
5-
- Add batch history support.
6-
- Add fetch messages with message reactions.
7-
- Add fetch messages (batch history) endpoint support to fetch history for multiple channels. Add fetch messages with reactions support. Add `include_custom_message_type` support for fetch messages endpoint.
8-
- Add `custom_message_type` support for `publish` / `signal` and `subscribe` endpoints.
9-
10-
## v5.3.5
11-
October 09 2024
12-
13-
#### Modified
14-
- Updated direct and transient dependency versions. Fixed the following issues reported by [@pboling](https://github.com/pboling): [#158](https://github.com/pubnub/ruby/issues/158).
15-
16-
## v5.3.4
17-
April 29 2024
18-
19-
#### Fixed
20-
- Fix issue because of which client didn't encode App Context get all event `filter` query value.
21-
22-
## v5.3.3
23-
January 29 2024
24-
25-
#### Modified
26-
- Bump required version to the minimum officially supported Ruby version.
27-
28-
## v5.3.2
29-
November 23 2023
30-
31-
#### Modified
32-
- Return source event data when a client configured with crypto is unable to decrypt it (can be not encrypted data or encrypted with different options).
33-
34-
## v5.3.1
35-
November 03 2023
36-
37-
#### Modified
38-
- Update license information.
39-
40-
## v5.3.0
41-
October 16 2023
42-
43-
#### Added
44-
- Add crypto module that allows to configure SDK to encrypt and decrypt messages.
45-
46-
#### Fixed
47-
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
48-
49-
## v5.2.2
50-
March 14 2023
51-
52-
#### Fixed
53-
- Fix issue which raised an exception when PubNub client has been configured with a secret key.
54-
55-
## v5.2.1
56-
December 13 2022
57-
58-
#### Fixed
59-
- Fix format which is used to return server data from `get_message_actions` method call.
60-
61-
## v5.2.0
62-
December 12 2022
63-
64-
#### Added
65-
- Add api which allow to work with message actions endpoints.
66-
67-
#### Modified
68-
- Migrate test suite run from Travis to GitHub Actions.
69-
70-
## v5.1.2
71-
November 23 2022
72-
73-
#### Fixed
74-
- Fix issue because of which channel hasn't been encoded properly with endpoint call.
75-
76-
## v5.1.1
77-
October 26 2022
78-
79-
#### Fixed
80-
- Fix issue because of which `callback` and `http_sync` provided during client configuration not used when missing in method call.
81-
82-
## v5.1.0
83-
July 26 2022
84-
85-
#### Added
86-
- Add support for spaces and users permissions in grant_token.
87-
- Add user_id and deprecate uuid when creating new pubnub instance.
88-
89-
## v5.0.0
90-
January 13 2022
91-
92-
#### Modified
93-
- BREAKING CHANGES: uuid is required parameter to create PubNub instance.
94-
1+
## v5.4.0
2+
January 07 2025
3+
4+
#### Added
5+
- Add batch history support.
6+
- Add fetch messages with message reactions.
7+
- Add fetch messages (batch history) endpoint support to fetch history for multiple channels.
8+
- Add fetch messages with reactions support.
9+
- Add `include_custom_message_type` support for fetch messages endpoint.
10+
- Add `custom_message_type` support for `publish` / `signal` and `subscribe` endpoints.
11+
12+
## v5.3.5
13+
October 09 2024
14+
15+
#### Modified
16+
- Updated direct and transient dependency versions. Fixed the following issues reported by [@pboling](https://github.com/pboling): [#158](https://github.com/pubnub/ruby/issues/158).
17+
18+
## v5.3.4
19+
April 29 2024
20+
21+
#### Fixed
22+
- Fix issue because of which client didn't encode App Context get all event `filter` query value.
23+
24+
## v5.3.3
25+
January 29 2024
26+
27+
#### Modified
28+
- Bump required version to the minimum officially supported Ruby version.
29+
30+
## v5.3.2
31+
November 23 2023
32+
33+
#### Modified
34+
- Return source event data when a client configured with crypto is unable to decrypt it (can be not encrypted data or encrypted with different options).
35+
36+
## v5.3.1
37+
November 03 2023
38+
39+
#### Modified
40+
- Update license information.
41+
42+
## v5.3.0
43+
October 16 2023
44+
45+
#### Added
46+
- Add crypto module that allows to configure SDK to encrypt and decrypt messages.
47+
48+
#### Fixed
49+
- Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
50+
51+
## v5.2.2
52+
March 14 2023
53+
54+
#### Fixed
55+
- Fix issue which raised an exception when PubNub client has been configured with a secret key.
56+
57+
## v5.2.1
58+
December 13 2022
59+
60+
#### Fixed
61+
- Fix format which is used to return server data from `get_message_actions` method call.
62+
63+
## v5.2.0
64+
December 12 2022
65+
66+
#### Added
67+
- Add api which allow to work with message actions endpoints.
68+
69+
#### Modified
70+
- Migrate test suite run from Travis to GitHub Actions.
71+
72+
## v5.1.2
73+
November 23 2022
74+
75+
#### Fixed
76+
- Fix issue because of which channel hasn't been encoded properly with endpoint call.
77+
78+
## v5.1.1
79+
October 26 2022
80+
81+
#### Fixed
82+
- Fix issue because of which `callback` and `http_sync` provided during client configuration not used when missing in method call.
83+
84+
## v5.1.0
85+
July 26 2022
86+
87+
#### Added
88+
- Add support for spaces and users permissions in grant_token.
89+
- Add user_id and deprecate uuid when creating new pubnub instance.
90+
91+
## v5.0.0
92+
January 13 2022
93+
94+
#### Modified
95+
- BREAKING CHANGES: uuid is required parameter to create PubNub instance.
96+
9597
## v4.8.0
9698
December 16 2021
9799

0 commit comments

Comments
 (0)