From 46e204d30e8495cc6a3ef9518d8a52178bb819dd Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 19 Mar 2024 14:12:17 -0700 Subject: [PATCH] v3.7.0 --- HISTORY.rst | 16 ++++++++++++++++ internetarchive/__version__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 84627aac..84a7eed0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ++++++++++++++++++ diff --git a/internetarchive/__version__.py b/internetarchive/__version__.py index 826cf62c..8c3336cc 100644 --- a/internetarchive/__version__.py +++ b/internetarchive/__version__.py @@ -1 +1 @@ -__version__ = '3.6.0' +__version__ = '3.7.0'