Summary
This is the base version for upgrading seq-db to nanosecond document precision. It has forward compatibility with v0.64.0, which fully operates in nanoseconds. It allows users to deploy to v0.64.0 from v0.63.0 with properly working search requests and allows rolling back from v0.64.0 to this version without losing any data in case of any problems.
What's Changed
- feat: support compatibility with nanosecond MID precision (phase 1) by @cheb0 in #248
- chore(tests): add a concurrency test for active fraction append/search by @cheb0 in #230
Full Changelog: v0.62.6...v0.63.0