Skip to content

Commit

Permalink
V2 SDK support table (#344)
Browse files Browse the repository at this point in the history
* SDK v2 support table

* varsions

* prg
  • Loading branch information
sigewuzhere authored Dec 20, 2023
1 parent 5cd8937 commit b2afce8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"Deno",
"JSONs",
"laravel",
"Multiplatform",
"runtimes",
"SDKKEY",
"Trello"
Expand Down
27 changes: 27 additions & 0 deletions website/docs/advanced/config-v2-sdk-support-table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
id: config-v2-sdk-support-table
title: Config V2 SDK Support Table
description: This table shows which SDK versions support Config V2.
---

This table shows which SDK versions already support 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 (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 |
| JavaScript (React) | v4.0.0 | https://github.com/configcat/react-sdk/releases |
| JavaScript (SSR) | v8.0.0 | https://github.com/configcat/js-ssr-sdk/releases |
| Kotlin Multiplatform | - | https://github.com/configcat/kotlin-sdk/releases |
| Node.js | v11.0.0 | https://github.com/configcat/node-sdk/releases |
| PHP | - | https://github.com/configcat/php-sdk/releases |
| Python | v9.0.0 | https://github.com/configcat/python-sdk/releases |
| Ruby | - | https://github.com/configcat/ruby-sdk/releases |
| Swift (iOS) | - | https://github.com/configcat/swift-sdk/releases |

0 comments on commit b2afce8

Please sign in to comment.