Skip to content

Commit

Permalink
Updated Java docs to v9.0.0 - Catnip (#356)
Browse files Browse the repository at this point in the history
* Updated Java docs to v9.0.0 - Catnip

* Updated proxy endpoints table with Java v9.0.0 - Catnip

* Updated import versions for gradle and maven examples.
  • Loading branch information
novalisdenahi authored Jan 17, 2024
1 parent 0708619 commit ed89a74
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 38 deletions.
4 changes: 2 additions & 2 deletions website/docs/advanced/config-v2-sdk-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ description: This table shows which SDK versions support Config V2.
This table shows which SDK versions support Config V2. Read more about [Config V2](/advanced/config-v2)

| SDK | Version | Release Notes |
| ------------------------------- | ------- | --------------------------------------------------------------- |
| ------------------------------- |---------| --------------------------------------------------------------- |
| .NET | v9.0.0 | https://github.com/configcat/.net-sdk/releases |
| C++ | - | https://github.com/configcat/cpp-sdk/releases |
| Dart (Flutter) | - | https://github.com/configcat/dart-sdk/releases |
| Elixir | - | https://github.com/configcat/elixir-sdk/releases |
| Go | - | https://github.com/configcat/go-sdk/releases |
| Java | - | https://github.com/configcat/java-sdk/releases |
| Java | v9.0.0 | https://github.com/configcat/java-sdk/releases |
| Java (Android) | - | https://github.com/configcat/android-sdk/releases |
| JavaScript | v9.0.0 | https://github.com/configcat/js-sdk/releases |
| JavaScript (Chromium Extension) | v2.0.0 | https://github.com/configcat/js-chromium-extension-sdk/releases |
Expand Down
36 changes: 18 additions & 18 deletions website/docs/advanced/proxy/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,24 +86,24 @@ var configCatClient = configcat.getClient(

The following SDK versions are supported by the `>=v0.3.X` Proxy's CDN endpoint:

| SDK | Version |
| ------- | ----------------------------------------------------- |
| .NET | [`>=v9.0.0`](https://github.com/configcat/.net-sdk/releases/tag/v9.0.0) |
| JS | [`>=v9.0.0`](https://github.com/configcat/js-sdk/releases/tag/v9.0.0) |
| JS SSR | [`>=v8.0.0`](https://github.com/configcat/js-ssr-sdk/releases/tag/v8.0.0) |
| React | [`>=v4.0.0`](https://github.com/configcat/react-sdk/releases/tag/v4.0.0) |
| 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++ | TBA |
| Dart | TBA |
| Elixir | TBA |
| Java | TBA |
| Android | TBA |
| Kotlin | TBA |
| PHP | TBA |
| Ruby | TBA |
| Swift | TBA |
| SDK | Version |
| ------- |---------------------------------------------------------------------------|
| .NET | [`>=v9.0.0`](https://github.com/configcat/.net-sdk/releases/tag/v9.0.0) |
| JS | [`>=v9.0.0`](https://github.com/configcat/js-sdk/releases/tag/v9.0.0) |
| JS SSR | [`>=v8.0.0`](https://github.com/configcat/js-ssr-sdk/releases/tag/v8.0.0) |
| React | [`>=v4.0.0`](https://github.com/configcat/react-sdk/releases/tag/v4.0.0) |
| 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++ | TBA |
| Dart | TBA |
| Elixir | TBA |
| Java | [`>=v9.0.0`](https://github.com/configcat/java-sdk/releases/tag/v9.0.0) |
| Android | TBA |
| Kotlin | TBA |
| PHP | TBA |
| Ruby | TBA |
| Swift | TBA |

</TabItem>
<TabItem value="old" label="Proxy version 0.2.X or older">
Expand Down
Loading

0 comments on commit ed89a74

Please sign in to comment.