Releases: v3io/v3io-go
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)
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.0.4
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)