Skip to content

v0.1.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielballan danielballan released this 05 Jun 00:37
· 36 commits to main since this release
f5c8a5e

Added

  • Added a new HTTP endpoint, PATCH /api/v1/metadata/{path} supporting modifying
    existing metadata using a application/json-patch+json or a
    application/merge-patch+json patch.
  • Added client-side methods for replacing, updating (similar to dict.update()),
    and patching metadata.

Fixed

  • Fixed regression introduced in the previous release (v0.1.0b1) where exceptions
    raised in the server sent no response instead of properly sending a 500
    response. (This presents in the client as, "Server disconnected without
    sending a response.") A test now protects against this class of regression.