Skip to content

Releases: v3io/v3io-go

v0.2.6

09 Feb 12:31
5cc6f0d

Choose a tag to compare

5cc6f0d Scattering cursor followup (#87)

v0.2.5

21 Jan 15:33
513ec31

Choose a tag to compare

513ec31 Added scattering flag to cursor (#86)
6c806b8 IG-17263: Increase retries on ErrConnectionClosed (#84)

v0.2.4

30 Dec 12:51

Choose a tag to compare

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

25 Nov 21:31
d9f01f2

Choose a tag to compare

d9f01f2 Bugfix for dir attribute update: Allow 0 in NSec values (#74)

v0.2.2

25 Nov 15:48
2995bb3

Choose a tag to compare

2995bb3 Bugfix: Allow 0 GID/UID for UpdateObjectInput (#73)

v0.2.1

24 Nov 18:46
7e26981

Choose a tag to compare

7e26981 Update dir attributes (#72)

v0.2.0

06 Aug 11:13
9c89f96

Choose a tag to compare

9c89f96 Dont log on tx/rx (#70)
b1a8654 GetObject by inode (#69)
7e7d008 IG-16126: Go 1.12 -> 1.14. (#68)
bf3f372 Update Makefile to remove vendor-related bloat. (#41)
c9101a8 v3io-go: added OOSRun interface (#67)

v0.1.9

06 Aug 11:54

Choose a tag to compare

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

09 Jun 08:40
9a94144

Choose a tag to compare

9a94144 IG-15850: Add connection semaphore per context. (#66)
3bbe8d8 Dont panic incorrect due to error (#65)
7eb3bcd Properly handle cases where fetch records returns error (#64)

v0.1.5

16 Apr 14:12
f1b82b9

Choose a tag to compare

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)