- Feature: Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability.
- Feature: Added support for Async Invoke Operations Start, List and Get. Support for invocation logs with
requestMetadata
field in Converse, ConverseStream, Invoke and InvokeStream. Video content blocks in Converse/ConverseStream accept raw bytes or S3 URI.
- Feature: Add an API parameter that allows customers to set performance configuration for invoking a model.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Update to smithy-go v1.22.1.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
- Bug Fix: Adds case-insensitive handling of error message fields in service responses
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add support for HTTP client metrics.
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Feature: Added new fields to Amazon Bedrock Guardrails trace
- No change notes available for this release.
- No change notes available for this release.
- No change notes available for this release.
- Feature: Add tracing and metrics support to service clients.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: BREAKFIX: Only generate AccountIDEndpointMode config for services that use it. This is a compiler break, but removes no actual functionality, as no services currently use the account ID in endpoint resolution.
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
- Dependency Update: Bump minimum Go version to 1.21.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Provides ServiceUnavailableException error message
- Feature: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Support list-of-string endpoint parameter.
- Feature: This release adds document support to Converse and ConverseStream APIs
- Dependency Update: Updated to the latest SDK module versions
- Feature: This release adds support for using Guardrails with the Converse and ConverseStream APIs.
- Feature: Track usage of various AWS SDK features in user-agent string.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Add clock skew correction on all service clients
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: This release adds Converse and ConverseStream APIs to Bedrock Runtime
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: GoDoc improvement
- Feature: This release introduces Guardrails for Amazon Bedrock.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Remove dependency on go-cmp.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Move all common, SDK-side middleware stack ops into the service client module to prevent cross-module compatibility issues in the future.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add middleware stack snapshot tests.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: When sourcing values for a service's
EndpointParameters
, the lack of a configured region (i.e.options.Region == ""
) will now translate to anil
value forEndpointParameters.Region
instead of a pointer to the empty string""
. This will result in a much more explicit error when calling an operation instead of an obscure hostname lookup failure.
- Feature: Bump minimum Go version to 1.20 per our language support policy.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Reinstate presence of default Retryer in functional options, but still respect max attempts set therein.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Restore pre-refactor auth behavior where all operations could technically be performed anonymously.
- Bug Fix: Correct wrapping of errors in authentication workflow.
- Bug Fix: Correctly recognize cache-wrapped instances of AnonymousCredentials at client construction.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Expose Options() accessor on service clients.
- Dependency Update: Updated to the latest SDK module versions
- Feature: This release adds support for minor versions/aliases for invoke model identifier.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Respect setting RetryMaxAttempts in functional options at client construction.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Adds support for configured endpoints via environment variables and the AWS shared configuration file.
- Dependency Update: Updated to the latest SDK module versions
- Feature: BREAKING CHANGE: Bump minimum go version to 1.19 per the revised go version support policy.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
- Release: New AWS service client module
- Feature: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.