v2.18.0
Important
A bug in the SDK's offline data management causes untracked data to accumulate instead of being removed under specific conditions. This leads to uncontrolled storage growth, potentially degrading system performance or causing complete unusability if disk space is exhausted.
The required version for upgrade is 2.18.1, 2.19.2, 2.20.1 or any version from 2.21.0 onward.
This specific bug is only relevant to users who use tilestore offline regions.
New Features ✨
- Add
deleteMulti()method to all annotation managers to enable batch deletion of annotations. - Add experimental MapRecorder API to record and replay map interactions for debugging and performance testing.
- Thanks for the contribution, @protheeuz!