Skip to content

Commit

Permalink
PubNub SDK v4.12.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jul 29, 2024
1 parent 21d14cb commit e1c77ca
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.11.2"
version: "4.12.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-07-29
version: v4.12.0
changes:
- type: feature
text: "Added `filter` and `sort` parameters to be closer to the other SDKs with object API."
- type: feature
text: "Configurable `bool` type."
- type: bug
text: "Missing features needed for grant token API in CMakeLIsts.txt."
- date: 2024-07-15
version: v4.11.2
changes:
Expand Down Expand Up @@ -819,7 +828,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -885,7 +894,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -951,7 +960,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1013,7 +1022,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1074,7 +1083,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.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.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1183,7 +1192,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.11.2
location: https://github.com/pubnub/c-core/releases/tag/v4.12.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.12.0
July 29 2024

#### Added
- Added `filter` and `sort` parameters to be closer to the other SDKs with object API.
- Configurable `bool` type.

#### Fixed
- Missing features needed for grant token API in CMakeLIsts.txt.

## v4.11.2
July 15 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.11.2"
#define PUBNUB_SDK_VERSION "4.12.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit e1c77ca

Please sign in to comment.