Update godeps
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/aws/aws-sdk-go-v2 | require | minor | v0.12.0 | source | |
github.com/dghubble/gologin | require | minor | v2.2.0 | source | |
github.com/docker/docker | require | minor | v0.12.0 | source | |
github.com/go-redsync/redsync | require | patch | v1.3.1 | source | |
github.com/gopherjs/gopherjs | require | digest | v0.0.0-20190910122728-9d188e94fb99 | source | |
github.com/graph-gophers/graphql-go | require | digest | v0.0.0-20190902214650-641ae197eec7 | source | |
github.com/honeycombio/libhoney-go | require | patch | v1.12.1 | source | |
github.com/karrick/tparse | require | minor | v2.7.0 | source | |
github.com/klauspost/compress | require | patch | v1.8.4 | source | |
github.com/prometheus/procfs | require | patch | v0.0.5 | source | |
github.com/stripe/stripe-go | require | minor | v63.1.0 | source | |
github.com/uber/jaeger-client-go | require | minor | v2.18.1 | source | |
github.com/vmihailenco/msgpack | require | minor | v4.2.0 | source | |
golang.org/x/exp | require | digest | v0.0.0-20190912063710-ac5d2bfcbfe0 | source | |
golang.org/x/lint | replace | digest | v0.0.0-20190409202823-959b441ac422 | source | |
golang.org/x/net | require | digest | v0.0.0-20190912160710-24e19bdeb0f2 | source | |
golang.org/x/sys | require | digest | v0.0.0-20190912141932-bc967efca4b8 | source | |
golang.org/x/tools | require | digest | v0.0.0-20190912215617-3720d1ec3678 | source | |
google.golang.org/genproto | require | digest | v0.0.0-20190911173649-1774047e7e51 | source | |
mvdan.cc/unparam | require | digest | v0.0.0-20190720180237-d51796306d8f | source |
Release Notes
aws/aws-sdk-go-v2
v0.12.0
===
Services
- Synced the V2 SDK with latest AWS service API definitions.
SDK Enhancements
-
aws/endpoints
: Expose DNSSuffix for partitions (#369)- Exposes the underlying partition metadata's DNSSuffix value via the
DNSSuffix
method on the endpoint'sPartition
type. This allows access to the partition's DNS suffix, e.g. "amazon.com". - Fixes #347
- Exposes the underlying partition metadata's DNSSuffix value via the
-
private/protocol
: Add support for parsing fractional timestamp (#367)- Fixes the SDK's ability to parse fractional unix timestamp values and adds tests.
- Fixes #365
-
aws/ec2metadata
: Add marketplaceProductCodes to EC2 Instance Identity Document (#374)- Adds
MarketplaceProductCodes
to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available. - Related to: aws/aws-sdk-go#2781
- Adds
-
aws
: Adds configurations to the default retryer (#375)- Provides more customization options for retryer by adding a constructor for default Retryer which accepts functional options. Adds NoOpRetryer to support no retry behavior. Exposes members of default retryer.
- Updates the underlying logic used by the default retryer to calculate jittered delay for retry. Handles int overflow for retry delay.
- Fixes #370
-
aws
: Refactors request retry behavior path logic (#384)
SDK Bugs
-
aws
: Fixes bug in calculating throttled retry delay (#373)- The
Retry-After
duration specified in the request is now added to the Retry delay for throttled exception. Adds test for retry delays for throttled exceptions. Fixes bug where the throttled retry's math was off. - Fixes #45
- The
-
aws
: Adds missing sdk error checking when seeking readers (#379)- Adds support for nonseekable io.Reader. Adds support for streamed payloads for unsigned body request.
- Fixes #371
-
service/s3
: Fixes unexpected EOF error by s3manager (#386)- Fixes bug which threw unexpected EOF error when s3 upload is performed for a file of maximum allowed size
- Fixes #316
-
private/model
: Fixes generated API Reference docs links being invalid (387)- Fixes #327
dghubble/gologin
v2.2.0
- Suffix packages with
/v2
to provide Go module support (#37)- Module users may import
github.com/dghubble/gologin/v2
starting in v2.2.0 - Non-module users may continue using releases prior to v2.2.0
- Module users may import
honeycombio/libhoney-go
v1.12.1
v1.12.1 reduces global encoding buffer space allocated by the zstd library from 8MB per CPU to 128KB per CPU.
Also fixes a deadlock condition when calling Add*() and Send() concurrently.
This release requires v1.8.3 or later of github.com/klauspost/compress.
klauspost/compress
v1.8.4
Changelog
a938213
Add goreleaser scripts (#161)
72edc79
Add s2 commandline tools (#160)
b4b8200
Add s2c and s2d info and add benchmarks
77b2d8a
Make short tests run faster.
3d839ae
Merge branch 'master' of github.com:klauspost/compress
f6b8537
Remove -v from test.
08c0065
Update README.md
dbe23c5
Update deploy.
uber/jaeger-client-go
v2.18.1
- Remove go.mod / go.sum that interfere with
go get
(#432)
v2.18.0
- Add option "noDebugFlagOnForcedSampling" for tracer initialization (#423)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.