From c6bebb931b0d63f6947c677005b9fbb0ab388a15 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Tue, 9 Jan 2024 12:37:01 +0100 Subject: [PATCH] Update endpoints.md --- website/docs/advanced/proxy/endpoints.md | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/website/docs/advanced/proxy/endpoints.md b/website/docs/advanced/proxy/endpoints.md index 2ae669bb..2d3549e4 100644 --- a/website/docs/advanced/proxy/endpoints.md +++ b/website/docs/advanced/proxy/endpoints.md @@ -16,13 +16,13 @@ The Proxy accepts HTTP requests on the following endpoints. The CDN proxy endpoint's purpose is to forward the underlying *config JSON* to other ConfigCat SDKs used by your application. :::caution -Regarding the config JSON's schema changes introduced recently (`v6`), the `v0.3.0` and newer Proxy versions are providing the new schema on the CDN proxy endpoint. +Regarding the config JSON's schema changes introduced recently (`v6`), the `v0.3.X` and newer Proxy versions are providing the new schema on the CDN proxy endpoint. This new config JSON schema is only supported from certain SDK versions listed in the support table [below](/advanced/proxy/endpoints/#supported-sdk-versions). -Those SDKs that are older than the listed versions are incompatible with `v0.3.0`, and can be used only with `v0.2.4` or older Proxy versions. +Those SDKs that are older than the listed versions are incompatible with `v0.3.X`, and can be used only with `v0.2.X` or older Proxy versions. ::: - +
GETOPTIONS/configuration-files/configcat-proxy/{sdkId}/config_v6.json @@ -85,7 +85,7 @@ var configCatClient = configcat.getClient( ### Supported SDK Versions -The following SDK versions are supported by the `>=v0.3.0` Proxy's CDN endpoint: +The following SDK versions are supported by the `>=v0.3.X` Proxy's CDN endpoint: | SDK | Version | | ------- | ----------------------------------------------------- | @@ -96,21 +96,21 @@ The following SDK versions are supported by the `>=v0.3.0` Proxy's CDN endpoint: | Node | [`>=v11.0.0`](https://github.com/configcat/node-sdk/releases/tag/v11.0.0) | | Python | [`>=v9.0.0`](https://github.com/configcat/python-sdk/releases/tag/v9.0.0) | | Go | [`>=v9.0.0`](https://github.com/configcat/go-sdk/releases/tag/v9.0.0) | -| C++ | N/A | -| Dart | N/A | -| Elixir | N/A | -| Java | N/A | -| Android | N/A | -| Kotlin | N/A | -| PHP | N/A | -| Ruby | N/A | -| Swift | N/A | +| C++ | TBA | +| Dart | TBA | +| Elixir | TBA | +| Java | TBA | +| Android | TBA | +| Kotlin | TBA | +| PHP | TBA | +| Ruby | TBA | +| Swift | TBA | - +
- GETOPTIONS/configuration-files/{sdkId}/{config-json-file} + GETOPTIONS/configuration-files/{sdkId}/config_v5.json This endpoint is mainly used by ConfigCat SDKs to retrieve all required data for feature flag evaluation. @@ -170,7 +170,7 @@ var configCatClient = configcat.getClient( ### Supported SDK Versions -The following SDK versions are supported by the `<=v0.2.4` Proxy's CDN endpoint: +The following SDK versions are supported by the `<=v0.2.X` Proxy's CDN endpoint: | SDK | Version | | ------- | ----------------------------------------------------- |