Releases · raystack/frontier
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)
v0.94.0
What's Changed
- feat: ListCurrentUserPAT RPC with RQL support by @AmanGIT07 in #1449
- fix: add tooltip for row text by @paanSinghCoder in #1451
- feat: implement GetCurrentUserPAT RPC by @AmanGIT07 in #1450
- feat: ListRolesForPAT RPC implementation by @AmanGIT07 in #1453
- fix: search for invitation in members table by @rsbh in #1457
- feat: implement DeleteCurrentUserPAT RPC by @AmanGIT07 in #1460
- fix (admin & sdk): text-area out of bounds when resized by @paanSinghCoder in #1452
- fix(sdk): API page styling issues by @paanSinghCoder in #1456
- fix(sdk): make whole row clickable by @rsbh in #1458
- fix(sdk): remove role change from invitation by @rsbh in #1463
- feat: implement UpdateCurrentUserPAT RPC by @AmanGIT07 in #1467
- feat: implement RegenerateCurrentUserPAT RPC by @AmanGIT07 in #1468
- feat: implement CheckCurrentUserPATTitle RPC by @AmanGIT07 in #1469
Full Changelog: v0.93.2...v0.94.0
Changelog
- d197b94 feat: ListCurrentUserPAT RPC with RQL support (#1449)
- 44a30fc feat: ListRolesForPAT RPC implementation (#1453)
- fec853b feat: implement CheckCurrentUserPATTitle RPC (#1469)
- 625d802 feat: implement DeleteCurrentUserPAT RPC (#1460)
- d530d58 feat: implement GetCurrentUserPAT RPC (#1450)
- 6f1b83f feat: implement RegenerateCurrentUserPAT RPC (#1468)
- 8429602 feat: implement UpdateCurrentUserPAT RPC (#1467)
- 2765e7f fix (admin & sdk): text-area out of bounds when resized (#1452)
- 62e1a07 fix(sdk): API page styling issues (#1456)
- b3b214a fix(sdk): make whole row clickable (#1458)
- de3a5f0 fix(sdk): remove role change from invitation (#1463)
- 0755212 fix: add tooltip for row text (#1451)
- 4af281d fix: search for invitation in members table (#1457)
v0.93.2
Changelog
- 6c2d989 feat: enforce PAT scope on permission checks (#1446)
- 21bf238 feat: PAT authentication chain, token validation, and error handling (#1442)
- 79323c0 feat: enforce PAT scope intersection on ByCurrentUser queries (#1447)
- 53fbdbe fix: prevent listPolicies call for project viewers without permission (#1445)
v0.93.1
What's new
chore: standardize tooling versions and lock critical dependencies PR-1440
v0.93.0
What's Changed
- chore: update gitignore by @whoAbhishekSah in #1438
- fix: validate UUID in user Enable and Disable RPCs by @whoAbhishekSah in #1439
- fix (users): email text-area out of bounds on resize by @paanSinghCoder in #1435
- feat: CreateCurrentUserPAT RPC implementation by @AmanGIT07 in #1401
- fix (organisations): ui shift due to missing min-height by @paanSinghCoder in #1441
- fix(admin): update sort key name case as api response by @rsbh in #1443
Full Changelog: v0.92.1...v0.93.0
Changelog
- 2f6d0cd feat: CreateCurrentUserPAT RPC implementation (#1401)
- 92cc59b fix (organisations): ui shift due to missing min-height (#1441)
- 06bf3a7 fix (users): email text-area out of bounds on resize (#1435)
- 86340f8 fix: validate UUID in user Enable and Disable RPCs (#1439)
Changelog
- 2f6d0cd feat: CreateCurrentUserPAT RPC implementation (#1401)
- 92cc59b fix (organisations): ui shift due to missing min-height (#1441)
- 06bf3a7 fix (users): email text-area out of bounds on resize (#1435)
- 789e0b7 fix(admin): update sort key name case as api response (#1443)
- 86340f8 fix: validate UUID in user Enable and Disable RPCs (#1439)
v0.92.1
v0.92.0
What's Changed
- fix: update keys of groupBy as per mapping by @rsbh in #1423
- chore: update apsara to 0.56.4 by @rsbh in #1428
- chore: update apsara to 0.56.5 by @rsbh in #1433
- feat: move sdk general by @rohanchkrabrty in #1414
- feat: move sdk members by @rohanchkrabrty in #1418
- feat: move sdk teams by @rohanchkrabrty in #1420
- Fix (admin sdk): Browser back button from org details page doesn't return to org list by @paanSinghCoder in #1427
- fix (magic-link): page navigates to magic-link page when hit browser back by @paanSinghCoder in #1415
- feat: move sdk projects by @rohanchkrabrty in #1421
- feat: move sdk security by @rohanchkrabrty in #1422
- docs (admin): Add SDK admin docs by @paanSinghCoder in #1411
- feat: move sdk plans by @rohanchkrabrty in #1424
- feat: move sdk billing by @rohanchkrabrty in #1425
- feat: move sdk tokens by @rohanchkrabrty in #1426
- feat: move sdk api by @rohanchkrabrty in #1429
- feat: move sdk profile by @rohanchkrabrty in #1430
- feat: move sdk preferences by @rohanchkrabrty in #1431
- feat: move sdk sessions by @rohanchkrabrty in #1432
Full Changelog: v0.91.1...v0.92.0
Changelog
- 58fbad1 Fix (admin sdk): Browser back button from org details page doesn't return to org list (#1427)
- 6599d34 feat: move sdk api (#1429)
- 94094e0 feat: move sdk billing (#1425)
- a73baf9 feat: move sdk general (#1414)
- 596da42 feat: move sdk members (#1418)
- d94f4d7 feat: move sdk plans (#1424)
- ca38cd5 feat: move sdk preferences (#1431)
- 603b816 feat: move sdk profile (#1430)
- a2e6707 feat: move sdk projects (#1421)
- 5604aa3 feat: move sdk security (#1422)
- 65d7f71 feat: move sdk sessions (#1432)
- 3e04426 feat: move sdk teams (#1420)
- 820638e feat: move sdk tokens (#1426)
- ab35fb8 fix (magic-link): page navigates to magic-link page when hit browser back (#1415)
- 4c966ab fix: update keys of groupBy as per mapping (#1423)
v0.91.1
v0.91.0
What's Changed
- fix (audit-logs): audit logs page breaking due to react-router-dom import by @paanSinghCoder in #1394
- refactor(cmd): migrate CLI commands from gRPC to ConnectRPC clients by @whoAbhishekSah in #1388
- refactor(test): migrate E2E tests from gRPC to ConnectRPC clients by @whoAbhishekSah in #1389
- feat (admin): export admin page as a component and consume it in apps/admin by @paanSinghCoder in #1375
- fix: set connect query to 2.1.1 by @rsbh in #1402
- refactor (admin): remove router reference by @paanSinghCoder in #1403
- fix: empty outlet in admin org routes by @rsbh in #1407
- fix(admin_ui): fallback tokens by @paanSinghCoder in #1408
- fix(profile): improve full name validation with clearer error messages by @rohilsurana in #1396
- refactor(server): remove gRPC and gRPC-gateway server implementation by @whoAbhishekSah in #1404
- refactor (admin): remove all instances of react-router-dom by @paanSinghCoder in #1410
- fix: members table header by @rohanchkrabrty in #1413
- feat: scope support in usePreferences hook by @rohanchkrabrty in #1405
Full Changelog: v0.90.0...v0.91.0
Changelog
- 1dfba7a feat: export admin page as a component and consume it in apps/admin (#1375)
- 51d98c2 feat: scope support in usePreferences hook (#1405)
- 523ef56 fix (audit-logs): audit logs page breaking due to react-router-dom import (#1394)
- 59f0007 fix(admin_ui): empty outlet in admin org routes (#1407)
- 222d46d fix(admin_ui): fallback tokens (#1408)
- 3395789 fix(admin_ui): remove router reference (#1403)
- f49b584 fix(profile): improve full name validation with clearer error messages (#1396)
- 513d0c2 fix: members table header (#1413)
- 24d1f4e fix: set connect query to 2.1.1 (#1402)
- 2fd15c2 refactor(cmd): migrate CLI commands from gRPC to ConnectRPC clients (#1388)
- 880cd5e refactor(server): remove gRPC and gRPC-gateway server implementation (#1404)
- f25fede refactor(test): migrate E2E tests from gRPC to ConnectRPC clients (#1389)
- d1d7f2f refactor: remove all instances of react-router-dom (#1410)