This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Releases: monetr/rest-api
Releases · monetr/rest-api
2021.04.30
Today's Release: 2021.04.30
This release is autogenerated.
Previous Release: 2021.04.28
Number Of Commits Since Last Release: 22
- fbf6d3c Elliot Courant - Exclude merge commits from release notes.
- 0b1dff0 Elliot Courant - Automating generation of daily releases.
- 27f5b6e Renovate Bot - Update github.com/plaid/plaid-go commit hash to db9fc08
- b55e298 Elliot Courant - Working on release notes generator
- 0c272b5 Elliot Courant - Added error reporting test endpoint for local/staging.
- c89add0 Elliot Courant - Adding some validation around spending creates and updates.
Prevent users from setting negative or 0 values for target amounts.
- 4caf84f Elliot Courant - Improvements to sentry, adding stripe on registration.
Also cleaning out some old code.
- 5debbaf Elliot Courant - Fixed failing tests around name changes to login table.
- c626028 Elliot Courant - Fixed stripe config environment variable. Removed bad github action.
- bad13a0 Elliot Courant - Adding first and last name to the login table.
This will help in the future as user objects should only really be used for determining which account(s) a login has access to. It should not be the source of truth for something that probably
- ebac385 Elliot Courant - Enabling stripe for testing.
- 2be254f Elliot Courant - Messing around with wrapping iris in a common interface.
This is to try to make it easier to handle things like traces or errors with API calls. But also hopefully to make things like migrating to a different HTTP library like gin (if it were to ever be necessary) easier.
- d9ae4a5 Elliot Courant - Starting to lay the ground work for Stripe.
- e008c8d Elliot Courant - Remove query tracing for now.
- 5b78351 Elliot Courant - Fixed build with missing context.Context in repository calls.
- 60ee5fd Elliot Courant - Adding some context to repository for tracing.
- 6494782 Elliot Courant - Add transaction names to query traces.
- d0ea697 Elliot Courant - Omit health check queries from metrics and traces.
- a0286ba Elliot Courant - Fixed assignment to nil map in pg trace.
- 86721c1 Elliot Courant - Fixing build tags in my Release Testing job.
- cb9b914 Elliot Courant - Adding test pipeline around releases
- c74f791 Elliot Courant - Adding some stuff for tracing
2021.04.28
- Starting to add stripe; new sign ups are added as stripe customers if stripe is enabled.
- Improvements to how errors are reported to sentry.
- Added stripe_customer_id column to users table. Added names to login table.
2021.04.26 - Staging
Same as the web UI. This release marks the point where the application is at the very least stable enough to be used in staging.