Skip to content

Releases: trynoice/api

v2.1.1

30 Jun 14:57
v2.1.1
cb963a4
Compare
Choose a tag to compare
  • Bumps dependencies.
  • Changes default http server port from 80 to 8080.

v2.1.0

03 Dec 15:21
v2.1.0
b8aba81
Compare
Choose a tag to compare
  • Adds application property to configure Stripe checkout session timeout.
  • Removes CORS support.
  • Fixes Stripe webhook event handling on unsuccessful attempts to re-subscribe.
  • Updates default application properties.
  • Adds minor bug fixes.
  • Bumps Gradle dependencies.

v2.0.1

08 Sep 09:36
v2.0.1
d5ed79f
Compare
Choose a tag to compare
  • Fixes a minor issue in Stripe webhook event handler.
  • Bumps Gradle dependecies.

v2.0.0

27 Aug 13:45
v2.0.0
a2bdb87
Compare
Choose a tag to compare
  • Removes all soft-deletes from the database except in the auth_user table.
  • Renames deleted_at to deactivated_at in auth_user table.
  • Adds a scheduled task for garbage collecting deactivated accounts.
  • Adds a scheduled task for garbage collecting incomplete subscription entities.
  • Adds a no-op when handling Gift Card cancellation requests.
  • Fixes subscription refund implementation in Stripe API adapter.

v1.0.1

01 Aug 03:39
v1.0.1
1e1342b
Compare
Choose a tag to compare
  • Fixed HTTP 500 when cancelling gift card subscriptions

v1.0.0

27 Jul 13:07
v1.0.0
6c5c905
Compare
Choose a tag to compare
  • 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.

v0.3.0

06 Jul 05:47
v0.3.0
5f4ae1e
Compare
Choose a tag to compare
  • Add currency parameter to subscription endpoints
  • Bump dependencies

v0.2.0

06 Jul 05:19
v0.2.0
83ca60c
Compare
Choose a tag to compare
- Add API endpoint to redeem gift cards

v0.1.1

06 Jul 05:18
v0.1.1
2c78825
Compare
Choose a tag to compare
- make emails case-insensitive in account service

v0.1.0

06 Jul 05:17
v0.1.0
e353996
Compare
Choose a tag to compare

Initial release