Skip to content

2.1.0

Compare
Choose a tag to compare
@kjsanger kjsanger released this 14 Sep 11:06
· 143 commits to master since this release
48cb1dd

Bugfix: Added a workaround for iRODS issue
irods/irods#5072. The workaround
requires creating a new connection for every put operation when
baton is re-using a connection for multiple operations. The
workaround will be active only if baton is compiled the configure
flag --enable-put-workaround.

Bugfix: exit non-zero when the iRODS plugins cannot be located.

Bugfix: fix segfault when operations require a path and none
supplied.

Add iRODS 4.2.8 to the test matrix.

Check for both libirods_common and libirods_client for iRODS 4.2.x.

Use the available replication resource in the test server Docker
image, rather than manually irepl to another local resource.

Use check library from Conda, rather than building from source.