- Dependency Update: Update to smithy-go v1.22.1.
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Adds case-insensitive handling of error message fields in service responses
- 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
- Feature: Add a property to WebACL to indicate whether it's been retrofitted by Firewall Manager.
- 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
- Feature: The minimum request rate for a rate-based rule is now 10. Before this, it was 100.
- 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
- Documentation: JSON body inspection: Update documentation to clarify that JSON parsing doesn't include full validation.
- 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.
- Feature: You can now use Security Lake to collect web ACL traffic data.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Bug Fix: GoDoc improvement
- 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
- Feature: You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java.
- Bug Fix: Remove dependency on go-cmp.
- Dependency Update: Updated to the latest SDK module versions
- Feature: AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
- 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.
- Bug Fix: Correct failure to determine the error type in awsJson services that could occur when errors were modeled with a non-string
code
field.
- Feature: Bump minimum Go version to 1.20 per our language support policy.
- Dependency Update: Updated to the latest SDK module versions
- Feature: You can now delete an API key that you've created for use with your CAPTCHA JavaScript integration API.
- 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
- 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
- Documentation: Updates the descriptions for the calls that manage web ACL associations, to provide information for customer-managed IAM policies.
- Feature: BREAKFIX: Correct nullability and default value representation of various input fields across a large number of services. Calling code that references one or more of the affected fields will need to update usage accordingly. See 2162.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.
- Feature: You can now perform an exact match against the web request's JA3 fingerprint.
- Feature: The targeted protection level of the Bot Control managed rule group now provides optional, machine-learning analysis of traffic statistics to detect some bot-related activity. You can enable or disable the machine learning functionality through the API.
- 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
- Feature: Added the URI path to the custom aggregation keys that you can specify for a rate-based rule.
- Dependency Update: Updated to the latest SDK module versions
- No change notes available for this release.
- Feature: You can now detect and block fraudulent account creation attempts with the new AWS WAF Fraud Control account creation fraud prevention (ACFP) managed rule group AWSManagedRulesACFPRuleSet.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Added APIs to describe managed products. The APIs retrieve information about rule groups that are managed by AWS and by AWS Marketplace sellers.
- Documentation: Corrected the information for the header order FieldToMatch setting
- Feature: This SDK release provides customers the ability to use Header Order as a field to match.
- Feature: My AWS Service (placeholder) - You can now rate limit web requests based on aggregation keys other than IP addresses, and you can aggregate using combinations of keys. You can also rate limit all requests that match a scope-down statement, without further aggregation.
- No change notes available for this release.
- Feature: You can now associate a web ACL with a Verified Access instance.
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Feature: You can now create encrypted API keys to use in a client application integration of the JavaScript CAPTCHA API . You can also retrieve a list of your API keys and the JavaScript application integration URL.
- Feature: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
- No change notes available for this release.
- Dependency Update: Updated to the latest SDK module versions
- Feature: This release rolls back association config feature for webACLs that protect CloudFront protections.
- Feature: For web ACLs that protect CloudFront protections, the default request body inspection size is now 16 KB, and you can use the new association configuration to increase the inspection size further, up to 64 KB. Sizes over 16 KB can incur additional costs.
- 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
- Feature: You can now associate an AWS WAF v2 web ACL with an AWS App Runner service.
- Bug Fix: Prevent nil pointer dereference when retrieving error codes.
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Added a notice for account takeover prevention (ATP). The interface incorrectly lets you to configure ATP response inspection in regional web ACLs in Region US East (N. Virginia), without returning an error. ATP response inspection is only available in web ACLs that protect CloudFront distributions.
- Announcement: When receiving an error response in restJson-based services, an incorrect error type may have been returned based on the content of the response. This has been fixed via PR #2012 tracked in issue #1910.
- Feature: For protected CloudFront distributions, you can now use the AWS WAF Fraud Control account takeover prevention (ATP) managed rule group to block new login attempts from clients that have recently submitted too many failed login attempts.
- Bug Fix: Correct error type parsing for restJson services.
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Improved the visibility of the guidance for updating AWS WAF resources, such as web ACLs and rule groups.
- No change notes available for this release.
- Feature: Add
ErrorCodeOverride
field to all error structs (aws/smithy-go#401).
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Documents the naming requirement for logging destinations that you use with web ACLs.
- Dependency Update: Updated to the latest SDK module versions
- Documentation: The geo match statement now adds labels for country and region. You can match requests at the region level by combining a geo match statement with label match statements.
- Feature: This release adds the following: Challenge rule action, to silently verify client browsers; rule group rule action override to any valid rule action, not just Count; token sharing between protected applications for challenge/CAPTCHA token; targeted rules option for Bot Control managed rule group.
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Documentation: Add the default specification for ResourceType in ListResourcesForWebACL.
- 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: 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: You can now associate an AWS WAF web ACL with an Amazon Cognito user pool.
- Dependency Update: Updated to the latest SDK module versions
- Feature: This SDK release provide customers ability to add sensitivity level for WAF SQLI Match Statements.
- 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
- Feature: You can now inspect all request headers and all cookies. You can now specify how to handle oversize body contents in your rules that inspect the body.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Add a new CurrentDefaultVersion field to ListAvailableManagedRuleGroupVersions API response; add a new VersioningSupported boolean to each ManagedRuleGroup returned from ListAvailableManagedRuleGroups API response.
- 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: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Feature: Adds RetryMaxAttempts and RetryMod to API client Options. This allows the API clients' default Retryer to be configured from the shared configuration files or environment variables. Adding a new Retry mode of
Adaptive
.Adaptive
retry mode is an experimental mode, adding client rate limiting when throttles reponses are received from an API. See retry.AdaptiveMode for more details, and configuration options. - Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Bug Fix: Fixes a bug that prevented aws.EndpointResolverWithOptions from being used by the service client. (#1514)
- Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Dependency Update: Updated to the latest SDK module versions
- Feature: Service clients now support custom endpoints that have an initial URI path defined.
- Feature: Updated service to latest API model.
- Feature: The SDK now supports configuration of FIPS and DualStack endpoints using environment variables, shared configuration, or programmatically.
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: Updated to latest version
- Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Feature: Updated API client and endpoints to latest revision.
- Dependency Update: Updated to the latest SDK module versions
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Dependency Update: Updated
github.com/aws/smithy-go
to latest version. - Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Feature: API client updated
- Feature: Updated
github.com/aws/smithy-go
to latest version - Dependency Update: Updated to the latest SDK module versions
- Dependency Update: Updated to the latest SDK module versions
- Feature: Constant has been added to modules to enable runtime version inspection for reporting.
- Dependency Update: Updated to the latest SDK module versions