Skip to content

Releases: steveloughran/cloudstore

release-2025-07-15-13.56

15 Jul 12:58
b03021e
Compare
Choose a tag to compare

Print JVM security properties in storediag and sysinfo

release-2025-07-08-14.54

08 Jul 13:55
6dddb40
Compare
Choose a tag to compare

release of 2025-07-08-14.54

  • Print all the OPENSSL env vars
  • Do this tlsinfo as well as storediag

release-2025-07-07-12.39

07 Jul 11:39
68efdf6
Compare
Choose a tag to compare

TLSInfo improvements

  • return -1 if there's no certificate match
  • move docs to their own file, with more (and current) examples

release-2025-07-07-12.11

07 Jul 11:13
810a3f0
Compare
Choose a tag to compare

release of 2025-07-07-12.11

  • some tuning of printing
  • Add jsse.enableSNIExtension as a TLS property printed in tlsinfo and elsewhere

release-2025-05-19-19.41

19 May 18:43
6cca2e8
Compare
Choose a tag to compare

extra probes and better output

  • Execute ListStatus on the test dir after creating a new file there;
    verify that the file is found.

  • headings and subheadings now have numbers in front of them.

release-2025-05-09-18.11

09 May 17:13
320e736
Compare
Choose a tag to compare
  • move to aws SDK v2 for all low level s3 operations
  • various improvements to s3 diagnostics
  • more detailed analysis and reporting on buffer allocation

2025-04-28-19.30 -last V1 release

28 Apr 18:32
38a7c1c
Compare
Choose a tag to compare

Prints out the raw value of config options if it is different from the evaluated value

[010]  fs.s3a.endpoint = "s3.eu-west-2.amazonaws.com" [fs.s3a.bucket.stevel-london.endpoint via [core-site.xml]]; ("${london.endpoint}")
[011]  fs.s3a.endpoint.region = "eu-west-2" [fs.s3a.bucket.stevel-london.endpoint.region via [core-site.xml]]; ("${london.region}")
[012]  fs.s3a.endpoint.fips = (unset)

Last V1 SDK support

This is the last release where the low level s3 commands used the v1 SDK (and only ran against hadoop 3.3.x).

release-2025-04-23-11.31

23 Apr 10:32
df5248a
Compare
Choose a tag to compare

tuning printing of bufffer capacity

release-2025-04-22-15.41

22 Apr 14:42
3ebe474
Compare
Choose a tag to compare

output buffer diagnostics

  • print free space on target dirs
  • hightlight when dest is actually memory

release-2025-03-04-11.27

04 Mar 11:30
46eae24
Compare
Choose a tag to compare
  • call out some IOEs as network problems
  • Add awareness of new S3A analytics stream.
  • S3A cross-region detection and reporting