mirror of https://github.com/hashicorp/consul
Update v1_16_x.mdx
parent
67a239a821
commit
a8658bf7c8
|
@ -51,6 +51,15 @@ We are pleased to announce the following Consul updates.
|
|||
|
||||
Consul's API gateway is the recommended alternative to ingress gateway. For ingress gateway features not currently supported by API gateway, equivalent functionality will be added to API gateway over the next several releases of Consul.
|
||||
|
||||
- **Connect Native Golang SDK:** The Connect Native golang SDK ([github](https://github.com/hashicorp/consul/tree/main/connect) is deprecated and will be removed in a future release. No further enhancements or maintenance is expected in the future releases. The eventual removal of the SDK is dependent on the delivery of proxyless GRPC via XDS which is tracked on [GH-10339](https://github.com/hashicorp/consul/issues/10339).
|
||||
|
||||
- **Connect Native APIs:** The following APIs for Connect Native are deprecated:
|
||||
- `v1/agent/connect/authorize` - used by the SDK to perform intention based authorization checks
|
||||
- `v1/agent/connect/ca/leaf` - used by the SDK to get a leaf cert for a locally registered service
|
||||
- `v1/agent/connect/ca/roots` - use to retrieved cached CA roots form the local client agent
|
||||
|
||||
Currently both `v1/agent/connect/authorize` and `v1/agent/connect/ca/leaf` have corresponding gRPC APIs. Removal of these APIs will be dependent on delivering the gRPC API for `v1/agent/connect/ca/roots` and HTTP endpoints for all three APIs for easier consumption by users.
|
||||
|
||||
## Upgrading
|
||||
|
||||
For more detailed information, please refer to the [upgrade details page](/consul/docs/upgrading/upgrade-specific) and the changelogs.
|
||||
|
|
Loading…
Reference in New Issue