From 5a4c4b7ffd9dd0264f1bcbb27aae2348d01f2250 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:23:33 +0000 Subject: [PATCH 1/2] chore(premain): release 1.4.1-rc.1 --- .release-please-manifest.premain.json | 2 +- CHANGELOG.md | 9 +++++++++ py/src/theorydb_py/version.json | 2 +- ts/package-lock.json | 4 ++-- ts/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.premain.json b/.release-please-manifest.premain.json index e3c5225..55bb2f6 100644 --- a/.release-please-manifest.premain.json +++ b/.release-please-manifest.premain.json @@ -1,3 +1,3 @@ { - ".": "1.4.1-rc" + ".": "1.4.1-rc.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 411282a..cb31a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.1-rc.1](https://github.com/theory-cloud/TableTheory/compare/v1.4.1-rc...v1.4.1-rc.1) (2026-03-05) + + +### Bug Fixes + +* add encrypted compat mode for legacy plaintext ([d42d1f5](https://github.com/theory-cloud/TableTheory/commit/d42d1f533e7966ee041829d9bc736d31a419c376)) +* **ci:** allow stable version alignment on premain promotion ([56984bd](https://github.com/theory-cloud/TableTheory/commit/56984bd4cec3490246b7aeed0b7e17de3268105f)) +* **ci:** allow stable version alignment on premain promotion ([4f679a8](https://github.com/theory-cloud/TableTheory/commit/4f679a87f30e9bdb99539a0eeb65d396b2614fc9)) + ## [1.4.1](https://github.com/theory-cloud/TableTheory/compare/v1.4.0...v1.4.1) (2026-02-24) diff --git a/py/src/theorydb_py/version.json b/py/src/theorydb_py/version.json index 519ae5b..76847a7 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.4.1" + "version": "1.4.1-rc.1" } diff --git a/ts/package-lock.json b/ts/package-lock.json index f058924..bff9878 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.1-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.1-rc.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.1002.0", diff --git a/ts/package.json b/ts/package.json index 1b595ff..2de7f4e 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1", + "version": "1.4.1-rc.1", "license": "Apache-2.0", "private": true, "type": "module", From 5d811aeac8350e300153b447cee7d98c21c2e383 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:36:46 +0000 Subject: [PATCH 2/2] chore(main): release 1.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ py/src/theorydb_py/version.json | 2 +- ts/package-lock.json | 4 ++-- ts/package.json | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4918b25..efe9bfb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb31a92..565e2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.2](https://github.com/theory-cloud/TableTheory/compare/v1.4.1...v1.4.2) (2026-03-05) + + +### Bug Fixes + +* add encrypted compat mode for legacy plaintext ([d42d1f5](https://github.com/theory-cloud/TableTheory/commit/d42d1f533e7966ee041829d9bc736d31a419c376)) +* **ci:** allow stable version alignment on premain promotion ([56984bd](https://github.com/theory-cloud/TableTheory/commit/56984bd4cec3490246b7aeed0b7e17de3268105f)) +* **ci:** allow stable version alignment on premain promotion ([4f679a8](https://github.com/theory-cloud/TableTheory/commit/4f679a87f30e9bdb99539a0eeb65d396b2614fc9)) + ## [1.4.1-rc.1](https://github.com/theory-cloud/TableTheory/compare/v1.4.1-rc...v1.4.1-rc.1) (2026-03-05) diff --git a/py/src/theorydb_py/version.json b/py/src/theorydb_py/version.json index 76847a7..f0d7d7f 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.4.1-rc.1" + "version": "1.4.2" } diff --git a/ts/package-lock.json b/ts/package-lock.json index bff9878..a50c95c 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1-rc.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1-rc.1", + "version": "1.4.2", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.1002.0", diff --git a/ts/package.json b/ts/package.json index 2de7f4e..287550a 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.4.1-rc.1", + "version": "1.4.2", "license": "Apache-2.0", "private": true, "type": "module",