0.7.1 (May 16, 2023)
7 months ago by ReadMe API
- Backend infrastructure improvements
- Inventory current bugfix
Backend infrastructure improvements
Improvements to the backend datastore, which should improve performance and data throughput.
Inventory current bugfix
Currently, the inventory/{parcl_id}/current
endpoint returns a 200
response object with empty values when the provided parcl_id
does not exist in the database. Fix the endpoint to return 404
instead.