Skip to content

Releases: jjjake/internetarchive

Version 5.1.0

07 Jan 23:07
Compare
Choose a tag to compare

Features and Improvements

  • added --reduced-priority option to ia metadata.

Bugfixes

  • Fixed bugs for URL parameter options in CLI.
  • Fixed various bugs and simplified CLI options with KEY:VALUE values.
  • Fixed bug in ia --host <cmd> where the host was not being set correctly.
  • Removed identifier validation from ia reviews.

Version 5.0.5

02 Jan 17:57
Compare
Choose a tag to compare
v5.0.5

version 5.0.5

Version 5.0.3

12 Nov 20:17
Compare
Choose a tag to compare

Bugfixes

  • Fixed bug in CLI where some multi-arguments were being treated as single arguments.
  • Fixed bug where InvalidHeader was being raised when a custom scanner was provided in some cases.

Version 5.0.0

07 Nov 20:35
ebbfce6
Compare
Choose a tag to compare

Updated the CLI's command-line argument parsing by replacing the obsolete docopt with the native argparse library, ensuring continued functionality and future compatibility. Note: While the CLI functionality hasn't changed, some commands may need to be formatted slightly differently. If you encounter any issues, refer to ia --help and ia {command} --help if you run into any issues.

What's Changed

New Contributors

Full Changelog: v4.1.0...v5.0.0

Version 4.1.0

07 May 15:58
Compare
Choose a tag to compare

What's Changed

  • Add refresh opt-out on Item.modify_metadata() by @DuncanDHall in #643
  • Use mtime from files.xml if no Last-Modified header is available (e.g. VTT files) by @jjjake in 903a833

Full Changelog: v4.0.1...v4.1.0

Version 4.0.1

15 Apr 16:07
Compare
Choose a tag to compare

Features and Improvements

  • Partially downloaded files will now automatically resume where they left off when retried.
  • Use Last-Modified header to set all mtimes (this includes files.xml now).

Version 3.7.0

19 Mar 21:23
Compare
Choose a tag to compare

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.

Version 3.4.0

05 Apr 20:09
Compare
Choose a tag to compare

Features and Improvements

  • Added parameters for filtering files based on their source value in files.xml.
  • Added support for downloading multiple files to stdout.
  • Added timeout parameter to download.

Version 3.3.0

30 Jan 22:32
Compare
Choose a tag to compare

Features and Improvements

  • Added support for inserting metadata into an existing multi-value metadata
    field. It differs from ia metadata <id> --modify collection[0]:foo in
    that it does not clobber. For example,
    ia metadata <id> --insert collection[0]:foo will insert foo as the
    first collection, it will not clobber.

Bugfixes

  • Fixed bug in search where timeouts would always be returned on queries
    submitted to the files index where more than 10,000 results would be
    returned.

Version 3.2.0

06 Jan 20:07
Compare
Choose a tag to compare

Features and Improvements

  • Added support for admins to delete reviews via itemname.