Migrating from 0.24 to 0.25
Removed deprecated --serve
CLI argument removed-deprecated-serve-cli-argument
Use --web-viewer
instead.
Changed arrow encoding of blobs changed-arrow-encoding-of-blobs
We used to encode blobs as List<uint8>
, which was rather unidiomatic.
Now they are instead encoded as Binary
.
Old data will be migrated on ingestion (zero-copy).
Affects the following components: