- **[New]** Added support for `/policystore` endpoints. Enables read/write on metadata policies which determine collection-based access controls. New commands can be found via `pv policystore --help`
- **[New]** Added a Python notebook `samples/notebooks (basic)/policystore.ipynb` and sample JSON document `samples/json/policystore/policy.json` to help users get started with the new policystore commands.
- **[Enhancement]** When purviewcli reads JSON documents via the `--payload-file` argument, the package would previously error if the JSON document was encoded in UTF-16. Now supports both UTF-8 and UTF-16.