v1.2.0
This release includes the following changes:
- Added Node XML Element capturing to the
BulkResponse
struct - Updated the timestamp format
- Added a job_status attribute to the
BulkResponse
struct - Added Spectra S3's Get Physical Placement call
- Fixed some instances where there were missing\incorrect frees
- Fixed some null termination errors in the error response body
- Fixed some off by one read errors
- Added logging support
- Added object checksum support
- Added object metadata support
- Fixed some issues with POSTs
- Manually retrying redirects instead of letting CURL handle the redirects
- Added Spectra S3's Get Objects API call
- Added Spectra S3's Multi File Delete API call
- Added Spectra S3's Get Job API call
- Added chunk_order and write_optimization parsing to the
BulkResponse
struct - Added Spectra S3's Get Physical Placement Full Details API call
- Fixed an issue when parsing empty XML Elements
- Added Spectra S3's Get System Information API call
- Added Spectra S3's Verify System Health API call
- Added S3's Head Bucket API call
- Fixed some enum conflicts