AWS apigateway documentation change
Summary
Updated documentation date and added entries for new features including enhanced TLS security policies, ALB private integrations, response streaming, and developer portals.
Security assessment
Explicitly documents new TLS security policies (a security feature), but lacks evidence of patching vulnerabilities. Impact: Improves security posture documentation without fixing specific issues.
Diff
diff --git a/apigateway/latest/developerguide/history.md b/apigateway/latest/developerguide/history.md index 858d66f5e..7013a5e20 100644 --- a//apigateway/latest/developerguide/history.md +++ b//apigateway/latest/developerguide/history.md @@ -11 +11 @@ The following table describes the important changes to the documentation since t - * **Latest documentation update:** August 19, 2025 + * **Latest documentation update:** November 21, 2025 @@ -17,0 +18,4 @@ Change| Description| Date +Private integration with Application Load Balancer| API Gateway now supports private integrations with Application Load Balancers for REST APIs. For more information, see [Private integrations for REST APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/private-integration.html).| November 21, 2025 +Security policies for REST APIs and custom domain names| API Gateway now supports enhanced TLS security policies on REST APIs and custom domain names. For more information, see [Security policies for REST APIs in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-security-policies.html).| November 19, 2025 +Response streaming for REST APIs| API Gateway REST APIs now support progressively streaming response payloads to clients as they become available. For more information, see [Stream the integration response for your proxy integrations](https://docs.aws.amazon.com/apigateway/latest/developerguide/response-transfer-mode.html).| November 19, 2025 +Developer portals| API Gateway now supports portals, which are a centralized location for your customers to discover and test your APIs and portal products which represent a service or functionality that you want to share. For more information, see [API Gateway portals](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-portals.html).| November 19, 2025 @@ -82 +86 @@ Authorization with OAuth 2 scopes | Enable authorization of method invocation by -Private Integration and VPC Link | Create an API with the API Gateway private integration to provide clients with access to HTTP/HTTPS resources in an Amazon VPC from outside of the VPC through a [VpcLink](https://docs.aws.amazon.com/apigateway/latest/api/API_VpcLink.html) resource. For more information, see [Tutorial: Create a REST API with a private integration](./getting-started-with-private-integration.html) and [Private integrations for REST APIs in API Gateway](./set-up-private-integration.html). | November 30, 2017 +Private Integration and VPC Link | Create an API with the API Gateway private integration to provide clients with access to HTTP/HTTPS resources in an Amazon VPC from outside of the VPC through a [VpcLink](https://docs.aws.amazon.com/apigateway/latest/api/API_VpcLink.html) resource. For more information, see [Tutorial: Create a REST API with a private integration](./getting-started-with-private-integration.html) and [Set up a private integration](./set-up-private-integration.html). | November 30, 2017