docs(release-notes): fill the TypeScript client cell for the v1.38 row - #490
Merged
Conversation
The 1.38.x compatibility row carried literal "-" placeholders for TypeScript, Go and C#. TypeScript v3.14.0 (published to npm on 2026-07-17) is the first released client with v1.38 support: its CI matrix adds WEAVIATE_138 (1.38.2), it ships the Boost query parameter, and it handles the per-collection asyncEnabled setting that v1.38 removed. Go and C# keep their placeholders: the newest published releases (go-client v5.7.3, Weaviate.Client 1.1.1) still target v1.37, and only unreleased main-branch work adds v1.38 support. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01THnwHPggu8hcxb2BTMLLRB
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Secrets | View in Orca |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The v1.38.x row of the compatibility table had
-placeholders for TypeScript, Go and C#. This fills the TypeScript cell.TypeScript = 3.14.x
v3.14.0is the first published, non-prerelease release supporting Weaviate 1.38:v3.14.0:.github/workflows/main.yamladdsWEAVIATE_138: 1.38.2, consumed by the test matrix.v3.13.1tops out atWEAVIATE_137: 1.37.5.v3.13.1..v3.14.0: Boost parameter on all query types, diversity selection parameter, and handling for theasyncEnabledsetting that v1.38 made server-side.dist-tag: lateston 2026-07-17.This matches the convention the existing rows already use:
v3.12.0addedWEAVIATE_136(row 1.36 = 3.12.x) andv3.13.0addedWEAVIATE_137(row 1.37 = 3.13.x).Go and C# intentionally left as
-No published, non-prerelease release of either supports 1.38 yet:
v5.7.3, which pinsWEAVIATE_VERSION: 1.37.1. Everything beyond it isv6.0.0-alpha.*.1.1.1, whose matrix tops out at1.37.5. 1.38 support exists only on unreleasedmain.Verified against the remote tag lists and the npm/NuGet registries, not local clones.
Checks
Site builds. Warning set is byte-identical to base, so no new broken links or anchors. All four links on the edited row return 200. Row pipe count matches the rest of the table.
Noted, not fixed here
N/A, but C# 1.1.0 shipped 2026-05-11 with 1.37.2 in its matrix, so it looks stale.[cCSharp]link definition points atweaviate-dotnet-client, which 404s since the repo was renamed tocsharp-client. That breaks the C# cells on the 1.35 and 1.36 rows.