Skip to content

Bump @aws-sdk/client-appsync from 3.1075.0 to 3.1076.0#250

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-sdk/client-appsync-3.1076.0
Jun 30, 2026
Merged

Bump @aws-sdk/client-appsync from 3.1075.0 to 3.1076.0#250
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/aws-sdk/client-appsync-3.1076.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps @aws-sdk/client-appsync from 3.1075.0 to 3.1076.0.

Release notes

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

v3.1076.0

3.1076.0(2026-06-29)

Chores
  • codegen:
    • sync for checksum impls, hostLabel validation (#8127) (aa94fa04)
    • sync for CBOR serde performance and retry fixes (#8125) (b6d6a759)
  • scripts: drop bundler support in dist-cjs (use dist-es instead) (#8124) (775bc034)
Documentation Changes
  • client-elasticache: Updated documentation for the ApplyImmediately parameter in ModifyCacheCluster and ModifyReplicationGroup to clarify modification behavior. (e9e0072f)
  • client-rds-data: Updated documentation to remove Aurora Serverless V1 references. (c5f50784)
New Features
  • client-glue: Added the UpdateAsset operation to set the business name and description for an existing AWS Glue Data Catalog asset. (fe604af0)
  • client-appconfig: AWS AppConfig introduces Experimentation tools - enhanced capabilities within AWS AppConfig that enable you to run AB tests, multivariate tests, and gradual feature rollouts across your application stack. (2b8591de)
  • client-resource-explorer-2: Added CFN resource type fields for Search and ListSupportedResourceTypes responses. Added SLRec field for ServiceView (a3773832)
  • client-vpc-lattice: Amazon VPC Lattice now supports mutable idle timeout configuration on VPC Lattice Services (217aaea5)
  • client-sagemaker-featurestore-runtime: Add support for ListRecords and BatchWriteRecord APIs to Feature Store. (7a6ffe5e)
  • client-connecthealth: Expand input validation to support Unicode characters and markdown table syntax. (a20832a3)
  • client-cloudwatch: This release adds the API (PutLogAlarm) to manage a new CloudWatch resource, Log Based Alarms. Log Based Alarms allows customers to alarm directly on CloudWatch Logs query results. (14f023ba)
  • client-imagebuilder: Adds support for AMI watermarks in Image Builder. (17e643a9)
  • client-evs: Amazon EVS introduces a VMware Cloud Foundation (VCF) self-deployed mode, along with new connectors to VCF components such as the Operations and SDDC managers to monitor coverage and usage. (2ae38fea)
  • client-pcs: Add support for in-place Slurm version upgrades on existing clusters by accepting scheduler.version in UpdateCluster. (16469f6b)
  • client-lambda: Lambda now supports self-managed S3 buckets for Lambda code storage giving you the option for Lambda to reference a copy of your source code from your own S3 buckets. This allows you to maintain a single copy of your source code and manage your own code storage limits. (0268f939)
  • client-connectcampaignsv2: Adding new attributes to PutProfileOutboundRequest API that will create an outbound request call for the customer's Web Notification outbound campaign. (05f467f7)
  • client-wafv2: AWS WAF added support for associating AWS WAF web ACLs with Amazon Bedrock AgentCore Gateway resources. You can now use AssociateWebACL, DisassociateWebACL, GetWebACLForResource, and ListResourcesForWebACL to protect your AgentCore Gateways with AWS WAF. (54ea3212)
  • client-ecs: Amazon ECS now supports customizable deployment circuit breaker configurations. Customers can now define the failure threshold or control the failure counting mechanism. (ff85bd33)
  • client-ec2: Adds support for the precision time strategy and a parentGroupId parameter on CreatePlacementGroup and DescribePlacementGroups. Precision time placement groups and cluster placement groups with a parent precision time placement group ensure instances launch on precision time capable hardware. (3482937a)
  • client-pinpoint-sms-voice-v2: This launch is an expansion of our Q1 RCS for business launch where we will release an API that supports rich media and interactive messaging elements. (46b16440)
Tests
  • client-dynamodb: skip endpoint string comparison tests (#8123) (8e577e08)
  • add tsup/dts and metro bundler compatibility tests (#8122) (88ae83fc)

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

Changelog

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

3.1076.0 (2026-06-29)

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

Commits
  • dfd62f6 Publish v3.1076.0
  • aa94fa0 chore(codegen): sync for checksum impls, hostLabel validation (#8127)
  • b6d6a75 chore(codegen): sync for CBOR serde performance and retry fixes (#8125)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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-appsync](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-appsync) from 3.1075.0 to 3.1076.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-appsync/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-appsync)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-appsync"
  dependency-version: 3.1076.0
  dependency-type: direct:development
  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 Jun 30, 2026
@github-actions github-actions Bot enabled auto-merge (squash) June 30, 2026 04:11
@github-actions github-actions Bot merged commit d9b07ff into main Jun 30, 2026
4 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/aws-sdk/client-appsync-3.1076.0 branch June 30, 2026 04:13
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