1
1
name : c-core
2
2
schema : 1
3
- version : " 4.10 .0"
3
+ version : " 4.11 .0"
4
4
scm : github.com/pubnub/c-core
5
5
changelog :
6
+ - date : 2024-06-27
7
+ version : v4.11.0
8
+ changes :
9
+ - type : feature
10
+ text : " Provided support for ESP32 devices via ESP-IDF framework."
11
+ - type : feature
12
+ text : " Provided support for MBedTLS library used within esp32 platform."
13
+ - type : improvement
14
+ text : " Replace `strncpy` with `strcpy` in blocks where it is safer to be used."
6
15
- date : 2024-06-14
7
16
version : v4.10.0
8
17
changes :
@@ -775,6 +784,12 @@ supported-platforms:
775
784
platforms :
776
785
- mBed 2 is supported.
777
786
- Newer versions should work, but are not supported out of the box.
787
+ -
788
+ version : PubNub ESP32 SDK
789
+ platforms :
790
+ - ESP-IDF 5.2.1 is supported
791
+ - Newer versions should work, but are not supported out of the box.
792
+
778
793
sdks :
779
794
-
780
795
full-name : PubNub POSIX C SDK
@@ -794,7 +809,7 @@ sdks:
794
809
distribution-type : source code
795
810
distribution-repository : GitHub release
796
811
package-name : C-Core
797
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
812
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
798
813
requires :
799
814
-
800
815
name : " miniz"
@@ -860,7 +875,7 @@ sdks:
860
875
distribution-type : source code
861
876
distribution-repository : GitHub release
862
877
package-name : C-Core
863
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
878
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
864
879
requires :
865
880
-
866
881
name : " miniz"
@@ -926,7 +941,7 @@ sdks:
926
941
distribution-type : source code
927
942
distribution-repository : GitHub release
928
943
package-name : C-Core
929
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
944
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
930
945
requires :
931
946
-
932
947
name : " miniz"
@@ -988,7 +1003,7 @@ sdks:
988
1003
distribution-type : source code
989
1004
distribution-repository : GitHub release
990
1005
package-name : C-Core
991
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
1006
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
992
1007
requires :
993
1008
-
994
1009
name : " miniz"
@@ -1049,7 +1064,7 @@ sdks:
1049
1064
distribution-type : source code
1050
1065
distribution-repository : GitHub release
1051
1066
package-name : C-Core
1052
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
1067
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
1053
1068
requires :
1054
1069
-
1055
1070
name : " miniz"
@@ -1105,7 +1120,7 @@ sdks:
1105
1120
distribution-type : source code
1106
1121
distribution-repository : GitHub release
1107
1122
package-name : C-Core
1108
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
1123
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
1109
1124
requires :
1110
1125
-
1111
1126
name : " miniz"
@@ -1158,7 +1173,7 @@ sdks:
1158
1173
distribution-type : source code
1159
1174
distribution-repository : GitHub release
1160
1175
package-name : C-Core
1161
- location : https://github.com/pubnub/c-core/releases/tag/v4.10 .0
1176
+ location : https://github.com/pubnub/c-core/releases/tag/v4.11 .0
1162
1177
requires :
1163
1178
-
1164
1179
name : " miniz"
0 commit comments