Skip to content

Releases: v3io/v3io-go

v0.2.1

24 Nov 18:46
7e26981
Compare
Choose a tag to compare

7e26981 Update dir attributes (#72)

v0.2.0

06 Aug 11:13
9c89f96
Compare
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
Compare
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
Compare
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
Compare
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)

v0.1.4

18 Feb 17:07
f116c6a
Compare
Choose a tag to compare

f116c6a Reduce log spam from consumer group (#53)

v0.1.3

18 Feb 13:55
29e890d
Compare
Choose a tag to compare

29e890d Remove lock in consumer group, clean up context API (#52)

v0.1.2

18 Feb 06:58
86cd450
Compare
Choose a tag to compare

86cd450 Refactored consumer group interface (#51)
85ac1ab Expose newClientInput members (#49)

v0.1.1

16 Feb 15:51
1d2df5f
Compare
Choose a tag to compare

1d2df5f Support v3io stream consumer groups (#48)

v0.0.4

11 Jul 08:06
Compare
Choose a tag to compare

Full changes:
a29448e Add ngx binary response handling for GetItems (#21)
9441f7c Include full HTTP response in error. (#20)
ba51e53 Extend v3io-go API to align with full data model (#18)
088181c Support TableName in GetItems (#19)
99f1b77 Leave authentication token empty when access key is provided. (#17)
a7f7820 Cosmetics & consistency fixes (#16)
222425c Added access key support (#15)
04a00e9 Added support for events (#14)
1486c75 Support long (int64) type (#13)
5f5fcd7 Support boolean type (#12)
5ef4514 Fix custom dial function. (#11)
4b31e5f Usability improvements. (#10)
85c5355 Make dial timeout configurable. Keep library 3 second default. (#9)
1c46bb3 Port missing parts from v3io-go-http PR12. (#8)
a375a09 Add support for HTTPS. (#7)
a0c7cc5 Safer URL parsing. Disallow empty container name. (#6)
0e6eb73 Update code with changes from v3io-go-http. (#5)
9f0cf65 IG-11494: Use PUT instead of POST for idempotent operations. (#4)
1ea19c1 API tweaks for consistency (#3)
c1d1bbe Fix ability to pass access key (#2)
1f94e4c NewContainer -> NewContainerSync (#1)