|
1 | 1 | # Changelog |
| 2 | + |
| 3 | +## 0.4.0 (2024-08-22) |
| 4 | + |
| 5 | +- Adds support for Python 3.11 and 3.12. |
| 6 | +- Improves ``get-metadata --output-field`` command by adding a new ``--filter`` option allowing to output only selected field values matching desired criteria. |
| 7 | +- Changes container image base to Fedora 38 and slightly optimises image size. |
| 8 | +- Drops support for Python 2.7. |
| 9 | + |
| 10 | +## 0.3.0 (2022-03-16) |
| 11 | + |
| 12 | +- Adds support for Python 3.10. |
| 13 | +- Improves ``download-files`` command to resume interrupted downloads when |
| 14 | + using HTTP downloads with ``pycurl`` engine. |
| 15 | +- Improves XRootD downloader by using vanilla XRootD package. Changes |
| 16 | + ``xrootdpyfs`` to ``xrootd`` download engine. |
| 17 | +- Improves ``download-files`` command with a new option ``--download-engine`` |
| 18 | + to select ``pycurl`` or ``requests`` engines when downloading files over |
| 19 | + HTTP. |
| 20 | +- Fixes minor issues with file index unwinding and output directory handling. |
| 21 | + |
| 22 | +## 0.2.0 (2020-11-19) |
| 23 | + |
| 24 | +- Adds new ``list-directory`` command to list content of EOS directories |
| 25 | + holding open data files. |
| 26 | +- Adds support for Python 3.9. |
| 27 | +- Improves ``download-files`` command to allow using XRootD protocol. |
| 28 | +- Improves ``download-files`` command to allow using HTTPS protocol. |
| 29 | +- Improves ``download-files`` command to optionally verify file integrity as |
| 30 | + soon as files are being downloaded. |
| 31 | +- Improves ``get-file-locations`` command to optionally output file sizes and |
| 32 | + checksums. |
| 33 | +- Improves output format colouring to better indicate notes and errors. |
| 34 | +- Fixes minor issues and improves code coverage. |
| 35 | + |
| 36 | +## 0.1.0 (2020-09-24) |
| 37 | + |
| 38 | +- Enriches ``download-files`` command to optionally download only files |
| 39 | + matching certain name, regexp, or range count. |
| 40 | +- Adds new ``verify-files`` command to verify number, size, and checksum of |
| 41 | + downloaded files. |
| 42 | +- Improves ``get-metadata`` command with respect to outputting only |
| 43 | + certain desired metadata field values. |
| 44 | +- Enriches user documentation. |
| 45 | + |
| 46 | +## 0.0.1 (2020-09-09) |
| 47 | + |
| 48 | +- Initial public release. |
0 commit comments