Skip to content

Commit

Permalink
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into feat-rp…
Browse files Browse the repository at this point in the history
…cv2-cbor
  • Loading branch information
lauzadis committed Jul 12, 2024
2 parents 6636ef0 + 96c752e commit e05c20d
Show file tree
Hide file tree
Showing 24 changed files with 13,274 additions and 3,430 deletions.
6 changes: 5 additions & 1 deletion .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"resolvesConflictDependencies": {
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlibJdk8-1.9.x"
"KotlinStdlibJdk8-1.9.x",
"KotlinxCoroutinesCoreJvm-1.7.x"
],
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [
"KotlinStdlibJdk8-1.9.x"
],
"org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [
"KotlinStdlib-1.9.x"
]
}
}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ concurrency:
cancel-in-progress: true

env:
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }
DRY_RUN: ${{ github.event.inputs.dry_run || 'false' }}

jobs:
update-release:
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
else
echo "pushing changes to release branch";
git push origin release;
fi
fi
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.2.50] - 07/10/2024

### Features
* (**batch**) This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs.
* (**bedrock**) Add support for contextual grounding check for Guardrails for Amazon Bedrock.
* (**bedrockagent**) Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources.
* (**bedrockagentruntime**) Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions.
* (**bedrockruntime**) Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.
* (**ec2**) Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level
* (**glue**) Add recipe step support for recipe node
* (**licensemanagerlinuxsubscriptions**) Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer.
* (**mediaconnect**) AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.

### Documentation
* (**groundstation**) Documentation update specifying OEM ephemeris units of measurement

### Miscellaneous
* Upgrade Smithy to version **1.50.0**

## [1.2.49] - 07/09/2024

### Features
* (**datazone**) This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes
* (**fsx**) Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems.
* (**opensearch**) This release adds support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains, and provides visibility into the current state of the setup or tear-down.
* (**sagemaker**) This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action.

## [1.2.48] - 07/08/2024

### Features
Expand Down
Loading

0 comments on commit e05c20d

Please sign in to comment.