0.7.1 - 2024-06-23
- Bump up commons-compress to 1.26.2. #8
- Because of CVE-2024-25710 and CVE-2024-26308.
- Update clojure to 1.11.3.
- Because of CVE-2024-22871.
0.7.0 - 2024-02-12
- Change license to the MIT License.
- Separate verbosity type.
0.6.2 - 2022-06-21
- Support S3 protocol.
0.6.1 - 2022-04-22
- Add resume option to FTP downloader.
- Support OAuth2 token.
- Allow to pass true to resume option.
- Enable resume for cavia.core/get!.
0.6.0 - 2021-05-18
- Add resume option to http downloader.
- Increase default buffer size for downloading (1024 bytes -> 4096 bytes).
- Drop support for clojure 1.7 and 1.8.
0.5.1 - 2018-05-26
- Support SFTP protocol.
- Move FTP client code to another ns.
- Add thread interruption to download func.
- Fix integer coercion.
0.5.0 - 2018-03-26
- bzip2 decompression support.
- Change URL library: cemerick/url to lambdaisland/uri.
- Use commons-compress for decompression.
- Update clj-http to 3.8.0.
- Use mock FTP server for test.
- Make default FTP user "anonymous".
- Drop clojure 1.6 support.
- Fix FTPS download.
- Fix FTP port parsing.
- Fix for FTP server not supporting MLST.
0.4.3 - 2017-11-15
- Ignore failure of FTP MLST command. (by @alumi) #6
0.4.2 - 2017-10-20
- Support Java 9. (by @alumi) #5
- Use clj-http instead of clj-http-lite to avoid
ClassNotFoundException
.
- Use clj-http instead of clj-http-lite to avoid
- Update clj-digest to 1.4.6.
- Fix profile used in
clean!
.
0.4.1 - 2017-06-07
- Remove dependency on raynes/fs.
- Fix a bug of verification.
0.4.0 - 2017-03-13
- Add hash algorithms: MD5 and SHA256.
- Print alerts to stderr.
- Bump commons-net version up to 3.6.
- Bump progrock version up to 0.1.2.
0.3.1 - 2017-02-10
- Bump clj-digest version up to 1.4.5.
- Improve hashing performance.
0.3.0 - 2016-08-10
- Add a function to automatically decompress GZIP resources. (by @federkasten) #4
- Use clj-digest instead of pandect.
0.2.3 - 2016-05-17
- Bump commons-net version up to 3.5.
0.2.2 - 2016-02-13
- Bump commons-net version up to 3.4.
0.2.1 - 2015-10-17
- Bump pandect version up to 0.5.4.
- Add type hints.
0.2.0 - 2015-09-05
- Use com.cemerick/url instead of clojurewerks/urly.
- Stop using clj-ftp.
- Use clj-http-lite instead of clj-http.
- Use progrock for printing progress.
- Bump up pandect version to v0.5.3.
0.1.5 - 2015-07-14
- Bump dependencies version up.
0.1.4 - 2015-03-13
- Bump dependencies version up.
0.1.3 - 2014-05-20
- Bump pandect version up to 0.3.2.
- Avoid reflection.
0.1.2 - 2014-03-28
- Add some docstrings.
- Bump up versions of pandect and clj-http.
- Fix error when
Content-Length
not found. #2
First release.