Releases: v3io/v3io-go
v0.2.6
v0.2.5
v0.2.4
b094ac9 fix lint in getItems
c522705 pr #82 comments
db0060a added support for fragmented chunks
6be2203 Add stream backup/restore test
acfee85 Add GetShard for Item with a parsing of metadata
b1bd0a5 add Support for PutChunkRequest (#77)
e01fabe IG-17263: adding retry on ErrConnectionClosed (#81)
55e1e4a fix linter (#78)
e866357 fix get items scattered assignment (#80)
594058a add scattered results to get_items (#76)
626e7ff Bugfix for timestamp UnixNano overflow (#75)
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.9
0007b5e Dont log on tx/rx (#70)
Note: v0.1.7 and v0.1.8 were skipped because it was decided to branch 0.2.x off of v0.1.6 (used by Nuclio). However, since 0.1.7 and 0.1.8 were already released (and then moved to 0.2.x) - to prevent any go mod cache issues (which are a real thing), 0.1.9 was released with the required change for 0.1.x.
v0.1.6
v0.1.5
f1b82b9 Add support for Offset and ByteNum in getObject (#63)
5fc6cc8 Expose flag to append to file (#61)
5d20cf2 add checkIfExists command (#62)
2ad4a78 Don't panic + print state when no shards are allocatable in consumer group (#60)
cc83de3 IG-15216: v3io-go crash on capnp parsing (#59)
c1aa650 (upstream/0.0.x) check err of putItem or updateExpr (#57)
b0ab8ba Add Update/Put item output (#47)
6a59318 add new command GetClusterMD
69884c5 Fix crash with getItems (#54)
9e4fa5b (origin/0.0.x) IG-13067: Factor http client out of context so that it can be reused independently of it. (#31)
9f91114 replace spaces with '%20' in query (#32)
1e1d246 add UpdateMode parameter to putItem (#33)
e69c2aa Support updateMode for UpdateItem (#34)