Skip to content

Releases: v3io/v3io-go

v0.1.4

18 Feb 17:07
f116c6a

Choose a tag to compare

f116c6a Reduce log spam from consumer group (#53)

v0.1.3

18 Feb 13:55
29e890d

Choose a tag to compare

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

v0.1.2

18 Feb 06:58
86cd450

Choose a tag to compare

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

v0.1.1

16 Feb 15:51
1d2df5f

Choose a tag to compare

1d2df5f Support v3io stream consumer groups (#48)

v0.0.4

11 Jul 08:06

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)

v0.0.3

05 Mar 07:56

Choose a tag to compare

  • Mandate / as a prefix in the path

v0.0.2

04 Mar 11:27

Choose a tag to compare

  • Stream support
  • Get container / container contents support

v0.0.1

03 Mar 20:30

Choose a tag to compare

  • Initial - HTTP only