mirror of
https://github.com/kopia/kopia.git
synced 2026-01-19 20:07:56 -05:00
* feat(repository): added `required features` to the repository This is intended for future compatibility to be able to reliably stop old kopia client from being able to open a repository when the old code does not understand new `required feature`. Required features are checked on startup and periodically using the same method as upgrade lock, where they will return errors during blob operations. * pr feedback