Receipt Wrangler API v4.0.0
What's Changed
- enhancement/return-app-data-on-login by @Noah231515 in #176
- Tech/flutter by @Noah231515 in #177
- Update swagger by @Noah231515 in #178
- Tech/consolidate configs by @Noah231515 in #180
- fix ci by @Noah231515 in #181
Full Changelog: v3.15.0...v4.0.0
Breaking Changes
-
API Configuration has been consolidated into one config file, config.prod.json.
To migrate, check out: https://github.com/Receipt-Wrangler/.github/blob/main/configuration/configuration.md for the new structure, and simply move the database env variables from the docker compose, and the feature config values to config.prod.json.
Check out: https://github.com/Receipt-Wrangler/.github/tree/main/examples for some examples specific to your database type. -
openApiKey has been removed from the configuration. To migrate, use the aiSettings in the config file instead as shown here: https://github.com/Receipt-Wrangler/.github/blob/main/configuration/configuration.md