|
1 | | -# Changelog |
| 1 | +#Changelog |
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | 5 | ## [Unreleased] |
6 | 6 |
|
7 | | -## [1.10.0-beta.3] - TBD |
| 7 | +## [1.10.0-beta.4] - TBD |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | +* Correctly track received bytes in HTTP/2 client statistics |
| 12 | +* Ignore unknown HTTP/2 frame types instead of treating them as fatal errors (forward compatibility) |
| 13 | + |
| 14 | +## [1.10.0-beta.3] - 2025-12-21 |
8 | 15 |
|
9 | 16 | ### Changes |
10 | 17 |
|
@@ -425,27 +432,26 @@ All notable changes to this project will be documented in this file. |
425 | 432 |
|
426 | 433 | - Added isTopicEmpty function; |
427 | 434 |
|
428 | | -### Changed |
| 435 | +## #Changed |
429 | 436 |
|
430 | | -- Update the ubuntu Dockerfile; |
| 437 | + - Update the ubuntu Dockerfile; |
431 | 438 |
|
432 | 439 | - Add optional Criteria && || operator support; |
433 | 440 |
|
434 | | -- Bump actions/checkout from 3 to 4; |
| 441 | +- Bump actions / checkout from 3 to 4; |
435 | 442 |
|
436 | | -- Make & and * directly adjacent to variable names; |
| 443 | +- Make & and *directly adjacent to variable names; |
437 | 444 |
|
438 | | -- Use wss://echo.websocket.events/.ws in WebSocket client example; |
| 445 | +- Use wss: // echo.websocket.events/.ws in WebSocket client example; |
439 | 446 |
|
440 | | -- Change logs in the AccessLogger plugin to TRACE level; |
| 447 | + -Change logs in the AccessLogger plugin to TRACE level; |
441 | 448 |
|
442 | | -### Fixed |
| 449 | +## #Fixed |
443 | 450 |
|
444 | | -- Fix an error in the secureRandomString function; |
| 451 | + - Fix an error in the secureRandomString function; |
445 | 452 |
|
446 | 453 | - FIX int mapping to int64_t instead of uint64_t; |
447 | 454 |
|
448 | | - |
449 | 455 | ## [1.9.0-rc.1] - 2023-09-23 |
450 | 456 |
|
451 | 457 | ### API changes list |
@@ -1488,7 +1494,8 @@ All notable changes to this project will be documented in this file. |
1488 | 1494 |
|
1489 | 1495 | - Destroy DNS resolver of HttpClient in the correct thread. |
1490 | 1496 |
|
1491 | | -- Add the header <cctype> to resolve build errors in VS2017. |
| 1497 | +- Add the header < |
| 1498 | +cctype & gt; to resolve build errors in VS2017. |
1492 | 1499 |
|
1493 | 1500 | ## [1.0.0-beta18] - 2020-06-14 |
1494 | 1501 |
|
@@ -1830,7 +1837,7 @@ All notable changes to this project will be documented in this file. |
1830 | 1837 |
|
1831 | 1838 | - Add two methods to control if the Server header or the Date header is sent to clients with HTTP responses. |
1832 | 1839 | * void HttpAppFramework::enableServerHeader(bool); |
1833 | | - * void HttpAppFramework::enableDateHeader(bool); |
| 1840 | +*void HttpAppFramework::enableDateHeader(bool); |
1834 | 1841 |
|
1835 | 1842 | ### Changed |
1836 | 1843 |
|
|
0 commit comments