Skip to content

Commit a7740fd

Browse files
chore(release): publish
- project: @lde/search-api-graphql 0.26.4 - project: @lde/search-api-server 0.17.4 - project: @lde/search-typesense 0.29.4 - project: @lde/search-pipeline 0.26.4 - project: @lde/search-indexer 0.16.2 - project: @lde/search 0.24.4
1 parent 61d1916 commit a7740fd

12 files changed

Lines changed: 61 additions & 16 deletions

File tree

packages/search-api-graphql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.26.4 (2026-09-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @lde/search to 0.24.4
6+
17
## 0.26.3 (2026-09-04)
28

39
### 🧱 Updated Dependencies

packages/search-api-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lde/search-api-graphql",
3-
"version": "0.26.3",
3+
"version": "0.26.4",
44
"description": "Engine- and domain-agnostic GraphQL surface for @lde/search: builds an executable GraphQLSchema from a whole SearchSchema at runtime (no codegen) – one root query field per SearchType – served by generic resolvers over any SearchEngine – and serves it as a framework-agnostic fetch handler with a self-contained playground, SDL endpoint, CORS and depth/cost limits. You supply the schema and per-type typeNames; it names neither your domain nor your engine.",
55
"repository": {
66
"url": "git+https://github.com/ldelements/lde.git",
@@ -37,7 +37,7 @@
3737
"@escape.tech/graphql-armor-cost-limit": "^2.4.3",
3838
"@escape.tech/graphql-armor-max-depth": "^2.4.2",
3939
"@graphql-yoga/render-graphiql": "^5.21.3",
40-
"@lde/search": "^0.24.3",
40+
"@lde/search": "^0.24.4",
4141
"commander": "^15.0.0",
4242
"dataloader": "^2.2.3",
4343
"graphql": "^16.9.0",

packages/search-api-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.17.4 (2026-09-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @lde/search-api-graphql to 0.26.4
6+
- Updated @lde/search-typesense to 0.29.4
7+
- Updated @lde/search to 0.24.4
8+
19
## 0.17.3 (2026-09-04)
210

311
### 🧱 Updated Dependencies

packages/search-api-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lde/search-api-server",
3-
"version": "0.17.3",
3+
"version": "0.17.4",
44
"description": "The served @lde/search API as a bootable process and prebuilt Docker image: loads a mounted schema-declaration module and Typesense connection details from the environment, then serves /graphql (execution, playground, SDL) plus /health over node:http. The composition layer that binds the engine-agnostic @lde/search-api-graphql handler to @lde/search-typesense – for turnkey, non-JS and ops-driven deployments.",
55
"repository": {
66
"url": "git+https://github.com/ldelements/lde.git",
@@ -28,9 +28,9 @@
2828
"!**/*.tsbuildinfo"
2929
],
3030
"dependencies": {
31-
"@lde/search": "^0.24.3",
32-
"@lde/search-api-graphql": "^0.26.3",
33-
"@lde/search-typesense": "^0.29.3",
31+
"@lde/search": "^0.24.4",
32+
"@lde/search-api-graphql": "^0.26.4",
33+
"@lde/search-typesense": "^0.29.4",
3434
"@whatwg-node/server": "^0.11.0",
3535
"tslib": "^2.3.0",
3636
"typesense": "^3.0.6"

packages/search-indexer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.16.2 (2026-09-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @lde/search-typesense to 0.29.4
6+
- Updated @lde/search-pipeline to 0.26.4
7+
- Updated @lde/search to 0.24.4
8+
19
## 0.16.1 (2026-09-04)
210

311
### 🧱 Updated Dependencies

packages/search-indexer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lde/search-indexer",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"description": "The @lde/search-pipeline indexer as a bootable process and prebuilt Docker image: loads a mounted schema-declaration module, dataset selection, Typesense connection and rebuild mode from the environment, then runs the object-grain searchIndexerPipeline once to completion. The composition layer that binds the engine-agnostic @lde/search-pipeline stages to @lde/search-typesense – the write-path counterpart of @lde/search-api-server.",
55
"repository": {
66
"url": "git+https://github.com/ldelements/lde.git",
@@ -31,9 +31,9 @@
3131
"@lde/dataset-registry-client": "^0.9.3",
3232
"@lde/pipeline": "^0.36.4",
3333
"@lde/pipeline-console-reporter": "^0.27.4",
34-
"@lde/search": "^0.24.3",
35-
"@lde/search-pipeline": "^0.26.3",
36-
"@lde/search-typesense": "^0.29.3",
34+
"@lde/search": "^0.24.4",
35+
"@lde/search-pipeline": "^0.26.4",
36+
"@lde/search-typesense": "^0.29.4",
3737
"@lde/sparql-qlever": "^0.16.0",
3838
"commander": "^15.0.0",
3939
"tslib": "^2.3.0",

packages/search-pipeline/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.26.4 (2026-09-04)
2+
3+
### 🧱 Updated Dependencies
4+
5+
- Updated @lde/search-typesense to 0.29.4
6+
- Updated @lde/search to 0.24.4
7+
18
## 0.26.3 (2026-09-04)
29

310
### 🧱 Updated Dependencies

packages/search-pipeline/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lde/search-pipeline",
3-
"version": "0.26.3",
3+
"version": "0.26.4",
44
"description": "Search indexing as an @lde/pipeline instance: a Writer<Quad> that applies the @lde/search projection to extracted RDF and fans each document out to the transactional engine writer for its type's collection. Glue between the pipeline quad world and the search-engine document world; owns no projection or engine logic itself.",
55
"repository": {
66
"url": "git+https://github.com/ldelements/lde.git",
@@ -25,14 +25,14 @@
2525
"!**/*.tsbuildinfo"
2626
],
2727
"dependencies": {
28-
"@lde/search": "^0.24.3",
28+
"@lde/search": "^0.24.4",
2929
"@traqula/generator-sparql-1-1": "^1.2.1",
3030
"@traqula/parser-sparql-1-1": "^1.2.0",
3131
"@traqula/rules-sparql-1-1": "^1.2.0",
3232
"tslib": "^2.3.0"
3333
},
3434
"devDependencies": {
35-
"@lde/search-typesense": "^0.29.3",
35+
"@lde/search-typesense": "^0.29.4",
3636
"@rdfjs/types": "^2.0.1",
3737
"n3": "^2.4.0",
3838
"testcontainers": "^12.1.0",

packages/search-typesense/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.29.4 (2026-09-04)
2+
3+
### 🩹 Fixes
4+
5+
- **search:** display every value of an array text field per language ([61d1916d](https://github.com/ldelements/lde/commit/61d1916d))
6+
7+
### 🧱 Updated Dependencies
8+
9+
- Updated @lde/search to 0.24.4
10+
111
## 0.29.3 (2026-09-04)
212

313
### 🩹 Fixes

packages/search-typesense/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lde/search-typesense",
3-
"version": "0.29.3",
3+
"version": "0.29.4",
44
"description": "Typesense implementation of the @lde/search SearchEngine port: collection-schema builder, query compiler, label-resolving result reconstruction, and blue/green index lifecycle. Engine-specific (Typesense) but domain-agnostic.",
55
"repository": {
66
"url": "git+https://github.com/ldelements/lde.git",
@@ -25,7 +25,7 @@
2525
"!**/*.tsbuildinfo"
2626
],
2727
"dependencies": {
28-
"@lde/search": "^0.24.3",
28+
"@lde/search": "^0.24.4",
2929
"@lde/text-normalization": "^0.1.2",
3030
"tslib": "^2.3.0",
3131
"typesense": "^3.0.6"

0 commit comments

Comments
 (0)