Skip to content

Releases: cyverse/go-irodsclient

v0.5.2

30 Aug 20:43
Compare
Choose a tag to compare
  • Invalidate file stat cache when the file is truncated

v0.5.1

14 Aug 02:41
a2afb20
Compare
Choose a tag to compare

Add ticket access
Rework iRODS response error handling
Reuse cached FSEntry to determine whether a path is for a file or a collection, optimizes Stat operation.
Fix collection/file stat bug.

v0.4.5

15 Jun 00:46
c0316d9
Compare
Choose a tag to compare

Cache metadata correctly
Add user, group, quota, and usermeta functions
Add RawBind function for connection reuse
Add ModAccess functions
Cache file/dir ACLs

Thanks to Peter Verraedt and Janbong for the contribution

v0.4.4

05 Apr 18:34
Compare
Choose a tag to compare
  • Sync data between multiple connections #8
  • Implement admin messages #9
  • Refactor request-response code
  • Use iRODS XML dialect #10

Thanks to Peter Verraedt for the contribution

v0.4.3

23 Mar 20:40
Compare
Choose a tag to compare

Bump up version forcefully to address a package version issue on v0.4.2

Implement search data objects or collections by metadata

v0.4.1

19 Mar 18:26
762d17f
Compare
Choose a tag to compare

Fix a bug in converting GroupUsers to pointers.
#7

v0.4.0

17 Mar 20:02
Compare
Choose a tag to compare

Return error when connection parameters are not correct, so irodsclient cannot establish a conenction.
Add metadata operations for collections and objects
Fix several bugs.

Thanks to Janbong and Peter Verraedt for the contribution

v0.3.0

08 Mar 22:31
Compare
Choose a tag to compare
  • Implement User Group Query
  • Implement Access (ACLs) Query
  • Rename some APIs
    • GetCollectionMeta to ListCollectionMeta
    • GetDataObjectMeta to ListDataObjectMeta

v0.2.1

03 Mar 08:51
Compare
Choose a tag to compare
  • Implement metadata modification APIs
  • Implement PAM authentication
  • Minor bug fixes
  • Fix compilation errors at v0.2.0

Thanks to Peter Verraedt for the contribution

v0.1.0

17 Feb 22:21
6666a49
Compare
Choose a tag to compare

First release of working version!