Releases: cyverse/go-irodsclient
Releases · cyverse/go-irodsclient
v0.12.8
- Add up/download from/to buffer APIs
- Add iRODS file lock APIs
v0.12.7
- Fix a bug in parallel upload (replica_close)
- Remove redundant transaction commit & poorman's rollback test
- Refactor error types
- Treat
pam_password
auth as pam
auth
- Add connection config error, connection error, auth error types
v0.12.6
- Fix parallel file upload transaction issue by not reusing main connection
- Implement checksum API for data object
- Fix ftruncate API bug that always makes file length to 0
- Rework session/transaction
v0.12.5
- Use operation type none for put operation to fix replication error
- Use sequential data upload if data is <= 32MB
- Use new connections for parallel upload (reusing connections for parallel upload causes replication error)
v0.12.4
- Skip SSL cert verification during PAM authentication
v0.12.3
- Do not immediately return listing of objects when it meets empty rows. It may have post-processing.
v0.12.2
- Use int64 for ticket limits
v0.12.0
- Implement ticket create/update/delete APIs
- Fix empty
SpecColl_PI
in data object request
v0.11.4
- Handle auth scheme parse error
- Fix possible null-pointer error
- Add an experimental async write API