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 15, 2024
1 parent 0095a45 commit 90e6cd0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 9 deletions.
31 changes: 23 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
name: c-core
schema: 1
version: "4.13.1"
version: "4.14.0"
scm: github.com/pubnub/c-core
changelog:
- 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:
Expand Down Expand Up @@ -853,7 +868,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -919,7 +934,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -985,7 +1000,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1047,7 +1062,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1108,7 +1123,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1164,7 +1179,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1217,7 +1232,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.13.1
location: https://github.com/pubnub/c-core/releases/tag/v4.14.0
requires:
-
name: "miniz"
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v4.14.0
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

Expand Down
2 changes: 1 addition & 1 deletion core/pubnub_version_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define INC_PUBNUB_VERSION_INTERNAL


#define PUBNUB_SDK_VERSION "4.13.1"
#define PUBNUB_SDK_VERSION "4.14.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 90e6cd0

Please sign in to comment.