Skip to content

Releases: raystack/frontier

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

v0.8.29

26 Feb 06:21
217e983
Compare
Choose a tag to compare

What's Changed

  • feat: cancel an upcoming subscription change by @kushsharma in #504
  • feat(sdk): add create product page for admin by @pyadav in #503
  • feat(admin-ui): add list loader by @rsbh in #509
  • feat: pass stripe test clock id while creating customer by @kushsharma in #505
  • feat(admin-ui): add edit product support by @pyadav in #511
  • feat: list all billing accounts via admin APIs by @kushsharma in #512
  • feat(sdk): add downgrade banner to plan list page by @rsbh in #507
  • chore(sdk): sort features in plan list page by @rsbh in #510

Full Changelog: v0.8.28...v0.8.29

v0.8.28

19 Feb 07:24
9133e2e
Compare
Choose a tag to compare

Changelog

v0.8.27

18 Feb 19:11
50fb2cd
Compare
Choose a tag to compare

Changelog

v0.8.26

15 Feb 09:16
d51c36e
Compare
Choose a tag to compare

Changelog

  • c3509e9 feat(admin-ui): add logout (#495)
  • e709820 feat(admin-ui): add preferences pages to get list and update preference (#497)
  • 56ba21f feat: list all features and invoices (#494)
  • d51c36e fix(admin-ui): fix ui build issue (#499)
  • c5207b0 fix: prevent invitations from being case-sensitive (#496)
  • b329869 implement Invoice for billing account (#492)