Merge/support 2.16.x
🎯 Summary
This MR merges branch support/2.16.x and every patch to version 2.16 to develop branch
⚙ Configuration
Workspace branch:merge/support_2.16.x Related MRs:
- **
🔗 https:
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚗ ️ Solution
🔬 Tests
Run unit tests and check if they succeed. Test unattended video in simple project
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)