Features and Improvements
- Added support for JSON Patch test operations, via the
expect
parameter. - Added support for moving values via --append-list (Now, rather than ignoring any requests where the value is already present,
--append-list
will move the value to the end of the list). - Switched to importlib-metadata to drop deprecated pkg_resources.
Bugfixes
- Fixed automatic size hint on uploads.
- Fixed bug where auth wasn't being sent for searches with user_aggs params.