v1.5.0
·
772 commits
to master
since this release
Common
- Moved the
DefaultCacheimplementation to pimpl. - Fixed various compiler warnings.
- CMake now uses the official Boost Github repository instead of downloading and unpacking the archive.
- Method
OlpClientSettingsFactory::CreateDefaultCachenow returnsnullptrif it failes to open one of the user-defined disk caches. - Work In Progress Added API to retrieve network statistics. It is not fully implemented yet, and users should not use it.
olp-cpp-sdk-authentication
- Added a new
use_system_timeflag toolp::authentication::AuthenticationSettings. You can use it to tell the authentication module to work with system time instead of server time when retrieving tokens.
olp-cpp-sdk-dataservice-read
- Added a stream layer read example. For more information, see our documentation.
- Added the
RemoveFromCachemethod toVolatileLayerClient. Now, you can remove specific partitions or tiles from the mutable cache. - Added a new
PrefetchTilesmethod toVolatileLayerClient. Now, you can prefetch volatile tiles in the same way as versioned tiles.