All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
This changelog file keeps track of changes made to the linphone-sdk project, which is a only an unbrella project that bundles liblinphone and its dependencies as git submodules. Please refer to CHANGELOG.md files of submodules (mainly: liblinphone, mediastreamer2, ortp) for the actual changes made to these components.
- Update macOS deployment target version to 10.15 and iOS deployment target version to iOS13
- Removed deprecated bitcode compilation for iOS and Mac targets.
- dav1d and libaom dependencies for AV-1 codec
- Improved CMake build scripts, so that they are faster and integrate smoothly with IDEs.
- Update ZLib to 1.2.13
- Enum relocations dictionnary is now automatically computed, causing an API change in C++, Swift & Java wrappers!
- Update macOS deployment target version to 10.14 and iOS deployment target version to iOS12
- Android 14 ready
- Update to mbdetls 3.3
- TLS Client certificate request authentication callback removed (due to mbedtls update). Application using TLS client certificate must provide it before any TLS connexion needing it.
- Jazzy dependency (used to generate Swift documentation), replaced by docc (xcodebuild docbuild)
- Upgrade of zxing-cpp library in order to support QR-code generation.
- OpenH264 compilation for UWP.
- Support for ARM64 GNU/Linux, XCode 14, Android NDK r25.
- New dependencies: Libyuv (image scaling/conversion) and liboqs (quantum-safe cryptographic algorithms).
- Updated firebase messaging dependency for Android, now requires at least 23.0.6 (BoM 30.2.0)
- Support for Android NDK r23b
- Android device rotation is now handled by linphone's PlatformHelper, apps no longer need to do it.
- Link Android build to OpenGLESv3 instead of OpenGLESv2
- Native Windows 10 UWP platform support.
- OpenLDAP dependency - desktop platforms only.
- Windows build now relying on MSYS2 (for parts not built with MSVC)
- Windows Store compatibility
- Android minimum compatibility has been increased to Android 6 (Android SDK 23).
- Most of changes are documented in liblinphone and mediastreamer2's CHANGELOG.md files.
- Python >= 3.6 is now required for build (was python 2.7 previously)
- Update libvpx to 1.9.0
- Windows Store compatibility
- liblinphone is now placed into the liblinphone directory, naturally.
- Android min SDK version updated from 21 to 23.