Skip to content

v3.8.249.1

Latest
Compare
Choose a tag to compare
@lalitb lalitb released this 06 Sep 06:17
· 1 commit to main since this release
9e3ec45

What's Changed

Common

  • mat_flush is not declared in any header, nor is called anywhere outside of capi.cpp, thus mark the method as having internal linkage by @mkoscumb in #1245
  • Add noexcept annotation where applicable by @mkoscumb in #1244
  • Clarify and improve the version format script by @mkoscumb in #1237
  • Fix a few variable shadowing warnings in public headers by @mkoscumb in #1233
  • Documenting LogManager Setup and Best Practices by @lalitb in #1259
  • Add JSON test file for modules by @shae-brown in #1271
  • Upgrade nlohmann/json to version 3.11.3 by @shae-brown in #1262
  • Bump Version.hpp for new release by @lalitb in #1300

Code Quality and CI

Security and Platform-Specific Changes

  • Introduce memset_s in sqlite3 by @ShrutiJaiswal1494 in #1286
  • Remove _CRT_SECURE_NO_WARNINGS macro usage by @mkoscumb in #1264
  • Remove _CRT_SECURE_NO_WARNINGS macro usage in example code, fix any errors from disabling it by @mkoscumb in #1265
  • Upgrade mockito test dependency for compatibility with newer Java versions by @anod in #1298

Android

No specific changes for this release

iOS

Windows

  • Remove _CRT_SECURE_NO_WARNINGS macro usage by @mkoscumb in #1264
  • Remove _CRT_SECURE_NO_WARNINGS macro usage in example code, fix any errors from disabling it by @mkoscumb in #1265

Linux

MacOS

Miscellaneous

New Contributors

Full Changelog: v3.8.32.1...v3.8.249.1