Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jake authored and jake committed Mar 19, 2024
1 parent 00b3966 commit 46e204d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Release History
---------------

3.7.0 (2024-03-19)
++++++++++++++++++

**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.

3.6.0 (2023-12-27)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.6.0'
__version__ = '3.7.0'

0 comments on commit 46e204d

Please sign in to comment.