Skip to content

Releases: jhrcook/coffee-counter-api

v0.2.2

14 Mar 22:50
e475a5f
Compare
Choose a tag to compare

Many improvements to the code base with little effect on the API.

  1. Test coverage of about 70%.
  2. Response models improve autogenerated API documentation.
  3. Proper error handling and HTTP Exception responses.

v0.2.1

13 Mar 16:57
Compare
Choose a tag to compare

Patch to remove walrus := operator to be compatible with Python 3.7 running on Deta Micro.

v0.2.0

13 Mar 16:07
bd466db
Compare
Choose a tag to compare

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

11 Mar 15:00
Compare
Choose a tag to compare

First working and fully functional release. The API may change in the next few releases, but the behaviors will likely be retained.