Skip to content

Commit

Permalink
PubNub SDK v4.11.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pubnub-release-bot committed Jun 27, 2024
1 parent 9233cf9 commit d47622a
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.10.0"
version: "4.11.0"
scm: github.com/pubnub/c-core
changelog:
- date: 2024-06-27
version: v4.11.0
changes:
- type: feature
text: "Provided support for ESP32 devices via ESP-IDF framework."
- type: feature
text: "Provided support for MBedTLS library used within esp32 platform."
- type: improvement
text: "Replace `strncpy` with `strcpy` in blocks where it is safer to be used."
- date: 2024-06-14
version: v4.10.0
changes:
Expand Down Expand Up @@ -800,7 +809,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -866,7 +875,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -932,7 +941,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -994,7 +1003,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1055,7 +1064,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1111,7 +1120,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.0
requires:
-
name: "miniz"
Expand Down Expand Up @@ -1164,7 +1173,7 @@ sdks:
distribution-type: source code
distribution-repository: GitHub release
package-name: C-Core
location: https://github.com/pubnub/c-core/releases/tag/v4.10.0
location: https://github.com/pubnub/c-core/releases/tag/v4.11.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.11.0
June 27 2024

#### Added
- Provided support for ESP32 devices via ESP-IDF framework.
- Provided support for MBedTLS library used within esp32 platform.

#### Modified
- Replace `strncpy` with `strcpy` in blocks where it is safer to be used.

## v4.10.0
June 14 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.10.0"
#define PUBNUB_SDK_VERSION "4.11.0"


#endif /* !defined INC_PUBNUB_VERSION_INTERNAL */

0 comments on commit d47622a

Please sign in to comment.