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
5 changes: 0 additions & 5 deletions .changeset/drop-subquery-shapes-on-restart.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/subqueries-generally-available.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/tanstack-db-expo-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# expo-db-electric-starter

## 1.0.26

### Patch Changes

- Updated dependencies [fb06dd3]
- @electric-sql/client@1.5.25

## 1.0.25

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/tanstack-db-expo-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-db-electric-starter",
"version": "1.0.25",
"version": "1.0.26",
"main": "index.ts",
"scripts": {
"start": "docker compose up -d && expo start",
Expand All @@ -13,7 +13,7 @@
"api": "tsx api/index.ts"
},
"dependencies": {
"@electric-sql/client": "1.5.24",
"@electric-sql/client": "1.5.25",
"@expo/metro-runtime": "~5.0.4",
"@tanstack/electric-db-collection": "^0.0.15",
"@tanstack/react-db": "^0.0.27",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@electric-sql/client": "^1.5.22",
"@electric-sql/client": "^1.5.25",
"@mixmark-io/domino": "^2.2.0",
"better-sqlite3": "^12.9.0",
"dockerode": "^5.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/agents-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-ax/agents-mobile

## 0.6.5

### Patch Changes

- @electric-ax/agents-server-ui@0.6.4

## 0.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-ax/agents-mobile",
"private": true,
"version": "0.6.4",
"version": "0.6.5",
"main": "index.ts",
"scripts": {
"start": "expo start",
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-server-conformance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@durable-streams/client": "^0.2.6",
"@electric-sql/client": "^1.5.22",
"@electric-sql/client": "^1.5.25",
"fast-check": "^4.6.0",
"vitest": "^4.1.0"
},
Expand Down
2 changes: 2 additions & 0 deletions packages/agents-server-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @electric-ax/agents-server-ui

## 0.6.4

## 0.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-server-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-ax/agents-server-ui",
"private": true,
"version": "0.6.3",
"version": "0.6.4",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
8 changes: 8 additions & 0 deletions packages/agents-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @electric-ax/agents-server

## 0.6.4

### Patch Changes

- fb06dd3: Subqueries in shape WHERE clauses are now generally available and always enabled, including incremental move handling for compound `AND`/`OR`/`NOT` expressions. The `allow_subqueries` and `tagged_subqueries` feature flags have been removed — they no longer need to be set via `ELECTRIC_FEATURE_FLAGS`.
- Updated dependencies [fb06dd3]
- @electric-sql/client@1.5.25

## 0.6.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/agents-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-ax/agents-server",
"version": "0.6.3",
"version": "0.6.4",
"description": "Electric Agents entity runtime server",
"author": "Durable Stream contributors",
"bin": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@durable-streams/server": "^0.3.7",
"@durable-streams/state": "^0.3.1",
"@electric-ax/agents-runtime": "workspace:*",
"@electric-sql/client": "^1.5.22",
"@electric-sql/client": "^1.5.25",
"@mariozechner/pi-agent-core": "^0.70.2",
"@opentelemetry/api": "^1.9.1",
"@sinclair/typebox": "^0.34.48",
Expand Down
7 changes: 7 additions & 0 deletions packages/experimental/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/experimental

## 6.0.25

### Patch Changes

- Updated dependencies [fb06dd3]
- @electric-sql/client@1.5.25

## 6.0.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-sql/experimental",
"description": "Experimental TypeScript features for ElectricSQL.",
"version": "6.0.24",
"version": "6.0.25",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/react-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/react

## 1.0.54

### Patch Changes

- Updated dependencies [fb06dd3]
- @electric-sql/client@1.5.25

## 1.0.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-sql/react",
"description": "React hooks for ElectricSQL",
"version": "1.0.53",
"version": "1.0.54",
"author": "ElectricSQL team and contributors.",
"bugs": {
"url": "https://github.com/electric-sql/electric/issues"
Expand Down
7 changes: 7 additions & 0 deletions packages/sync-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @core/sync-service

## 1.7.10

### Patch Changes

- 9f84e60: Drop shapes that involve subqueries on server restart to prevent consistency issues.
- fb06dd3: Subqueries in shape WHERE clauses are now generally available and always enabled, including incremental move handling for compound `AND`/`OR`/`NOT` expressions. The `allow_subqueries` and `tagged_subqueries` feature flags have been removed — they no longer need to be set via `ELECTRIC_FEATURE_FLAGS`.

## 1.7.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sync-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@core/sync-service",
"private": true,
"version": "1.7.9",
"version": "1.7.10",
"scripts": {
"publish:hex": "../../scripts/publish_hex.sh electric",
"changeset": "pushd ../..; pnpm changeset; popd"
Expand Down
6 changes: 6 additions & 0 deletions packages/typescript-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @electric-sql/client

## 1.5.25

### Patch Changes

- fb06dd3: Subqueries in shape WHERE clauses are now generally available and always enabled, including incremental move handling for compound `AND`/`OR`/`NOT` expressions. The `allow_subqueries` and `tagged_subqueries` feature flags have been removed — they no longer need to be set via `ELECTRIC_FEATURE_FLAGS`.

## 1.5.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@electric-sql/client",
"description": "Postgres everywhere - your data, in sync, wherever you need it.",
"version": "1.5.24",
"version": "1.5.25",
"keywords": [
"tanstack-intent"
],
Expand Down
7 changes: 7 additions & 0 deletions packages/y-electric/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @electric-sql/y-electric

## 0.1.51

### Patch Changes

- Updated dependencies [fb06dd3]
- @electric-sql/client@1.5.25

## 0.1.50

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/y-electric/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electric-sql/y-electric",
"version": "0.1.50",
"version": "0.1.51",
"description": "YJS network provider for ElectricSQL",
"author": "ElectricSQL team and contributors.",
"bugs": {
Expand Down
36 changes: 18 additions & 18 deletions pnpm-lock.yaml

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

Loading