Skip to content

v1.2.0

Choose a tag to compare

@rpmoore rpmoore released this 13 Oct 07:19
· 500 commits to master since this release

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