Skip to content

Commit

Permalink
PubNub SDK v4.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jul 24, 2023
1 parent ab9f859 commit 2e1f833
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
23 changes: 15 additions & 8 deletions .pubnub.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
name: c-core
schema: 1
version: "4.2.2"
version: "4.3.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2023-07-24
version: v4.3.0
changes:
- type: feature
text: "Add `publisher` field into `pubnub_v2_message`."
- type: bug
text: "Fixed `flags` and `region` values that always equaled `0`."
- date: 2023-05-24
version: v4.2.2
changes:
Expand Down Expand Up @@ -720,7 +727,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -786,7 +793,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -852,7 +859,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -914,7 +921,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -975,7 +982,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1031,7 +1038,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1084,7 +1091,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.2.2
location: https://github.com/pubnub/c-core/releases/tag/v4.3.0
requires:
-
name: "miniz"
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v4.3.0
July 24 2023

#### Added
- Add `publisher` field into `pubnub_v2_message`.

#### Fixed
- Fixed `flags` and `region` values that always equaled `0`.

## v4.2.2
May 24 2023

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.2.2"
#define PUBNUB_SDK_VERSION "4.3.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit 2e1f833

Please sign in to comment.