- Feature: Adding new BDD representation of endpoint ruleset
- Feature: Adds support for resource-based policies on AWS Payment Cryptography keys, enabling cross-account key sharing. Also adds Multi-Party Approval (MPA) team association APIs for protecting sensitive import root public key operations.
- Dependency Update: Update to smithy-go v1.25.1.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Bump smithy-go to 1.25.0 to support endpointBdd trait
- Dependency Update: Updated to the latest SDK module versions
- Feature: Adds optional support to retrieve previously generated import and export tokens to simplify import and export functions
- Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Bump minimum Go version to 1.24
- 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: Support for AS2805 standard. Modifications to import-key and export-key to support AS2805 variants.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Upgrade to smithy-go v1.24.0. Notably this version of the library reduces the allocation footprint of the middleware system. We observe a ~10% reduction in allocations per SDK call with this change.
- Bug Fix: Add error check for endpoint param binding during auth scheme resolution to fix panic reported in #3234
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Further reduce allocation overhead when the metrics system isn't in-use.
- Bug Fix: Reduce allocation overhead when the client doesn't have any HTTP interceptors configured.
- Bug Fix: Remove blank trace spans towards the beginning of the request that added no additional information. This conveys a slight reduction in overall allocations.
- Bug Fix: Return validation error if input region is not a valid host label.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Upgrade to smithy-go v1.23.2 which should convey some passive reduction of overall allocations, especially when not using the metrics system.
- Feature: Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Bump minimum Go version to 1.23.
- 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 certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export
- Feature: AWS Payment Cryptography Service now supports Multi-Region key replication. Customers can choose to automatically distribute keys across AWS Regions.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Update to smithy-go v1.23.0.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Remove incorrect endpoint tests
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Remove unused deserialization code.
- Feature: Add support for configuring per-service Options via callback on global config.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Support configurable auth scheme preferences in service clients via AWS_AUTH_SCHEME_PREFERENCE in the environment, auth_scheme_preference in the config file, and through in-code settings on LoadDefaultConfig and client constructor methods.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add support for HTTP interceptors.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Additional support for managing HMAC keys that adheres to changes documented in X9.143-2021 and provides better interoperability for key import/export
- Dependency Update: Update to smithy-go v1.22.4.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Feature: The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.
- Bug Fix: Add assurance test for operation order.
- Feature: Track credential providers via User-Agent Feature ids
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Bump go version to 1.22
- 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
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Upgrade to smithy-go v1.22.2.
- Bug Fix: Fix bug where credentials weren't refreshed during retry loop.
- 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
- Dependency Update: Update to smithy-go v1.22.1.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated ListAliases API with KeyArn filter.
- 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
- Feature: Add support for ECC P-256 and P-384 Keys.
- 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.
- 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
- Dependency Update: Bump minimum Go version to 1.21.
- 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: Support list-of-string endpoint parameter.
- Dependency Update: Updated to the latest SDK module versions
- 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
- 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: Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
- 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 anilvalue forEndpointParameters.Regioninstead 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.
- Bug Fix: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string
codefield.
- Feature: Bump minimum Go version to 1.20 per our language support policy.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Provide an additional option for key exchange using RSA wrap/unwrap in addition to tr-34/tr-31 in ImportKey and ExportKey operations. Added new key usage (type) TR31_M1_ISO_9797_1_MAC_KEY, for use with Generate/VerifyMac dataplane operations with ISO9797 Algorithm 1 MAC calculations.
- 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
- Feature: AWS Payment Cryptography IPEK feature release
- 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
- 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
- Announcement: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service.
- Feature: Adds several endpoint ruleset changes across all models: smaller rulesets, removed non-unique regional endpoints, fixes FIPS and DualStack endpoints, and make region not required in SDK::Endpoint. Additional breakfix to cognito-sync field.
- 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
- No change notes available for this release.
- Feature: Adds support for smithy-modeled endpoint resolution. A new rules-based endpoint resolution will be added to the SDK which will supercede and deprecate existing endpoint resolution. Specifically, EndpointResolver will be deprecated while BaseEndpoint and EndpointResolverV2 will take its place. For more information, please see the Endpoints section in our Developer Guide.
- 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
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Release: New AWS service client module
- Feature: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing.