Release Date: Mar 1, 2022
- Add 'set-raw' command to support raw repos. includes doc.
Release Date: Feb 16, 2021
- api: should not append "delete" in the url for delete
Release Date: Aug 20, 2020
- Add
repo delete
capability
Release Date: May 12, 2020
- Add Python3 compatibility
Release Date: January 30th, 2019
- Pinning
requests-toolbelt
to 0.9.1. Prevents requiringpyopenssl
Release Date: January 29th, 2019
- Add
pyopenssl
as a requirement sincerequests_toolbelt
doesn't seem to require it anymore
Release Date: January 23th, 2019
- Release 0.0.17 did not contain the multipart upload support
BOTCHED RELEASE Release Date: January 23th, 2019
- Use multipart uploads to prevent the 2GB issue that was supposedly fixed by 0.0.16
Release Date: August 20th, 2018
- Fix an issue for POSTing files larger than 2GB
Release Date: April 3rd, 2017
- Fix an issue where an HTTP response might be
None
Release Date: March 22nd, 2017
- Retry failed HTTP operations, improving robustness of the many requests the tool has to perform when dealing with large amounts of packages.
Release Date: December 9th, 2016
- Fix an issue with filenames vs. paths if a digest doesn't match
Release Date: September 28th, 2016
- Improve logging around checksum mismatches
Release Date: September 28th, 2016
- Improve logging around checksum mismatches
Release Date: September 27th, 2016
- Fix updating with checksum verification, where the URL would be wrong for PUT requests
Release Date: September 20th, 2016
- Fix
TypeError
when uploading. Missingself
on method's signature
Release Date: September 20th, 2016
- Add option to verify binaries were correctly uploaded via checksums.
- When uploading, fix a bug where a non-200 response would trigger an UnboundLocal error
Release Date: June 13th, 2016
- Adds
ssl_verify
option for configuraton, to prevent issues on local chacra instances where self signed ssl certs are used - Reset the chacractl config for tests that needs them
- add travis.yml configuration
- binaries: fix issue when deleting, treating 204 as an error
- binaries: silence warnings when deleting
Release Date: December 21st, 2015
- Fix unicode issues when uploading binaries as text.
- Implement support for project creation
Release Date: December 2nd, 2015
- Minor fix for DELETE operations, actually making them work
Release Date: November 9rd, 2015
- Use the filename when doing a PUT to re-upload a binary
Release Date: November 3rd, 2015
- Fix an issue when raising errors when posting to a 404 url
Release Date: November 3rd, 2015
- Add a
--force
flag to be able to re-upload binaries
Release Date: October 27th, 2015
- Implement the 'exists' subcommand to check existance of URL endpoints
Release Date: October 20th, 2015
- Initial release.