v0.115.1
What's Changed
- fix(permission): make the response key lossless and migrate its readers by @whoAbhishekSah in #1887
- refactor(api): require permission key in create and update requests by @AmanGIT07 in #1885
- fix(reconcile): reject unknown top-level fields in desired-state documents by @rohilsurana in #1888
- fix(reconcile): tighten permission name and namespace validation to SpiceDB grammar by @rohilsurana in #1889
- fix(reconcile): honor product behavior, reject a credit amount without the credits behavior, and keep feature names verbatim on apply by @rohilsurana in #1890
- docs(reconcile): declare disabled users out of scope for the PlatformUser kind by @rohilsurana in #1891
- fix(reconcile): identify permissions by key instead of namespace and name by @rohilsurana in #1892
- fix(sdk): scope PAT detail to active org and show a unified not-found page by @rohilsurana in #1895
Full Changelog: v0.115.0...v0.115.1
Changelog
- 2b125a7 fix(permission): make the response key lossless and migrate its readers (#1887)
- 2c37983 fix(reconcile): honor product behavior, reject a credit amount without the credits behavior, and keep feature names verbatim on apply (#1890)
- 1e7ad49 fix(reconcile): identify permissions by key instead of namespace and name (#1892)
- eca7ba0 fix(reconcile): reject unknown top-level fields in desired-state documents (#1888)
- 4c26238 fix(reconcile): tighten permission name and namespace validation to SpiceDB grammar (#1889)
- 4fb6f25 fix(sdk): scope PAT detail to active org and show a unified not-found page (#1895)
- 1e7727e refactor(api): require permission key in create and update requests (#1885)