Skip to content

Commit

Permalink
PubNub SDK v4.14.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Oct 24, 2024
1 parent f8c1b1b commit 7a36e67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
14 changes: 1 addition & 13 deletions .pubnub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,9 @@ schema: 1
version: "4.14.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-10-15
- date: 2024-10-24
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:
Expand Down
10 changes: 2 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
## v4.14.0
October 15 2024
October 24 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
Expand Down

0 comments on commit 7a36e67

Please sign in to comment.