Skip to content

Releases: wtsi-npg/baton

4.3.2

27 Sep 17:14
0ae63d8
Compare
Choose a tag to compare

What's Changed

  • Fix invalid error message when listing checksums across a collection by @kjsanger in #306

Full Changelog: 4.3.1...4.3.2

4.3.1

16 Sep 12:11
6b299ae
Compare
Choose a tag to compare

What's Changed

  • Add server version option to baton-do by @mksanger in #304
  • Fix baton-list and baton-do list operation not printing null checksums by @kjsanger in #305

Full Changelog: 4.3.0...4.3.1

4.3.0

05 Sep 09:42
ac9b658
Compare
Choose a tag to compare

What's Changed

  • update container labels by @avnishsinghh in #297
  • Use the build-irods-client-action for running tests by @kjsanger in #299
  • Bump wtsi-npg/build-irods-client-action from 1.1.0 to 1.1.1 by @dependabot in #300
  • Add Docker builds for iRODS 4.3.2 and 4.3.3 by @kjsanger in #301
  • Fix the -dirty flag on the reported version when building with Docker by @kjsanger in #302
  • Remove a redundant variable and add comments by @kjsanger in #303

New Contributors

Full Changelog: 4.2.2...4.3.0

4.2.2

25 Jun 10:46
8b3c4a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.2.2

4.2.1

10 Oct 14:55
5223c07
Compare
Choose a tag to compare

What's Changed

  • Handle change to behaviour of iRODS' clientLogin function by @kjsanger in #282
  • Fix stack-use-after-scope bug identified by address-sanitizer by @kjsanger in #283

Full Changelog: 4.2.0...4.2.1

4.2.0

29 Sep 17:38
c184a68
Compare
Choose a tag to compare

What's Changed

  • Add compatibility for OpenSSL across iRODS versions by @kjsanger in #278
  • Add sha256 to release artifacts by @kjsanger in #279
  • Add release builds for iRODS 4.2.7, 4.2.11 and 4.2.12 by @kjsanger in #280

Full Changelog: 4.1.0...4.2.0

4.1.0

16 May 13:06
171f344
Compare
Choose a tag to compare

What's Changed

  • Add automated release when master branch is tagged in git by @kjsanger in #270
  • Make image deployment conditional on release by @kjsanger in #272
  • Add iRODS 4.2.12 to the test matrix by @kjsanger in #274

Full Changelog: 4.0.1...4.1.0

4.0.1

04 Apr 10:55
Compare
Choose a tag to compare

Fix missing format string in logging which caused a segfault when log message arguments contained a printf placeholder.

4.0.0

05 Aug 09:01
c3874c5
Compare
Choose a tag to compare

Improve connection management by closing the connection while waiting for the next JSON document and reopening when required.

3.3.0

11 Jul 10:53
c1d2424
Compare
Choose a tag to compare

Fix ability to list the checksum of an object with a bad replica.

Add iRODS 4.2.11 to test matrix.

Improve signal handling so that iRODS connections are closed before exiting.

Fix segfault when a user did not have permission to get an object.