Skip to content

Commit

Permalink
PubNub SDK v4.16.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Dec 25, 2024
1 parent 7174666 commit c420a7d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 9 deletions.
27 changes: 19 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
name: c-core
schema: 1
version: "4.15.0"
version: "4.16.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-12-25
version: v4.16.0
changes:
- type: feature
text: "Additional flags for C/CPP can be set with: `USER_C_FLAGS` / `USER_CXX_FLAGS`."
- type: bug
text: "Fix because of which one of the source files has been missed for Windows."
- type: bug
text: "Fix issue with unsupported concatenation of sources files / definitions (`+=`)."
- type: improvement
text: "Refactor our `Makefiles` from different folders and platforms to use `include` directives to include shared definitions, flags, source files."
- date: 2024-11-25
version: v4.15.0
changes:
Expand Down Expand Up @@ -884,7 +895,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -950,7 +961,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1016,7 +1027,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1078,7 +1089,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1139,7 +1150,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1195,7 +1206,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1248,7 +1259,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.15.0
location: https://github.com/pubnub/c-core/releases/tag/v4.16.0
requires:
-
name: "miniz"
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v4.16.0
December 25 2024

#### Added
- Additional flags for C/CPP can be set with: `USER_C_FLAGS` / `USER_CXX_FLAGS`.

#### Fixed
- Fix because of which one of the source files has been missed for Windows.
- Fix issue with unsupported concatenation of sources files / definitions (`+=`).

#### Modified
- Refactor our `Makefiles` from different folders and platforms to use `include` directives to include shared definitions, flags, source files.

## v4.15.0
November 25 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.15.0"
#define PUBNUB_SDK_VERSION "4.16.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit c420a7d

Please sign in to comment.