v0.115.0
What's Changed
- feat(authz): enforce disabled org state on the authorization path by @AmanGIT07 in #1860
- test(e2e): cover disabled org enforcement across resource RPCs by @AmanGIT07 in #1861
- refactor(api): drop per-handler org-state checks covered by the gate by @AmanGIT07 in #1867
- feat(admin): list pending invites in user details side panel by @Shreyag02 in #1847
- feat(admin): list and remove pending invites from organization members by @Shreyag02 in #1862
- chore(server): remove the resources_config_path boot loader flow by @rohilsurana in #1767
- docs: rewrite the custom resources guide for the reconcile flow by @rohilsurana in #1872
- fix(bootstrap): harden AppendSchema against list errors and missing metadata description by @rohilsurana in #1871
- chore(server): remove the billing plans boot loader flow by @rohilsurana in #1870
- fix(server): set ReadHeaderTimeout and IdleTimeout on all HTTP servers by @whoAbhishekSah in #1873
- refactor: remove unused new relic instrumentation by @AmanGIT07 in #1876
- test(e2e): move billing setup off deprecated UpdateBillingAccountLimits by @AmanGIT07 in #1883
- feat(metaschema): refresh the schema cache on a timer and make it concurrency-safe by @rohilsurana in #1878
- feat(reconcile): add a MetaSchema kind for declarative metaschema management by @rohilsurana in #1882
- fix(server): recover from panics in RPC and UI HTTP handlers by @whoAbhishekSah in #1877
- test(reconcile): guard canonicalJSON number precision with a 2^53 pair by @rohilsurana in #1884
Full Changelog: v0.114.0...v0.115.0
Changelog
- e045707 feat(admin): list and remove pending invites from organization members (#1862)
- 562e230 feat(admin): list pending invites in user details side panel (#1847)
- ce2a611 feat(authz): enforce disabled org state on the authorization path (#1860)
- a2ce258 feat(metaschema): refresh the schema cache on a timer and make it concurrency-safe (#1878)
- 059f974 feat(reconcile): add a MetaSchema kind for declarative metaschema management (#1882)
- 0e6a1f3 fix(bootstrap): harden AppendSchema against list errors and missing metadata description (#1871)
- 5bacc1b fix(server): recover from panics in RPC and UI HTTP handlers (#1877)
- fafc986 fix(server): set ReadHeaderTimeout and IdleTimeout on all HTTP servers (#1873)
- 8e22bcf refactor(api): drop per-handler org-state checks covered by the gate (#1867)
- 229ea89 refactor: remove unused new relic instrumentation (#1876)