Releases: raystack/frontier
Releases · raystack/frontier
v0.99.0
What's Changed
- refactor: migrate logging to Go slog by @ravisuhag in #1552
- feat(admin): include organization name in admin search by @paanSinghCoder in #1568
- feat: migrate serviceuser Create/Delete to use membership package by @whoAbhishekSah in #1570
- refactor: move SearchOrganizationTokens to FrontierService by @paanSinghCoder in #1564
- feat: PAT list and details views by @rohanchkrabrty in #1533
Full Changelog: v0.98.0...v0.99.0
Changelog
- 0c46ea7 feat(admin): include organization name in admin search (#1568)
- d11eb4e feat: PAT list and details views (#1533)
- 3a65161 feat: migrate serviceuser Create/Delete to use membership package (#1570)
- b196b3d refactor: migrate logging to Go slog (#1552)
- d2f59d8 refactor: move SearchOrganizationTokens to FrontierService (#1564)
v0.98.0
What's Changed
- feat: billing page revamp by @rohanchkrabrty in #1518
- feat: plans page revamp by @rohanchkrabrty in #1534
- feat: add membership package and AddOrganizationMembers RPC by @whoAbhishekSah in #1537
- feat: add regenerated_at timestamp to PAT by @AmanGIT07 in #1542
- chore(docs): migrate from Docusaurus to Chronicle by @rsbh in #1448
- feat: PAT expiry alert emails with configurable templates by @AmanGIT07 in #1543
- refactor: rename PAT
last_used_attoused_atby @AmanGIT07 in #1546 - feat (client-demo): add theme toggle menu by @paanSinghCoder in #1545
- fix: use parameterized queries in RQL utility functions by @AmanGIT07 in #1547
- feat: move SetOrganizationMemberRole to membership package by @whoAbhishekSah in #1541
- fix: resolve PAT to user for resource/project ownership and block PAT superuser access by @AmanGIT07 in #1551
- test: add SearchCurrentUserPATs handler and PAT List service tests by @AmanGIT07 in #1554
- refactor: move SearchOrganizationInvoices to FrontierService by @paanSinghCoder in #1549
- fix: bump chronicle version to 0.5.4 by @rsbh in #1555
- refactor: extract common helpers in PAT handler and service by @AmanGIT07 in #1556
- refactor: centralize org member additions via membership package by @whoAbhishekSah in #1548
- test: add e2e tests for PAT CRUD lifecycle and role-scope matrix by @AmanGIT07 in #1559
- feat: add RemoveOrganizationMember RPC and remove RemoveOrganizationUser by @rohilsurana in #1550
- refactor: remove unused serviceuser-user relation from SpiceDB schema by @whoAbhishekSah in #1561
- chore: update proton ref and regenerate proto by @whoAbhishekSah in #1560
- feat(sdk): add sorting + RQL infinite loading to views-new invoices by @paanSinghCoder in #1553
- refactor: move project member mutations into membership package by @whoAbhishekSah in #1557
- feat: add service user support to membership validatePrincipal by @whoAbhishekSah in #1562
- feat: SDK projects improvements by @rohanchkrabrty in #1566
Full Changelog: v0.97.0...v0.98.0
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)