POCO C++ Libraries Release 1.14.0 Available
This release marks many functions and classes as deprecated with C++ [[deprecated]]
attribute. Warnings can be silenced by defining POCO_SILENCE_DEPRECATED.
Deprecated functionality will be removed in one of the next releases.
Minimal supported standard is C++17 since version 1.13. Decent part of the
source code is modernised in this release.
Bundled software libraries are updated to latest versions:
- zlib 1.3.1
- expat 2.6.4
- pcre2 10.44
- libpng 1.6.43
- SQLite 3.47.1
Poco::Foundation:
- Support for Version 6 and Version 7 UUIDs
Poco::MongoDB:
- 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
OpMsg-based interface.
Poco::Data:
- Full Nullable support (including bulk inserts)
- ODBC SQL Server big strings support
As usual, the full list of changes can be found in theĀ CHANGELOG.