doc: changelog

This commit is contained in:
Günter Obiltschnig 2024-12-01 11:27:23 +01:00
parent ecfa7d1d7b
commit e96ad6cc41
2 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,7 @@
This is the changelog file for the POCO C++ Libraries. This is the changelog file for the POCO C++ Libraries.
Release 1.14.0 (2024-MM-DD) Release 1.14.0 (2024-12-01)
=========================== ===========================
Summary of Changes: Summary of Changes:
@ -267,13 +267,13 @@ Bug Fixes and Improvements:
Release 1.13.0 (2023-12-22) Release 1.13.0 (2023-12-22)
=========================== ===========================
Highlights: Highlights
- Support for MongoDB 5.1 and newer - Support for MongoDB 5.1 and newer
- C++17 is the lowest supported standard - C++17 is the lowest supported standard
- Poco::Data SQLParser (experimental, optional at build and runtime) - Poco::Data SQLParser (experimental, optional at build and runtime)
Breaking Changes: Breaking Changes
- GH #4305 Remove deprecated `toJSON` functions - GH #4305 Remove deprecated `toJSON` functions
- GH #4304 NumericString conversions inconsistencies - GH #4304 NumericString conversions inconsistencies
@ -336,7 +336,7 @@ Features and Enhancements
- PR #4144 add visitor pattern implementation for Poco::Dynamic::Var - PR #4144 add visitor pattern implementation for Poco::Dynamic::Var
- PR #3476 add separate accessors and mutators for connect, send and receive tim… - PR #3476 add separate accessors and mutators for connect, send and receive tim…
Bug fixes and Improvements: Bug fixes and Improvements
- GH #4328 Environment::nodeId Should Throw SystemException When Node ID is 0 - GH #4328 Environment::nodeId Should Throw SystemException When Node ID is 0
- GH #4311 Canceled `Task` shouldn't start running - GH #4311 Canceled `Task` shouldn't start running

View File

@ -3,7 +3,7 @@ AAAIntroduction
!!!Release 1.14.0 !!!Release 1.14.0
!!Summary of Changes: !!Summary of Changes
This release marks many functions and classes as deprecated with C++ [[deprecated]] This release marks many functions and classes as deprecated with C++ [[deprecated]]
attribute. Warnings can be silenced by defining POCO_SILENCE_DEPRECATED. attribute. Warnings can be silenced by defining POCO_SILENCE_DEPRECATED.
@ -28,8 +28,8 @@ Poco::Foundation:
Poco::MongoDB: Poco::MongoDB:
- Obsolete wire-protocol (pre 3.6) that was removed from MongoDB in version 5.1 - Obsolete wire-protocol (pre 3.6) that was removed from MongoDB in version 5.1
is obsolete in this version of Poco. It will be removed in one of next versions. Update code to use is obsolete in this version of Poco. It will be removed in one of next versions. Update code to use
OpMsg-based interface. OpMsg-based interface.
Poco::Data: Poco::Data:
@ -37,11 +37,11 @@ Poco::Data:
- ODBC SQL Server big strings support - ODBC SQL Server big strings support
!!Breaking Changes: !!Breaking Changes
- GH #4426 Mark deprecated code for removal - GH #4426 Mark deprecated code for removal
!!Security Fixes: !!Security Fixes
- GH #4760 Upgrade libexpat to release 2.6.4 - GH #4760 Upgrade libexpat to release 2.6.4
- GH #4690 Net: stack-buffer-overflow if HTTP request contains a header with invalid UTF32 sequence - GH #4690 Net: stack-buffer-overflow if HTTP request contains a header with invalid UTF32 sequence
@ -51,7 +51,7 @@ Poco::Data:
- GH #4478 Upgrade bundled PCRE2 to 10.44 - GH #4478 Upgrade bundled PCRE2 to 10.44
- PR #4677 libpng version 1.6.43 - PR #4677 libpng version 1.6.43
!!Features, Enhancements and Third Party Updates: !!Features, Enhancements and Third Party Updates
- PR #4787 NetSSL_OpenSSL and NetSSL_Win: non-blocking support, shutdown behavior fix - PR #4787 NetSSL_OpenSSL and NetSSL_Win: non-blocking support, shutdown behavior fix
- PR #4681 zlib: Version 1.3.1 in module PDF (#4582) - PR #4681 zlib: Version 1.3.1 in module PDF (#4582)
@ -116,7 +116,7 @@ Poco::Data:
- PR #4424 Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C++ streams - PR #4424 Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C++ streams
- PR #4685 CMake: Remove possibility to build with internal OpenSSL - PR #4685 CMake: Remove possibility to build with internal OpenSSL
!!Bug Fixes and Improvements: !!Bug Fixes and Improvements
- GH #4773 Non-blocking sockets support (TLS, WebSocket) - GH #4773 Non-blocking sockets support (TLS, WebSocket)
- GH #4768 Data: warning: 'isNull' overrides a member function but is not marked 'override' - GH #4768 Data: warning: 'isNull' overrides a member function but is not marked 'override'
@ -189,7 +189,7 @@ This is a bugfix release.
- GH #4515 Upgrade bundled SQLite to 3.45.2 - GH #4515 Upgrade bundled SQLite to 3.45.2
- PR #4517 Optimize Net module for Android - PR #4517 Optimize Net module for Android
!!Bug Fixes and Improvements: !!Bug Fixes and Improvements
- GH #4505 ODBC Unicode wrappers do not check for null length pointers - GH #4505 ODBC Unicode wrappers do not check for null length pointers
- GH #4492 Poco::BasicMemoryStreamBuf is missing seekpos() - GH #4492 Poco::BasicMemoryStreamBuf is missing seekpos()