Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
22d4f39
Push temp working changes
tsmith023 Jan 9, 2026
7f92d62
Expand impl to include:
tsmith023 Jan 19, 2026
6d306e5
Merge branch 'main' of https://github.com/weaviate/typescript-client …
tsmith023 Jan 19, 2026
3771ad2
Merge branch 'main' of https://github.com/weaviate/typescript-client …
tsmith023 Jan 21, 2026
2fa144e
Add new script to `prepare_release.sh`
tsmith023 Jan 21, 2026
cae1b18
Revert last commit
tsmith023 Jan 21, 2026
56fea8d
Merge branch 'main' into feat/add-ssb-through-data-ingest
tsmith023 Jan 21, 2026
9fb5786
Update lock file
tsmith023 Jan 21, 2026
8915af4
Add back removed dev deps
tsmith023 Jan 21, 2026
995743d
Merge branch 'main' of https://github.com/weaviate/typescript-client …
tsmith023 Jan 21, 2026
ba9437f
Fix lock file
tsmith023 Jan 21, 2026
94e3bd6
Fix lock file
tsmith023 Jan 21, 2026
2683a86
Update CI images
tsmith023 Jan 21, 2026
de94abf
Only run SSB tests with >1.36
tsmith023 Jan 21, 2026
b8a4871
Throw error if using SSB with <1.36.0 server
tsmith023 Jan 21, 2026
04829ee
Attempt flake avoidance
tsmith023 Jan 21, 2026
65dfa5e
Change port number in mock test
tsmith023 Jan 21, 2026
2e560d0
Add missing metadata to stream
tsmith023 Jan 26, 2026
087d0c4
Improvements:
tsmith023 Jan 26, 2026
8b8e5a9
Merge branch 'main' into feat/add-ssb-through-data-ingest
tsmith023 Jan 26, 2026
e3c2c68
Change ports used in mock test
tsmith023 Jan 27, 2026
15f1250
Fix tests
tsmith023 Jan 27, 2026
19ef769
Alter unit test of timings
tsmith023 Jan 27, 2026
ceddec1
Merge branch 'dev/1.36' into feat/add-ssb-through-data-ingest
tsmith023 Jan 27, 2026
536c4bd
Add stream renewal handling when running with gcp on wcd
tsmith023 Feb 3, 2026
09666cc
Merge branch 'feat/add-ssb-through-data-ingest' of https://github.com…
tsmith023 Feb 3, 2026
279e8c1
Update dev 1.36.0 image in CI
tsmith023 Feb 3, 2026
2dfb836
Remove incorrectly added line
tsmith023 Feb 3, 2026
0860192
Modify publish step to release alpha tag
tsmith023 Feb 3, 2026
522495e
chore: prepare release v3.11.0-alpha.0
tsmith023 Feb 3, 2026
ed4af2f
3.11.0-alpha.0
tsmith023 Feb 3, 2026
3a88fb5
Push in prepare release after commit
tsmith023 Feb 3, 2026
71062fd
chore: prepare release v3.12.0-alpha.0
tsmith023 Feb 3, 2026
c0919f4
3.12.0-alpha.0
tsmith023 Feb 3, 2026
90a137f
fix: update tag pattern to match version tags only
tsmith023 Feb 3, 2026
ccffcbe
Update tag pattern matching
tsmith023 Feb 3, 2026
3db5834
fix: update tag pattern to allow all tags
tsmith023 Feb 3, 2026
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 .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
'line-comment-position': 'off',
'linebreak-style': ['error', 'unix'],
'lines-around-directive': 'error',
'max-depth': 'error',
'max-depth': 'off',
'max-len': 'off',
'max-lines': 'off',
'max-nested-callbacks': 'error',
Expand Down
38 changes: 20 additions & 18 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ env:
WEAVIATE_127: 1.27.27
WEAVIATE_128: 1.28.16
WEAVIATE_129: 1.29.11
WEAVIATE_130: 1.30.23
WEAVIATE_131: 1.31.21
WEAVIATE_132: 1.32.26
WEAVIATE_133: 1.33.11
WEAVIATE_134: 1.34.7
WEAVIATE_135: 1.35.2
WEAVIATE_130: 1.30.22
WEAVIATE_131: 1.31.22
WEAVIATE_132: 1.32.27
WEAVIATE_133: 1.33.12
WEAVIATE_134: 1.34.10
WEAVIATE_135: 1.35.3
WEAVIATE_136: 1.36.0-dev-3038dec

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -43,17 +44,18 @@ jobs:
fail-fast: false
matrix:
versions: [
{ node: "24.x", weaviate: $WEAVIATE_127},
{ node: "24.x", weaviate: $WEAVIATE_128},
{ node: "24.x", weaviate: $WEAVIATE_129},
{ node: "24.x", weaviate: $WEAVIATE_130},
{ node: "24.x", weaviate: $WEAVIATE_131},
{ node: "24.x", weaviate: $WEAVIATE_132},
{ node: "24.x", weaviate: $WEAVIATE_133},
{ node: "24.x", weaviate: $WEAVIATE_134},
{ node: "20.x", weaviate: $WEAVIATE_135},
{ node: "22.x", weaviate: $WEAVIATE_135},
{ node: "24.x", weaviate: $WEAVIATE_135},
{ node: "24.x", weaviate: $WEAVIATE_127 },
{ node: "24.x", weaviate: $WEAVIATE_128 },
{ node: "24.x", weaviate: $WEAVIATE_129 },
{ node: "24.x", weaviate: $WEAVIATE_130 },
{ node: "24.x", weaviate: $WEAVIATE_131 },
{ node: "24.x", weaviate: $WEAVIATE_132 },
{ node: "24.x", weaviate: $WEAVIATE_133 },
{ node: "24.x", weaviate: $WEAVIATE_134 },
{ node: "20.x", weaviate: $WEAVIATE_135 },
{ node: "22.x", weaviate: $WEAVIATE_135 },
{ node: "24.x", weaviate: $WEAVIATE_135 },
{ node: "24.x", weaviate: $WEAVIATE_136 },
]
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -129,7 +131,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
- run: npm publish
- run: npm publish --tag alpha
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
- run: npm run docs
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weaviate-client",
"version": "3.11.0",
"version": "3.12.0-alpha.0",
"description": "JS/TS client for Weaviate",
"main": "dist/node/cjs/index.js",
"type": "module",
Expand All @@ -20,7 +20,7 @@
"node": ">=20.0.0"
},
"scripts": {
"test": "vitest run --no-file-parallelism --isolate=true --reporter=default --reporter=hanging-process --silent=false",
"test": "vitest run --no-file-parallelism --isolate=true --reporter=verbose --reporter=hanging-process --silent=false",
"test:coverage": "npm run test -- --coverage",
"build": "npm run build:node",
"build:web": "tsup",
Expand Down
Loading
Loading