Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ package = "dev.zudb"
registry = "Maven Central"
maintainer = "Tam Nguyen Duc <@tamnd>"
tier = 1
holds = ["quickstart", "reference", "idiom", "conditions"]
holds = ["quickstart", "reference", "idiom", "conditions", "misuse"]
doc = "Panama with a JNI fallback, and the Kotlin and Scala layers on top of it."

[[client]]
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The practice score, today, out of what the client's tier asks for. What is missi
| [zu-python](https://github.com/tamnd/zu-python) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-node](https://github.com/tamnd/zu-node) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-go](https://github.com/tamnd/zu-go) | 1 | 90 | 90 | `api-map`, `perf` |
| [zu-java](https://github.com/tamnd/zu-java) | 1 | 45 | 90 | `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` |
| [zu-java](https://github.com/tamnd/zu-java) | 1 | 60 | 90 | `leaks`, `install`, `stability`, `api-map`, `perf` |
| [zu-c](https://github.com/tamnd/zu-c) | 1 | 0 | 90 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` |
| [zu-dotnet](https://github.com/tamnd/zu-dotnet) | 2 | 0 | 75 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability`, `api-map`, `perf` |
| [zu-kit](https://github.com/tamnd/zu-kit) | 3 | 0 | 50 | `quickstart`, `reference`, `idiom`, `conditions`, `misuse`, `leaks`, `install`, `stability` |
Expand Down
Loading