Skip to content

Bump @aws-sdk/client-codeartifact from 3.100.0 to 3.127.0#25

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aws-sdk/client-codeartifact-3.127.0
Closed

Bump @aws-sdk/client-codeartifact from 3.100.0 to 3.127.0#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/aws-sdk/client-codeartifact-3.127.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps @aws-sdk/client-codeartifact from 3.100.0 to 3.127.0.

Release notes

Sourced from @​aws-sdk/client-codeartifact's releases.

v3.127.0

3.127.0(2022-07-11)

Chores
  • types:
    • add generic StreamType to EventStreamMarshaller (#3792) (47b17dec)
    • add types for EventStreamMarshaller ser/deser functions (#3791) (b272b15a)
  • clients: replace triple-equals undefined+null check with double-equals (#3793) (c20e0379)
Documentation Changes
  • client-redshift-serverless: Removed prerelease language for GA launch. (297a3c0c)
New Features
  • clients: update client endpoints as of 2022-07-11 (65a0485c)
  • client-redshift: This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input. (be3a0a8f)
  • client-ec2: Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs. (51053558)
  • types: add types to sdk stream utility mixin (#3779) (f311cab4)

For list of updated packages, view updated-packages.md in assets-3.127.0.zip

v3.126.0

3.126.0(2022-07-08)

New Features
  • client-backup: This release adds support for authentication using IAM user identity instead of passed IAM role, identified by excluding the IamRoleArn field in the StartRestoreJob API. This feature applies to only resource clients with a destructive restore nature (e.g. SAP HANA). (2aea1bc6)

For list of updated packages, view updated-packages.md in assets-3.126.0.zip

v3.125.0

3.125.0(2022-07-07)

Chores
New Features
  • client-database-migration-service: New api to migrate event subscriptions to event bridge rules (6ed4f9bb)
  • client-sagemaker: Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances (0dd0bdd3)
  • client-chime-sdk-meetings: Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions (5d50be78)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-codeartifact's changelog.

3.127.0 (2022-07-11)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.121.0 (2022-06-30)

Features

  • clients: fallback to status code for unmodeled errors (#3752) (49bcc4f)

3.118.1 (2022-06-27)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.118.0 (2022-06-24)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.112.0 (2022-06-16)

Note: Version bump only for package @​aws-sdk/client-codeartifact

3.110.0 (2022-06-14)

Note: Version bump only for package @​aws-sdk/client-codeartifact

... (truncated)

Commits
  • b43e0b5 Publish v3.127.0
  • c20e037 chore(clients): replace triple-equals undefined+null check with double-equals...
  • 6a6f4b9 Publish v3.121.0
  • 49bcc4f feat(clients): fallback to status code for unmodeled errors (#3752)
  • 52f2b26 Publish v3.118.1
  • d2833dd Publish v3.118.0
  • ae8face Publish v3.112.0
  • f289014 Publish v3.110.0
  • bc87c33 Publish v3.109.0
  • b987a88 chore(clients): use Record type in HttpBindingProtocolGenerator (#3679)
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [@aws-sdk/client-codeartifact](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-codeartifact) from 3.100.0 to 3.127.0.
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-codeartifact/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.127.0/clients/client-codeartifact)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-codeartifact"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 11, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 12, 2022

Superseded by #27.

@dependabot dependabot bot closed this Jul 12, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-sdk/client-codeartifact-3.127.0 branch July 12, 2022 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants