Sprint review notes: Sprint 94
Notes
This sprint we finished up the last of the changes we wanted to have in place before releasing the API to early users. We made some structural changes to the API response to allow us to add support for multiple addresses per location in the future when that data becomes available without breaking backwards compatibility. These changes are complete now, and we’re just sorting out a final wrinkle with the access approval process.
We also made some backend changes. We’re now storing all sensitive configuration values (like connection credentials and webhook targets) in AWS Secrets Manager. We’d previously used Secrets Manager for some but not all sensitive values. This simplifies our deploy process.
API Changes
- Singular address fields removed (eg.
addressLine1,addressPostalCode, etc.) - Nested address fields added