Skip to content

Release 1.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@aleks-f aleks-f released this 22 Dec 22:53

Highlights

  • Support for MongoDB 5.1 and newer
  • C++17 is the lowest supported standard
  • Poco::Data SQLParser (experimental, optional at build and runtime)

Breaking changes

  • GH #4305 Remove deprecated toJSON functions
  • GH #4304 NumericString conversions inconsistencies
  • GH #4235 Minimum standards: C++17 and C11
  • GH #4230 Poco::Data fixes and improvements
  • GH #3701 SocketReactor: Remove not useful handlers calls
  • GH #569 SyntaxException for DateTimeParser::parse not working

Features and enhancements

Bug fixes and improvements