Skip to content

v1.2.4

Compare
Choose a tag to compare
@rpmoore rpmoore released this 15 Jan 23:25
· 1185 commits to master since this release

This release includes the following changes and improvements:

  • Added logging statements to report back individual file transfer speeds
  • Added extra logic to verify that a whole payload is received from Spectra S3
  • Added read symlink support to the FileObjectPutter
  • Added a circuit breaker to the helper functions which can be used to limit the number of times that the helper functions will attempt to get more chunks to process from Spectra S3
  • Improved the networking implementation so that more concurrent connections can be sent to the same endpoint
  • Non-functional code cleanup changes