This is the first release of SDK v2. It contains breaking changes related to the SDK setup and APIs. See the migration guide for details.
Functional changes in comparison with 1.19.2
:
- [IMPROVEMENT] Introduce known file cache and cleanup throttling in
BatchFileOrchestrator
in order to reduce the number of syscalls. See #1506 - [IMPROVEMENT] Logs: Alter public API of
Logger
to receiveAny
data type. See #1324 - [IMPROVEMENT] RUM: Use
JankStats
for FPS measuring. See #1405 - [IMPROVEMENT] RUM: Fix
JankStats
usage. See #1512 - [BUGFIX] RUM: Keep old
viewId
s for view scope. See #1448