jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Bump rusoto_core from 0.34.0 to 0.39.0 #56

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rusoto_core from 0.34.0 to 0.39.0.

Release notes *Sourced from [rusoto_core's releases](https://github.com/rusoto/rusoto/releases).* > ## Rusoto 0.39.0 > Another release, roughly on schedule! 😁 > > CHANGELOG: > > - Add Worklink service > - Add FSX service > - Fix de/serialization of DynamoDB binary set attribute values > - Change type for blob values from `Vec` to `Bytes` > - Add DocDB service > - Add License Manager service > - Add Kafka service > - Add Chime service > - Add RDS Data service > - Add ComprehendMedical service > - Add Ap-East-1 Region > - Remove log crate dependency from services > - Remove decoding of the uri path before encoding it > - Use http::HeaderMap instead of our custom implementation > - Update all public crates to Rust 2018 edition > > A massive thank you to all contributors! You make this project happen. πŸ‘ > > ## Rusoto 0.38.0 > CHANGELOG for Rusoto 0.38.0: > > * Add RusotoError enum as base error type for all services > * Improve error messages for BufferedHttpResponse in Unknown error variants. > * Fix hostname derivation for custom Region endpoints > * Support presigned URLs for multipart uploads to S3 > * Add Us-Gov-East region > * Fix a bug in SNS CreateTopic and Subscribe > * Reduced generated xml deserializer logic > * Move credentials crate to Rust 2018 > * Remove internal test files from published crates for rusoto_credential and rusoto_core > > ## Rusoto 0.37.0 > - Implement Clone on the various Client types. > - Upgrade hyper-rustls library > - Fix duplicated Content-Type header in SageMaker Runtime > - Switch from `try!` to `?` operator > - Remove unneeded muts in Glacier codegen > - Add Eu-North-1 Region > - Fix bug in SNS publish message action > - Mock can simulate communications errors > - Upgrade botocore definitions to [`1.12.100`](https://github.com/boto/botocore/tree/1.12.100) > - add [amplify](https://docs.aws.amazon.com/cli/latest/reference/amplify/index.html) service > - add [apigatewaymanagementapi](https://docs.aws.amazon.com/cli/latest/reference/apigatewaymanagementapi/index.html) service > - add [apigatewayv2](https://docs.aws.amazon.com/cli/latest/reference/apigatewayv2/index.html) service > - add [ram](https://docs.aws.amazon.com/cli/latest/reference/ram/index.html) service > ... (truncated)
Changelog *Sourced from [rusoto_core's changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md).* > ## [0.39.0] - 2019-05-19 > > - Add Worklink service > - Add FSX service > - Fix de/serialization of DynamoDB binary set attribute values > - Change type for blob values from `Vec` to `Bytes` > - Add DocDB service > - Add License Manager service > - Add Kafka service > - Add Chime service > - Add RDS Data service > - Add ComprehendMedical service > - Add Ap-East-1 Region > - Remove log crate dependency from services > - Remove decoding of the uri path before encoding it > - Use http::HeaderMap instead of our custom implementation > - Update all public crates to Rust 2018 edition > > ## [0.38.0] - 2019-04-17 > > - Add `RusotoError` enum as base error type for all services > - Improve error messages for BufferedHttpResponse in Unknown error variants. > - Fix hostname derivation for custom Region endpoints > - Support presigned URLs for multipart uploads to S3 > - Add Us-Gov-East region > - Fix a bug in SNS CreateTopic and Subscribe > - Reduced generated xml deserializer logic > - Move credentials crate to Rust 2018 > - Remove internal test files from published crates for rusoto_credential and rusoto_core > > ## [0.37.0] - 2019-03-12 > > - Implement Clone on the various Client types. > - Upgrade hyper-rustls library > - Fix duplicated Content-Type header in SageMaker Runtime > - Switch from `try!` to `?` operator > - Remove unneeded muts in Glacier codegen > - Add Eu-North-1 Region > - Fix bug in SNS publish message action > - Mock can simulate communications errors > - Upgrade botocore definitions to [`1.12.100`](https://github.com/boto/botocore/tree/1.12.100) > - add [amplify](https://docs.aws.amazon.com/cli/latest/reference/amplify/index.html) service > - add [apigatewaymanagementapi](https://docs.aws.amazon.com/cli/latest/reference/apigatewaymanagementapi/index.html) service > - add [apigatewayv2](https://docs.aws.amazon.com/cli/latest/reference/apigatewayv2/index.html) service > - add [ram](https://docs.aws.amazon.com/cli/latest/reference/ram/index.html) service > - Add [`credential_process`](https://docs.aws.amazon.com/cli/latest/topic/config-vars.html#sourcing-credentials-from-external-processes) support in `~/.aws/config` > - Add Route53 TXT record quoting helper > - Fix a malformed SNS Publish API request when it has message attributes > > ## [0.36.0] - 2018-12-04 > ... (truncated)
Commits - [`a05f387`](https://github.com/rusoto/rusoto/commit/a05f387f257bfb40321716f2e7a14d931af4a49c) Merge pull request [#1399](https://github-redirect.dependabot.com/rusoto/rusoto/issues/1399) from rusoto/release-0.39.0 - [`7a55e4b`](https://github.com/rusoto/rusoto/commit/7a55e4b4f3bfa432838da0fb8972e9f4a45abba9) Use the right version of rusoto_mock. - [`0b7916e`](https://github.com/rusoto/rusoto/commit/0b7916e1f95ca54ed35899222794aca4650eee75) Prep for 0.39.0 release. - [`c3d550a`](https://github.com/rusoto/rusoto/commit/c3d550af01823783c5ddc9586ee2b470d9f7fcfe) Merge pull request [#1388](https://github-redirect.dependabot.com/rusoto/rusoto/issues/1388) from rusoto/2018-edition-for-all-crates - [`b1ce571`](https://github.com/rusoto/rusoto/commit/b1ce571434a495c8c3f33d1136af965d709e24a9) Merge pull request [#1396](https://github-redirect.dependabot.com/rusoto/rusoto/issues/1396) from MichaelByrneAU/master - [`92c5e3b`](https://github.com/rusoto/rusoto/commit/92c5e3b4845710f993ef9662f9e5e9735b83fcac) Re-generate services - [`8616e84`](https://github.com/rusoto/rusoto/commit/8616e846d9cd2950e5defb0864c178108eebc67b) Update CHANGELOG - [`adef1f0`](https://github.com/rusoto/rusoto/commit/adef1f0dfe2939b562afc4bc9397723c4eaacdfd) Remove log crate dependency from services - [`02d8b63`](https://github.com/rusoto/rusoto/commit/02d8b63230e57c33222eb3e914b94b78089690e1) add tokei badge to readme - [`4c5f057`](https://github.com/rusoto/rusoto/commit/4c5f0571498b36f5cb7ca0e2915cd7ad3d03b35e) Merge pull request [#1395](https://github-redirect.dependabot.com/rusoto/rusoto/issues/1395) from rusoto/fix/use-http-headermap-in-response - Additional commits viewable in [compare view](https://github.com/rusoto/rusoto/compare/rusoto-v0.34.0...mock-v0.39.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #66.