Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Releases: monetr/rest-api

2021.08.30

30 Aug 23:03
Compare
Choose a tag to compare
2021.08.30 Pre-release
Pre-release

Today's Release: 2021.08.30

This release is autogenerated.

Previous Release: 2021.08.29

Number Of Commits Since Last Release: 1

  • 6100df5 Renovate Bot - fix(deps): update google.golang.org/genproto commit hash to 3238e09

2021.08.29

29 Aug 23:03
Compare
Choose a tag to compare
2021.08.29 Pre-release
Pre-release

Today's Release: 2021.08.29

This release is autogenerated.

Previous Release: 2021.08.28

Number Of Commits Since Last Release: 2

  • be401a2 Elliot Courant - fix: Stripe race condition.

    This fixes a Stripe race condition that could happen after a user initially subscribes to the application. This is because I was previously relying on webhooks to determine the state of the subscription. In testing these webhooks had always been delivered before the user had returned to the monetr app. But Ive since been able to reproduce situations where the user would be redirected back to the application before a webhook had been delivered. This resulted in the application beliving the user did not yet have an active subscription and directing them back to checkout. Potentially allowing the user to create multiple subscriptions, further corrupting the billing state of their account with monetr. This resolves that issue by immediately checking the state of the subscription that was created from the checkout session as soon as the user returns to monetr from their stripe checkout. With this change in approach Ive also removed the /billing/wait endpoint as it does not really make sense any more as the subscription is not necessarily managed asynchronously the first time around anymore.

  • df247a1 Renovate Bot - Update module github.com/stripe/stripe-go/v72 to v72.62.0

2021.08.28

28 Aug 23:03
Compare
Choose a tag to compare
2021.08.28 Pre-release
Pre-release

Today's Release: 2021.08.28

This release is autogenerated.

Previous Release: 2021.08.27

Number Of Commits Since Last Release: 2

  • afb5051 Renovate Bot - Update google.golang.org/genproto commit hash to 66f60bf
  • 852ae55 Renovate Bot - Update google.golang.org/genproto commit hash to 25e5f79

2021.08.27

27 Aug 23:02
Compare
Choose a tag to compare
2021.08.27 Pre-release
Pre-release

Today's Release: 2021.08.27

This release is autogenerated.

Previous Release: 2021.08.26

Number Of Commits Since Last Release: 1

  • 0cbbf01 Renovate Bot - Update dependency typescript to v4.4.2

2021.08.26

26 Aug 23:03
Compare
Choose a tag to compare
2021.08.26 Pre-release
Pre-release

Today's Release: 2021.08.26

This release is autogenerated.

Previous Release: 2021.08.25

Number Of Commits Since Last Release: 3

  • d15625a Renovate Bot - Update module github.com/nyaruka/phonenumbers to v1.0.71
  • 95a395b Renovate Bot - Update JamesIves/github-pages-deploy-action action to v4.1.5
  • 8eb0040 Renovate Bot - Update google.golang.org/genproto commit hash to de86158

2021.08.25

25 Aug 23:03
Compare
Choose a tag to compare
2021.08.25 Pre-release
Pre-release

Today's Release: 2021.08.25

This release is autogenerated.

Previous Release: 2021.08.24

Number Of Commits Since Last Release: 2

  • 28c93e6 Renovate Bot - Update module github.com/go-pg/pg/v10 to v10.10.4
  • 146a4ba Renovate Bot - Update module github.com/fsnotify/fsnotify to v1.5.1

2021.08.24

24 Aug 23:03
4836ccb
Compare
Choose a tag to compare
2021.08.24 Pre-release
Pre-release

Today's Release: 2021.08.24

This release is autogenerated.

Previous Release: 2021.08.22

Number Of Commits Since Last Release: 3

  • 4836ccb Elliot Courant - Improvements to authentication. Starting to merge auth.
  • b301300 Renovate Bot - Update google.golang.org/genproto commit hash to a4879c3
  • 93e0923 Renovate Bot - Update module github.com/brianvoe/gofakeit/v6 to v6.7.1

2021.08.23

23 Aug 23:03
b1b6018
Compare
Choose a tag to compare
2021.08.23 Pre-release
Pre-release

Today's Release: 2021.08.23

This release is autogenerated.

Previous Release: 2021.08.22

Number Of Commits Since Last Release: 1

2021.08.22

22 Aug 23:02
b1b6018
Compare
Choose a tag to compare
2021.08.22 Pre-release
Pre-release

Today's Release: 2021.08.22

This release is autogenerated.

Previous Release: 2021.08.20

Number Of Commits Since Last Release: 6

  • b1b6018 Elliot Courant - Improving makefile.
  • 814eff6 Elliot Courant - Dont check licenses right now.
  • d3d290b Elliot Courant - Tweaking stuff
  • cb27248 Elliot Courant - Improving makefile.
  • 710351b Elliot Courant - Adding some basic license scanning.
  • 72338e9 Renovate Bot - Update google.golang.org/genproto commit hash to 241b8fc

2021.08.21

21 Aug 23:03
Compare
Choose a tag to compare
2021.08.21 Pre-release
Pre-release

Today's Release: 2021.08.21

This release is autogenerated.

Previous Release: 2021.08.20

Number Of Commits Since Last Release: 1