Skip to content

Commit

Permalink
PubNub SDK v4.15.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Nov 25, 2024
1 parent f293253 commit 666f8d1
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
25 changes: 17 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
name: c-core
schema: 1
version: "4.14.1"
version: "4.15.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-11-25
version: v4.15.0
changes:
- type: feature
text: "Add custom message type support for the following APIs: publish, signal, share file, subscribe and history."
- type: feature
text: "Add connectivity setter."
- type: bug
text: "Add `pubnub_set_ipv4_connectivity` and `pubnub_set_ipv6_connectivity` to `pubnub_coreapi` to switch preferred connectivity protocol. Make sure that in case of connection close (including because of error) proxy context object will be reset."
- date: 2024-10-24
version: v4.14.1
changes:
Expand Down Expand Up @@ -875,7 +884,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -941,7 +950,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1007,7 +1016,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1069,7 +1078,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1130,7 +1139,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1186,7 +1195,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1239,7 +1248,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.14.1
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
requires:
-
name: "miniz"
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v4.15.0
November 25 2024

#### Added
- Add custom message type support for the following APIs: publish, signal, share file, subscribe and history.
- Add connectivity setter.

#### Fixed
- Add `pubnub_set_ipv4_connectivity` and `pubnub_set_ipv6_connectivity` to `pubnub_coreapi` to switch preferred connectivity protocol. Make sure that in case of connection close (including because of error) proxy context object will be reset.

## v4.14.1
October 24 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.14.1"
#define PUBNUB_SDK_VERSION "4.15.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 666f8d1

Please sign in to comment.