Releases: raystack/frontier
Releases · raystack/frontier
v0.98.0
Changelog
- 677a242 feat: PAT expiry alert emails with configurable templates (#1543)
- b1afc54 feat (client-demo): add theme toggle menu (#1545)
- cbf83ad feat(sdk): add sorting + RQL infinite loading to views-new invoices (#1553)
- 2e4b7d2 feat: SDK projects improvements (#1566)
- ab7be2a feat: add RemoveOrganizationMember RPC and remove RemoveOrganizationUser (#1550)
- 08d63db feat: add membership package and AddOrganizationMembers RPC (#1537)
- fd77b87 feat: add regenerated_at timestamp to PAT (#1542)
- 6e470ce feat: add service user support to membership validatePrincipal (#1562)
- 13f2269 feat: billing page revamp (#1518)
- a8a19f3 feat: move SetOrganizationMemberRole to membership package (#1541)
- 6ff1ad5 feat: plans page revamp (#1534)
- d967c88 fix: bump chronicle version to 0.5.4 (#1555)
- f09c377 fix: resolve PAT to user for resource/project ownership and block PAT superuser access (#1551)
- 04ecbe8 fix: use parameterized queries in RQL utility functions (#1547)
- ec2239c refactor: centralize org member additions via membership package (#1548)
- 901863f refactor: extract common helpers in PAT handler and service (#1556)
- cd1a62d refactor: move SearchOrganizationInvoices to FrontierService (#1549)
- 905317d refactor: move project member mutations into membership package (#1557)
- 79267cb refactor: remove unused serviceuser-user relation from SpiceDB schema (#1561)
- 41bfcd7 refactor: rename PAT
last_used_attoused_at(#1546)
v0.97.0
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)
v0.96.2
What's Changed
- chore: update proton by @rohanchkrabrty in #1515
- fix(billing): exclude overdraft credits from credit overdraft balance by @rohilsurana in #1502
Full Changelog: v0.96.1...v0.96.2
Changelog
v0.96.1
v0.96.0
Changelog
- 35b31d0 feat: SDK general page design revamp (#1480)
- 5fb8089 feat: add PAT identity to JWT claims (#1509)
- 1b73eaf feat: implement RemoveProjectMember RPC (#1504)
- 7bb0650 feat: implement SetProjectMemberRole RPC (#1481)
- 9647a73 feat: members page revamp (#1488)
- 5ef3fbe feat: preferences settings revamp (#1483)
- b82387e feat: profile page revamp (#1484)
- 7537f0e feat: projects pages revamp (#1503)
- 072202e feat: security page revamp (#1493)
- 0392bd1 feat: session page revamp (#1486)
- 3660325 fix(admin): show org avatar in side panel (#1501)
- a07aaa4 fix: update GetBillingAccount rpc across clients (#1505)
v0.95.4
v0.95.3
v0.95.2
v0.95.1
What's Changed
- feat: validate user project access during PAT Create and Update by @AmanGIT07 in #1487
- feat(admin-ui): runtime terminology customization for admin UI by @rohilsurana in #1454
- fix: enforce case-insensitive PAT title uniqueness by @AmanGIT07 in #1489
- fix: populate payment_mode in organization search results by @rohilsurana in #1491
- chore: update Docker build to tag images with commit SHA by @AmanGIT07 in #1494
- fix: members count in teams page by @rohanchkrabrty in #1495
Full Changelog: v0.95.0...v0.95.1
Changelog
- 70b7db4 feat: validate user project access during PAT Create and Update (#1487)
- 6d3f564 feat(admin-ui): runtime terminology customization for admin UI (#1454)
- 2d8d0cc fix: enforce case-insensitive PAT title uniqueness (#1489)
- e4d5df5 fix: members count in teams page (#1495)
- ef91d56 fix: populate payment_mode in organization search results (#1491)
v0.95.0
What's Changed
- chore: exclude proto dir from coderabbit reviews by @whoAbhishekSah in #1473
- refactor: Rename
ListCurrentUserPATstoSearchCurrentUserPATsby @AmanGIT07 in #1476 - feat: add SetOrganizationMemberRole RPC by @whoAbhishekSah in #1471
- refactor: restructure PAT scopes to use role-resource type pairing by @AmanGIT07 in #1475
- feat(sdk): use SetOrganizationMemberRole RPC for member role changes by @whoAbhishekSah in #1477
- feat: implement SearchOrganizationPATs admin RPC by @AmanGIT07 in #1482
- feat: upgrade to react 19 by @paanSinghCoder in #1474
- fix: filter by text is case sensitive by @paanSinghCoder in #1472
Full Changelog: v0.94.0...v0.95.0
Changelog
- 5417d82 feat: implement SearchOrganizationPATs admin RPC (#1482)
- d05d9e5 feat(sdk): use SetOrganizationMemberRole RPC for member role changes (#1477)
- d589e02 feat: add SetOrganizationMemberRole RPC (#1471)
- b00da9e feat: upgrade to react 19 (#1474)
- aacebb0 fix: filter by text is case sensitive (#1472)
- 993467b refactor: Rename
ListCurrentUserPATstoSearchCurrentUserPATs(#1476) - a7fdcbf refactor: restructure PAT scopes to use role-resource type pairing (#1475)