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
- Fix broken CodeQL job by @utoni in #1243
- Add all included languages to CodeQL list by @ThomsonTan in #1270
- Upgrade CodeQL from v2 to v3 by @ThomsonTan in #1276
- Add Java to CodeQL scan list by @ThomsonTan in #1275
- Include CSharp sample in build script and add it to CodeQL list by @ThomsonTan in #1278
- Remove unmaintained tool OneDSInspector by @ThomsonTan in #1273
- Remove Go wrapper by @ThomsonTan in #1268
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
- Adjust ticketNames array size in SampleCppMini by @zkarwacki in #1257
- Update "Getting started" section by @lalitb in #1284
- Update submodule to latest commit for PrivacyGuard by @manuellopezleon in #1285
New Contributors
- @zkarwacki made their first contribution in #1257
- @tkukielk made their first contribution in [#1279] (#1279)
- @manuellopezleon made their first contribution in #1285
- @DSMitten made their first contribution in #1289