Releases: jhrcook/coffee-counter-api
Releases · jhrcook/coffee-counter-api
v0.2.2
Many improvements to the code base with little effect on the API.
- Test coverage of about 70%.
- Response models improve autogenerated API documentation.
- Proper error handling and HTTP Exception responses.
v0.2.1
Patch to remove walrus :=
operator to be compatible with Python 3.7 running on Deta Micro.
v0.2.0
The API does mostly the same things, but changes to the backend have streamlined the query fields present to the user and, in some places, improved the speed of responses (theoretically, though speed tests and profiling would be interesting).
v0.1.0
First working and fully functional release. The API may change in the next few releases, but the behaviors will likely be retained.