Merge pull request #51721 from vvoland/deprecate-grpc

api: deprecate /grpc and /session endpoints
This commit is contained in:
Paweł Gronowski
2025-12-16 12:34:55 +00:00
committed by GitHub
5 changed files with 20 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ keywords: "API, Docker, rcli, REST, documentation"
* `GET /info` now includes an `NRI` field. If the Node Resource Interface (NRI)
is enabled, this field contains information describing it.
* Deprecated: The `POST /grpc` and `POST /session` endpoints are deprecated and
will be removed in a future version.
## v1.52 API changes

View File

@@ -13548,6 +13548,9 @@ paths:
Start a new interactive session with a server. Session allows server to
call back to the client for advanced capabilities.
> **Deprecated**: This endpoint is deprecated and will be removed in a future version.
> Server should support gRPC directly on the listening socket.
### Hijacking
This endpoint hijacks the HTTP connection to HTTP2 transport that allows