From 7cef347050a42de3eceddd8785b4a07428b1ab8c Mon Sep 17 00:00:00 2001 From: Serhii Mamontov Date: Thu, 24 Oct 2024 15:45:54 +0300 Subject: [PATCH] docs(changelogs): revert changes in chanhelogs --- .pubnub.yml | 14 +++++++++++++- CHANGELOG.md | 10 ++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index add0eee0..be2364c5 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -3,9 +3,21 @@ schema: 1 version: "4.14.0" scm: github.com/pubnub/c-core changelog: - - date: 2024-10-24 + - date: 2024-10-15 version: v4.14.0 changes: + - type: feature + text: "Add core Event Engine implementation with the required set of types and methods." + - type: feature + text: "Add Subscribe Event Engine built atop of the core Event Engine implementation." + - type: feature + text: "Add the following entities: channel, channel group, uuid and channel metadata objects." + - type: feature + text: "Add objects to manage subscriptions and provides interface for update listeners." + - type: feature + text: "Add new event listeners, which make it possible to add listeners to a specific entity or group of entities (though subscription and subscription set)." + - type: feature + text: "Added ability to configure automated retry policies for failed requests." - date: 2024-09-05 version: v4.13.1 changes: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6512aead..100e6944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ ## v4.14.0 -October 24 2024 - +October 15 2024 +#### Added +- Add core Event Engine implementation with the required set of types and methods. +- Add Subscribe Event Engine built atop of the core Event Engine implementation. +- Add the following entities: channel, channel group, uuid and channel metadata objects. +- Add objects to manage subscriptions and provides interface for update listeners. +- Add new event listeners, which make it possible to add listeners to a specific entity or group of entities (though subscription and subscription set). +- Added ability to configure automated retry policies for failed requests. ## v4.13.1 September 05 2024