diff --git a/CHANGELOG.md b/CHANGELOG.md index aedab4521..9459c2334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,97 +1,99 @@ -## v5.4.0 -January 07 2025 - -#### Added -- Add batch history support. -- Add fetch messages with message reactions. -- 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. -- Add `custom_message_type` support for `publish` / `signal` and `subscribe` endpoints. - -## v5.3.5 -October 09 2024 - -#### Modified -- 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). - -## v5.3.4 -April 29 2024 - -#### Fixed -- Fix issue because of which client didn't encode App Context get all event `filter` query value. - -## v5.3.3 -January 29 2024 - -#### Modified -- Bump required version to the minimum officially supported Ruby version. - -## v5.3.2 -November 23 2023 - -#### Modified -- 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). - -## v5.3.1 -November 03 2023 - -#### Modified -- Update license information. - -## v5.3.0 -October 16 2023 - -#### Added -- Add crypto module that allows to configure SDK to encrypt and decrypt messages. - -#### Fixed -- Improved security of crypto implementation by adding enhanced AES-CBC cryptor. - -## v5.2.2 -March 14 2023 - -#### Fixed -- Fix issue which raised an exception when PubNub client has been configured with a secret key. - -## v5.2.1 -December 13 2022 - -#### Fixed -- Fix format which is used to return server data from `get_message_actions` method call. - -## v5.2.0 -December 12 2022 - -#### Added -- Add api which allow to work with message actions endpoints. - -#### Modified -- Migrate test suite run from Travis to GitHub Actions. - -## v5.1.2 -November 23 2022 - -#### Fixed -- Fix issue because of which channel hasn't been encoded properly with endpoint call. - -## v5.1.1 -October 26 2022 - -#### Fixed -- Fix issue because of which `callback` and `http_sync` provided during client configuration not used when missing in method call. - -## v5.1.0 -July 26 2022 - -#### Added -- Add support for spaces and users permissions in grant_token. -- Add user_id and deprecate uuid when creating new pubnub instance. - -## v5.0.0 -January 13 2022 - -#### Modified -- BREAKING CHANGES: uuid is required parameter to create PubNub instance. - +## v5.4.0 +January 07 2025 + +#### Added +- Add batch history support. +- Add fetch messages with message reactions. +- 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. +- Add `custom_message_type` support for `publish` / `signal` and `subscribe` endpoints. + +## v5.3.5 +October 09 2024 + +#### Modified +- 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). + +## v5.3.4 +April 29 2024 + +#### Fixed +- Fix issue because of which client didn't encode App Context get all event `filter` query value. + +## v5.3.3 +January 29 2024 + +#### Modified +- Bump required version to the minimum officially supported Ruby version. + +## v5.3.2 +November 23 2023 + +#### Modified +- 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). + +## v5.3.1 +November 03 2023 + +#### Modified +- Update license information. + +## v5.3.0 +October 16 2023 + +#### Added +- Add crypto module that allows to configure SDK to encrypt and decrypt messages. + +#### Fixed +- Improved security of crypto implementation by adding enhanced AES-CBC cryptor. + +## v5.2.2 +March 14 2023 + +#### Fixed +- Fix issue which raised an exception when PubNub client has been configured with a secret key. + +## v5.2.1 +December 13 2022 + +#### Fixed +- Fix format which is used to return server data from `get_message_actions` method call. + +## v5.2.0 +December 12 2022 + +#### Added +- Add api which allow to work with message actions endpoints. + +#### Modified +- Migrate test suite run from Travis to GitHub Actions. + +## v5.1.2 +November 23 2022 + +#### Fixed +- Fix issue because of which channel hasn't been encoded properly with endpoint call. + +## v5.1.1 +October 26 2022 + +#### Fixed +- Fix issue because of which `callback` and `http_sync` provided during client configuration not used when missing in method call. + +## v5.1.0 +July 26 2022 + +#### Added +- Add support for spaces and users permissions in grant_token. +- Add user_id and deprecate uuid when creating new pubnub instance. + +## v5.0.0 +January 13 2022 + +#### Modified +- BREAKING CHANGES: uuid is required parameter to create PubNub instance. + ## v4.8.0 December 16 2021