Skip to content

Migration guide v2.3.0

Nicolas Rol edited this page Apr 25, 2024 · 3 revisions

Breaking changes

FileSystemTimeSeriesStore

The class FileSystemTimeseriesStore has been renamed FileSystemTimeSeriesStore.

The method FileSystemTimeSeriesStore.importTimeSeries(List, int, boolean, boolean) is now deprecated. You should instead use FileSystemTimeSeriesStore.importTimeSeries(List, int, ExistingFiles).

Clone this wiki locally