Skip to content

Releases: PelicanPlatform/xrootd-s3-http

v0.6.5

20 Feb 17:14
a5f0bbb

Choose a tag to compare

What's Changed

  • Fix compilation errors on EL8

Full Changelog: v0.6.4...v0.6.5

v0.6.4

04 Feb 17:19
8c6c43e

Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

27 Jan 21:38
19636ed

Choose a tag to compare

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

26 Jan 15:10
19465d8

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

16 Jan 16:44
8475630

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Jan 14:59
6e6ea0b

Choose a tag to compare

What's Changed

  • Add support for translating between prefixes by @bbockelm in #122
  • Create devcontainer by @bbockelm in #123
  • Refactor HTTP request utils into a separate SO; cleanup some Globus Code by @whwjiang in #120
  • Version bump for Globus changes by @whwjiang in #126
  • Add file size verification to POSC plugin to prevent incomplete uploads by @patrickbrophy in #127

New Contributors

Full Changelog: v0.5.3...v0.6.0

v0.5.3

24 Oct 13:38
b9ea7c2

Choose a tag to compare

What's Changed

  • Fixed a bug in the POSC plugin that would return invalid entry "stat" information during directory listings. See #119.

Full Changelog: v0.5.2...v0.5.3

v0.5.1

29 Aug 15:29
6979139

Choose a tag to compare

What's Changed

  • Minor build fixes for a wider set of platforms.
  • Ensure unit tests can succeed even when running without network connectivity
  • Bump user agent version to the correct version (missed during the v0.5.0 release process).

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Aug 00:52
f67d866

Choose a tag to compare

What's Changed

  • Add support for Globus endpoints (reads, writes, listings).
  • Add support for HTTP writes.
  • Add new "Persist on Successful Close" (POSC) plugin to prevent files being uploaded from being visible in the namespace.
  • The HTTP OSS plugin can do file listings based on generated directories.
  • CI builds now occur with AddressSanitizer enabled, catching leaks and other potential logic errors.

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

30 May 16:06
334a88a

Choose a tag to compare

What's Changed

This bugfixes release closes out several important issues found when doing stress tests:

  • Fix stall timeouts which would never fire.
  • Fix bug where S3 rate limiting would result in corrupt data being sent back to the client.
  • Remove redundant HEAD request which was sent twice on S3 file open.
  • Put libcurl into threadsafe mode, avoiding potential deadlocks or long unresponsive periods.

Full Changelog: v0.4.0...v0.4.1