Releases: theory-cloud/AppTheory
Releases · theory-cloud/AppTheory
v1.1.1
Immutable
release. Only release title and notes can be modified.
AppTheory v1.1.1
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.1.1- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.1.1.tgzfrom this release. npm i ./theory-cloud-apptheory-1.1.1.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.1.1.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.1.1.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.1.1-*.whl(orapptheory-1.1.1.tar.gz) from this release. pip install ./apptheory-1.1.1-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.1.1-*.whl(orapptheory_cdk-1.1.1.tar.gz) from this release. pip install ./apptheory_cdk-1.1.1-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.1.1/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.1.1/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.1.1/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v1.1.1-rc
Immutable
release. Only release title and notes can be modified.
AppTheory v1.1.1-rc
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.1.1-rc- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.1.1-rc.tgzfrom this release. npm i ./theory-cloud-apptheory-1.1.1-rc.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.1.1-rc.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.1.1-rc.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.1.1rc0-*.whl(orapptheory-1.1.1rc0.tar.gz) from this release. pip install ./apptheory-1.1.1rc0-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.1.1rc0-*.whl(orapptheory_cdk-1.1.1rc0.tar.gz) from this release. pip install ./apptheory_cdk-1.1.1rc0-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.1.1-rc/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.1.1-rc/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.1.1-rc/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v1.1.0
Immutable
release. Only release title and notes can be modified.
AppTheory v1.1.0
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.1.0- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.1.0.tgzfrom this release. npm i ./theory-cloud-apptheory-1.1.0.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.1.0.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.1.0.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.1.0-*.whl(orapptheory-1.1.0.tar.gz) from this release. pip install ./apptheory-1.1.0-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.1.0-*.whl(orapptheory_cdk-1.1.0.tar.gz) from this release. pip install ./apptheory_cdk-1.1.0-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.1.0/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.1.0/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.1.0/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v1.0.0-rc.3
Immutable
release. Only release title and notes can be modified.
AppTheory v1.0.0-rc.3
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.0.0-rc.3- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.0.0-rc.3.tgzfrom this release. npm i ./theory-cloud-apptheory-1.0.0-rc.3.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.0.0-rc.3.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.0.0-rc.3.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.0.0rc3-*.whl(orapptheory-1.0.0rc3.tar.gz) from this release. pip install ./apptheory-1.0.0rc3-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.0.0rc3-*.whl(orapptheory_cdk-1.0.0rc3.tar.gz) from this release. pip install ./apptheory_cdk-1.0.0rc3-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.3/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.3/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.3/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v1.0.0
Immutable
release. Only release title and notes can be modified.
AppTheory v1.0.0
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.0.0- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.0.0.tgzfrom this release. npm i ./theory-cloud-apptheory-1.0.0.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.0.0.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.0.0.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.0.0-*.whl(orapptheory-1.0.0.tar.gz) from this release. pip install ./apptheory-1.0.0-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.0.0-*.whl(orapptheory_cdk-1.0.0.tar.gz) from this release. pip install ./apptheory_cdk-1.0.0-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.0.0/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.0.0/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.0.0/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v1.0.0-rc.1
Immutable
release. Only release title and notes can be modified.
AppTheory v1.0.0-rc.1
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v1.0.0-rc.1- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-1.0.0-rc.1.tgzfrom this release. npm i ./theory-cloud-apptheory-1.0.0-rc.1.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-1.0.0-rc.1.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-1.0.0-rc.1.tgz
- Download
Python:
- Runtime:
- Download
apptheory-1.0.0rc1-*.whl(orapptheory-1.0.0rc1.tar.gz) from this release. pip install ./apptheory-1.0.0rc1-*.whl
- Download
- CDK:
- Download
apptheory_cdk-1.0.0rc1-*.whl(orapptheory_cdk-1.0.0rc1.tar.gz) from this release. pip install ./apptheory_cdk-1.0.0rc1-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.1/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.1/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v1.0.0-rc.1/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v0.25.1
Immutable
release. Only release title and notes can be modified.
AppTheory v0.25.1
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v0.25.1- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-0.25.1.tgzfrom this release. npm i ./theory-cloud-apptheory-0.25.1.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-0.25.1.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-0.25.1.tgz
- Download
Python:
- Runtime:
- Download
apptheory-0.25.1-*.whl(orapptheory-0.25.1.tar.gz) from this release. pip install ./apptheory-0.25.1-*.whl
- Download
- CDK:
- Download
apptheory_cdk-0.25.1-*.whl(orapptheory_cdk-0.25.1.tar.gz) from this release. pip install ./apptheory_cdk-0.25.1-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v0.25.1/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v0.25.1/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v0.25.1/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v0.25.0
Immutable
release. Only release title and notes can be modified.
AppTheory v0.25.0
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v0.25.0- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-0.25.0.tgzfrom this release. npm i ./theory-cloud-apptheory-0.25.0.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-0.25.0.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-0.25.0.tgz
- Download
Python:
- Runtime:
- Download
apptheory-0.25.0-*.whl(orapptheory-0.25.0.tar.gz) from this release. pip install ./apptheory-0.25.0-*.whl
- Download
- CDK:
- Download
apptheory_cdk-0.25.0-*.whl(orapptheory_cdk-0.25.0.tar.gz) from this release. pip install ./apptheory_cdk-0.25.0-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v0.25.0/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v0.25.0/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v0.25.0/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v0.25.0-rc.1
Immutable
release. Only release title and notes can be modified.
AppTheory v0.25.0-rc.1
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v0.25.0-rc.1- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-0.25.0-rc.1.tgzfrom this release. npm i ./theory-cloud-apptheory-0.25.0-rc.1.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-0.25.0-rc.1.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-0.25.0-rc.1.tgz
- Download
Python:
- Runtime:
- Download
apptheory-0.25.0rc1-*.whl(orapptheory-0.25.0rc1.tar.gz) from this release. pip install ./apptheory-0.25.0rc1-*.whl
- Download
- CDK:
- Download
apptheory_cdk-0.25.0rc1-*.whl(orapptheory_cdk-0.25.0rc1.tar.gz) from this release. pip install ./apptheory_cdk-0.25.0rc1-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc.1/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc.1/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc.1/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt
v0.25.0-rc
Immutable
release. Only release title and notes can be modified.
AppTheory v0.25.0-rc
Highlights
- Multi-language runtime (Go/TypeScript/Python) with fixture-backed contract tests.
- Lift-compatible AppSync Lambda resolver support across Go, TypeScript, and Python.
- Multi-language CDK (jsii) constructs (TypeScript/Python + Go bindings).
- Deterministic, verifiable release artifacts (checksums + reproducibility gates).
Breaking changes
- See
CHANGELOG.mdfor details.
Upgrade steps
- Fresh install (no registry publishing; install from GitHub Release assets).
Go:
go get github.com/theory-cloud/apptheory@v0.25.0-rc- CDK bindings: import
github.com/theory-cloud/apptheory/cdk-go/apptheorycdk(included in the same module/tag).
TypeScript:
- Runtime:
- Download
theory-cloud-apptheory-0.25.0-rc.tgzfrom this release. npm i ./theory-cloud-apptheory-0.25.0-rc.tgz
- Download
- CDK:
- Download
theory-cloud-apptheory-cdk-0.25.0-rc.tgzfrom this release. npm i ./theory-cloud-apptheory-cdk-0.25.0-rc.tgz
- Download
Python:
- Runtime:
- Download
apptheory-0.25.0rc0-*.whl(orapptheory-0.25.0rc0.tar.gz) from this release. pip install ./apptheory-0.25.0rc0-*.whl
- Download
- CDK:
- Download
apptheory_cdk-0.25.0rc0-*.whl(orapptheory_cdk-0.25.0rc0.tar.gz) from this release. pip install ./apptheory_cdk-0.25.0rc0-*.whl
- Download
Lift migration
- Draft guide: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc/docs/migration/from-lift.md
- AppSync resolver recipe: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc/docs/migration/appsync-lambda-resolvers.md
- Migration roadmap: https://github.com/theory-cloud/AppTheory/blob/v0.25.0-rc/docs/development/planning/apptheory/subroadmaps/SR-MIGRATION.md
Verification
make rubric
Checksums:
- Download
SHA256SUMS.txtand the artifacts into the same directory. sha256sum -c SHA256SUMS.txt