Skip to content

Releases: raystack/frontier

v0.8.39

04 Apr 06:43
4a97adf
Compare
Choose a tag to compare

Changelog

  • 4a97adf fix: disable autotax on free billing plans (#567)

v0.8.38

03 Apr 06:10
7a01fd9
Compare
Choose a tag to compare

Changelog

  • 7a01fd9 feat: allow modifying product quantity on checkout (#564)

v0.8.37

02 Apr 06:03
caf51b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.36...v0.8.37

v0.8.36

28 Mar 09:58
92b8893
Compare
Choose a tag to compare

Changelog

  • 07513ac feat(admin-ui): add invoice list page (#508)
  • a230720 feat(admin-ui): add support to update user role and remove user (#553)
  • 339b70c feat(sdk): show interval with plan name in plan change banner and modal (#548)
  • 0ac9d07 feat: subscribe to default plan on org creation (#547)
  • c7feeaa feat: use default billing account if not provided (#555)
  • 92b8893 fix(admin-ui): fix build issue (#559)
  • 8b0b270 fix(admin-ui): typo in filename in App context (#551)
  • c6dd0fa fix: use default plan even for disabled orgs (#549)

v0.8.35

20 Mar 13:10
Compare
Choose a tag to compare

What's Changed

  • feat(admin-ui): add invoice list page by @rsbh in #508
  • feat(sdk): show interval with plan name in plan change banner and modal by @rsbh in #548
  • feat: subscribe to default plan on org creation by @kushsharma in #547
  • fix: use default plan even for disabled orgs by @kushsharma in #549
  • chore(sdk): picking the metadata value based on product name from the feature by @rsbh in #550

Full Changelog: v0.8.34...v0.8.35

v0.8.34

18 Mar 09:55
70d6aa8
Compare
Choose a tag to compare

Changelog

  • 745a131 feat(sdk): add token transactions table (#535)
  • c795a46 feat(sdk): add tokens screen (#533)
  • f182987 feat: allow adding user id while reporting usage (#538)
  • 70d6aa8 feat: api to create product features (#546)
  • 4859ca1 fix: security patches for pgx and jwk lib (#544)
  • 9ae1e91 fix: update phase effective at on plan change (#532)

v0.8.33

11 Mar 08:40
1839271
Compare
Choose a tag to compare

Changelog

  • 8c6c961 feat(sdk): group features by title (#529)
  • e1eff97 fix(sdk): check payment method before plan upgrade and downgrade (#530)
  • 1839271 fix(sdk): handle null upcoming invoice due date (#531)
  • 2a9686e fix: don't fail to update subscription on errors (#528)

v0.8.32

08 Mar 07:03
3293517
Compare
Choose a tag to compare

Changelog

  • 3293517 fix: match subscription current phase using time (#524)

v0.8.31

07 Mar 10:18
17c0cc0
Compare
Choose a tag to compare

Changelog

  • bad13a2 fix: load subscription and plan in confirm plan change modal (#522)
  • 17c0cc0 fix: sdk filter old subscription phases (#523)
  • 0e6a840 fix: skip stripe payment request if not required (#521)

v0.8.30

06 Mar 09:27
93c6262
Compare
Choose a tag to compare

What's Changed

  • fix(sdk): hide invoice link if link is not available by @rsbh in #514
  • fix(sdk): use org projects api for all projects by @rsbh in #513
  • feat(sdk): add action to cancel upcoming plan change by @rsbh in #515
  • feat: allow skipping free trail while subscribing plan by @kushsharma in #516
  • feat: allow canceling subscription after trial ends by @kushsharma in #518
  • fix: upgrade spicedb dependency version for CVE-2024-27101 by @kushsharma in #519
  • fix: correct typo in created_at and fix error messages by @anujk14 in #520

Full Changelog: v0.8.29...v0.8.30