Yandex API Gateway release notes
Written by
Updated at September 27, 2024
August 2024
Updates
- Added support for integration with YandexGPT.
- Added support for integration with Yandex Smart Web Security.
- Added support for the following extensions:
x-yc-status-mapping
: Response code replacement.x-yc-schema-mapping
: Transformation of response and request bodies.
July 2024
Updates
- Added support for triggers that send messages to WebSocket connections.
Fixes and improvements
- Fixed errors when selecting a handler in the OpenAPI specification.
May – June 2024
Updates
- Added support for the specification constructor.
April 2024
Updates
- Updates to the x-yc-apigateway-authorizer:jwt extension:
- Added an alternative name for the
scopes
parameter:scp
. - Added the option of selecting the array data type for one of the
scopes
/scp
objects.
- Added an alternative name for the
- Added support for automatically sending the result of invoking an integration to a WebSocket connection when running the
x-yc-apigateway-websocket-connect
operation.
Fixes and improvements
- Removed the user network requirement to have a subnet in the
ru-central1-c
availability zone because this zone is discontinued.
March 2024
Updates
- Added the
default_object
parameter to the OpenAPI specification extension for integration with Yandex Object Storage. - Added parameter substitution support to
error_object
anddefault_object
in the OpenAPI specification extension for integration with Yandex Object Storage. - Added support for provision of the
Via
andWww-Authenticate
headers from integration responses. - Added support for automatic sending of an integration response to a web socket within the
x-yc-apigateway-websocket-connect
operation.
January – February 2024
Updates
- Added support for the API gateway logging settings in Terraform.
- Added transfer of authorization context in the HTTP Access integration.
- Added an extra message to the response from the API gateway if there is an error validating the response from the Cloud Functions function used to authorize an HTTP request.
Fixes and improvements
- Fixed the error with validation of the names of variables in the API gateway specification.
- Fixed the error with transferring the array of query parameter values in the HTTP Access integration.
- Reduced API gateway response time at high RPS.