You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #1474 the stored data format for storage backends filesystem and rockdb has changed. It's probably necessary to provide migration tool for them.
To do that we need to export old deserialization without cluttering the API.
We also may expect that there will be more migrations so it maybe makes sense to provide some reusable solution.
Describe the release item
After #1474 the stored data format for storage backends
filesystem
androckdb
has changed. It's probably necessary to provide migration tool for them.To do that we need to export old deserialization without cluttering the API.
We also may expect that there will be more migrations so it maybe makes sense to provide some reusable solution.
The mirgation is needed after these updates:
eclipse-zenoh/zenoh-backend-filesystem#236
eclipse-zenoh/zenoh-backend-rocksdb#223
The text was updated successfully, but these errors were encountered: