Skip to content

v0.2.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 11:56
233835b

This is a small release containing fixes for two minor bugs. Also, 100% test coverage has again been achieved. Comments documenting the intended usage and design have been added to all test functions.

Bug Fixes

  • bug: serialize_json should not be called on data if attempt to add data to cache fails @a-luna (#47)
  • bug: 304 response to request with if-none-metch header field must contain cache-control, expires, etag header fields @a-luna (#44)

Maintenance

  • add comments to test functions in order to better document the intended design @a-luna (#48)
  • missing test coverage: response data is not json-serializable @a-luna (#45)
  • add toc to readme @a-luna (#49)