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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.1"
".": "1.3.0"
}
2 changes: 1 addition & 1 deletion .release-please-manifest.premain.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0-rc.1"
".": "1.3.0-rc.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0](https://github.com/theory-cloud/TableTheory/compare/v1.2.1...v1.3.0) (2026-01-29)


### Bug Fixes

* **release:** keep staging aligned with premain RC line ([ba9f9c6](https://github.com/theory-cloud/TableTheory/commit/ba9f9c697da23b746f5549114e4800331df0ee90))
* **release:** keep staging aligned with premain RC line ([9827164](https://github.com/theory-cloud/TableTheory/commit/9827164cfc907b56ca099afcfa312e40dfd53269))
* **security:** upgrade eslint and migrate to flat config ([50b44dc](https://github.com/theory-cloud/TableTheory/commit/50b44dc27e551691e946ea7b1251b25ad8980086))

## [1.3.0-rc.2](https://github.com/theory-cloud/TableTheory/compare/v1.3.0-rc.1...v1.3.0-rc.2) (2026-01-29)


### Bug Fixes

* **release:** keep staging aligned with premain RC line ([ba9f9c6](https://github.com/theory-cloud/TableTheory/commit/ba9f9c697da23b746f5549114e4800331df0ee90))
* **release:** keep staging aligned with premain RC line ([9827164](https://github.com/theory-cloud/TableTheory/commit/9827164cfc907b56ca099afcfa312e40dfd53269))
* **security:** upgrade eslint and migrate to flat config ([50b44dc](https://github.com/theory-cloud/TableTheory/commit/50b44dc27e551691e946ea7b1251b25ad8980086))

## [1.2.1](https://github.com/theory-cloud/TableTheory/compare/v1.2.0...v1.2.1) (2026-01-23)


Expand Down
2 changes: 1 addition & 1 deletion contract-tests/runners/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/theory-cloud/tabletheory-contract-tests/runners/go

go 1.25

toolchain go1.25.6
toolchain go1.25.7

require (
github.com/aws/aws-sdk-go-v2 v1.41.1
Expand Down
480 changes: 238 additions & 242 deletions contract-tests/runners/ts/package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/basic/contacts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/theory-cloud/tabletheory/examples/basic/contacts

go 1.25

toolchain go1.25.7

require (
github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
Expand Down
2 changes: 2 additions & 0 deletions examples/basic/notes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/theory-cloud/tabletheory/examples/basic/notes

go 1.25

toolchain go1.25.7

require (
github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
Expand Down
2 changes: 2 additions & 0 deletions examples/basic/todo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/theory-cloud/tabletheory/examples/basic/todo

go 1.25

toolchain go1.25.7

require (
github.com/aws/aws-sdk-go-v2/config v1.32.7
github.com/aws/aws-sdk-go-v2/credentials v1.19.7
Expand Down
2 changes: 2 additions & 0 deletions examples/multi-tenant/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/theory-cloud/tabletheory/examples/multi-tenant

go 1.25

toolchain go1.25.7

require (
github.com/google/uuid v1.6.0
github.com/gorilla/mux v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/theory-cloud/tabletheory

go 1.25

toolchain go1.25.6
toolchain go1.25.7

require (
github.com/aws/aws-lambda-go v1.52.0
Expand Down
3 changes: 2 additions & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"boto3>=1.42.30",
"cryptography>=46.0.3",
"cryptography>=46.0.5",
"PyYAML>=6.0.3",
]

Expand All @@ -23,6 +23,7 @@ dev = [
"boto3-stubs[dynamodb]>=1.42.30",
"build>=1.2.2",
"mypy>=1.14.0",
"pip>=26.0",
"pip-audit>=2.8.0",
"pytest>=8.3.0",
"pytest-cov>=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion py/src/theorydb_py/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.3.0-rc.1"
"version": "1.3.0"
}
175 changes: 87 additions & 88 deletions py/uv.lock

Large diffs are not rendered by default.

Loading
Loading