Skip to content

Releases: cyverse/go-irodsclient

v0.20.1

Choose a tag to compare

@iychoi iychoi released this 30 Jun 17:15
ed120d2
  • Fix a bug where password is not set on a context for PAMPasswordAuthPlugin

v0.20.0

Choose a tag to compare

@iychoi iychoi released this 05 Jun 22:33
3692850
  • Add fs.GetDirStatistics()
  • Support Sum() and Count() in query request and refactor AddSelect()

v0.19.10

Choose a tag to compare

@iychoi iychoi released this 29 Apr 19:03
  • Add NoCache flag to FileSystemConfig.Cache to disable caching
  • Add InvalidateCacheForPath to FileSystem to invalidate cache for a path

v0.19.9

Choose a tag to compare

@iychoi iychoi released this 23 Apr 21:28
  • Fix session deadlock

v0.19.8

Choose a tag to compare

@iychoi iychoi released this 10 Apr 19:56
  • Add webdav config field
  • Expose cache control APIs
  • Use truncate to overwrite file for upload
  • Fix stale cache bug when overwriting file using upload

v0.19.7

Choose a tag to compare

@iychoi iychoi released this 24 Feb 22:34
  • Fix error type check failure

v0.19.6

Choose a tag to compare

@iychoi iychoi released this 23 Jan 21:32
  • allocate multiple connections in parallel
  • fix ListAccessesForSubCollections() that did not return ACLs for empty collections

v0.19.5

Choose a tag to compare

@iychoi iychoi released this 15 Jan 18:24
  • Fix permission error when reading tcp buffer size in system

v0.19.4

Choose a tag to compare

@iychoi iychoi released this 12 Jan 16:11
  • Use IO session for some long data modification operations, such as extract struct files, remove dirs recursively, change dir permissions recursively

v0.19.3

Choose a tag to compare

@iychoi iychoi released this 08 Jan 23:38
  • Adjust TCP buffer size automatically when no parameter is given