Skip to content

v1.0.0

Compare
Choose a tag to compare
@noice-bot noice-bot released this 27 Jul 13:07
· 174 commits to main since this release
v1.0.0
6c5c905
  • Update subscription field to subscriptionId in POST /v2/subscriptions response.
  • Remove stripeReturnUrl query parameter from GET /v2/subscriptions and /v2/subscriptions/{subscriptionId}.
  • Remove stripeCustomerPortal field from GET /v2/subscriptions and GET /v2/subscriptions/{subscriptionId} responses.
  • Update POST /v2/subscriptions/giftCards/{giftCardCode}/redeem response to an empty body.
  • Add GET /v2/subscriptions/stripe/customerPortalUrl to fetch a short-lived URL to access the Stripe Customer Portal.
  • Update column names in database schema.
  • Restrict POST /v1/accounts/signIn, POST /v1/accounts/signUp, GET /v1/accounts/credentials and POST /v1/subscriptions/stripe/webhook to anonymous users.