|
1 | 1 | name: c-core |
2 | 2 | schema: 1 |
3 | | -version: "5.3.2" |
| 3 | +version: "5.4.0" |
4 | 4 | scm: github.com/pubnub/c-core |
5 | 5 | changelog: |
| 6 | + - date: 2025-10-21 |
| 7 | + version: v5.4.0 |
| 8 | + changes: |
| 9 | + - type: feature |
| 10 | + text: "Provide interfaces (`pubnub_use_tcp_keep_alive`, `pubnub_dont_use_tcp_keep_alive`, `use_tcp_keep_alive`, and `dont_use_tcp_keep_alive`) to set up active TCP connection keep-alive packet sending." |
| 11 | + - type: bug |
| 12 | + text: "Replace the Windows API, which in a multithreaded environment became a reason for crashes during the DNS resolution process." |
| 13 | + - type: bug |
| 14 | + text: "Fix the issue because of which client created a secondary connection when built with `PUBNUB_USE_IPV6` support." |
6 | 15 | - date: 2025-09-23 |
7 | 16 | version: v5.3.2 |
8 | 17 | changes: |
@@ -1036,7 +1045,7 @@ sdks: |
1036 | 1045 | distribution-type: source code |
1037 | 1046 | distribution-repository: GitHub release |
1038 | 1047 | package-name: C-Core |
1039 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1048 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1040 | 1049 | requires: |
1041 | 1050 | - |
1042 | 1051 | name: "miniz" |
@@ -1102,7 +1111,7 @@ sdks: |
1102 | 1111 | distribution-type: source code |
1103 | 1112 | distribution-repository: GitHub release |
1104 | 1113 | package-name: C-Core |
1105 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1114 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1106 | 1115 | requires: |
1107 | 1116 | - |
1108 | 1117 | name: "miniz" |
@@ -1168,7 +1177,7 @@ sdks: |
1168 | 1177 | distribution-type: source code |
1169 | 1178 | distribution-repository: GitHub release |
1170 | 1179 | package-name: C-Core |
1171 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1180 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1172 | 1181 | requires: |
1173 | 1182 | - |
1174 | 1183 | name: "miniz" |
@@ -1230,7 +1239,7 @@ sdks: |
1230 | 1239 | distribution-type: source code |
1231 | 1240 | distribution-repository: GitHub release |
1232 | 1241 | package-name: C-Core |
1233 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1242 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1234 | 1243 | requires: |
1235 | 1244 | - |
1236 | 1245 | name: "miniz" |
@@ -1291,7 +1300,7 @@ sdks: |
1291 | 1300 | distribution-type: source code |
1292 | 1301 | distribution-repository: GitHub release |
1293 | 1302 | package-name: C-Core |
1294 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1303 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1295 | 1304 | requires: |
1296 | 1305 | - |
1297 | 1306 | name: "miniz" |
@@ -1347,7 +1356,7 @@ sdks: |
1347 | 1356 | distribution-type: source code |
1348 | 1357 | distribution-repository: GitHub release |
1349 | 1358 | package-name: C-Core |
1350 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1359 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1351 | 1360 | requires: |
1352 | 1361 | - |
1353 | 1362 | name: "miniz" |
@@ -1400,7 +1409,7 @@ sdks: |
1400 | 1409 | distribution-type: source code |
1401 | 1410 | distribution-repository: GitHub release |
1402 | 1411 | package-name: C-Core |
1403 | | - location: https://github.com/pubnub/c-core/releases/tag/v5.3.2 |
| 1412 | + location: https://github.com/pubnub/c-core/releases/tag/v5.4.0 |
1404 | 1413 | requires: |
1405 | 1414 | - |
1406 | 1415 | name: "miniz" |
|
0 commit comments