What's Changed
- feat: block PAT from cross-org endpoints and fix principal.ID resolution by @AmanGIT07 in #1516
- feat: add audit logging to SetOrganizationMemberRole RPC by @whoAbhishekSah in #1519
- fix(sdk): handle connect RPC errors consistently by @rsbh in #1499
- feat: PAT principal in audit records and auth context by @AmanGIT07 in #1522
- chore: include
principal_typein error logging by @AmanGIT07 in #1524 - refactor: extract AuditRecord Create method into sub-methods by @AmanGIT07 in #1525
- chore(web): remove unused custom-fetch and dead fetcher utility by @rsbh in #1523
- fix(sdk): upgrade react-image-crop to v11 and fix TS errors by @rsbh in #1528
- refactor: remove REST endpoint from SDK and admin config by @rsbh in #1529
- fix: skip redundant policy delete+create when role is unchanged by @whoAbhishekSah in #1531
- feat: migrate SDK and admin to use atomic member role RPCs by @whoAbhishekSah in #1508
- fix: clean up project-level policies on project deletion by @AmanGIT07 in #1530
- fix (projects): table height breaking by @paanSinghCoder in #1532
- feat: teams page revamp by @rohanchkrabrty in #1510
- feat: service accounts page revamp by @rohanchkrabrty in #1511
- feat: tokens page revamp by @rohanchkrabrty in #1517
Full Changelog: v0.96.2...v0.97.0
Changelog
- e5de5bd feat: PAT principal in audit records and auth context (#1522)
- 1d962ad feat: add audit logging to SetOrganizationMemberRole RPC (#1519)
- 862e133 feat: block PAT from cross-org endpoints and fix principal.ID resolution (#1516)
- 90bc5d0 feat: migrate SDK and admin to use atomic member role RPCs (#1508)
- 5d6cec9 feat: service accounts page revamp (#1511)
- 68c5459 feat: teams page revamp (#1510)
- 73227f6 feat: tokens page revamp (#1517)
- f866662 fix (projects): table height breaking (#1532)
- e704f68 fix(sdk): handle connect RPC errors consistently (#1499)
- 0ffcf64 fix(sdk): upgrade react-image-crop to v11 and fix TS errors (#1528)
- 03d3faa fix: clean up project-level policies on project deletion (#1530)
- 69aa052 fix: skip redundant policy delete+create when role is unchanged (#1531)
- b23ef6c refactor: extract AuditRecord Create method into sub-methods (#1525)
- d9ea0d3 refactor: remove REST endpoint from SDK and admin config (#1529)