Skip to content

Releases: theory-cloud/AppTheory

v1.1.1

27 Apr 02:23
Immutable release. Only release title and notes can be modified.
0e3c6a2

Choose a tag to compare

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.1.1.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.1.1.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.1.1.tgz

Python:

  • Runtime:
    • Download apptheory-1.1.1-*.whl (or apptheory-1.1.1.tar.gz) from this release.
    • pip install ./apptheory-1.1.1-*.whl
  • CDK:
    • Download apptheory_cdk-1.1.1-*.whl (or apptheory_cdk-1.1.1.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.1.1-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v1.1.1-rc

27 Apr 02:14
Immutable release. Only release title and notes can be modified.
8bf32b9

Choose a tag to compare

v1.1.1-rc Pre-release
Pre-release

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.1.1-rc.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.1.1-rc.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.1.1-rc.tgz

Python:

  • Runtime:
    • Download apptheory-1.1.1rc0-*.whl (or apptheory-1.1.1rc0.tar.gz) from this release.
    • pip install ./apptheory-1.1.1rc0-*.whl
  • CDK:
    • Download apptheory_cdk-1.1.1rc0-*.whl (or apptheory_cdk-1.1.1rc0.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.1.1rc0-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v1.1.0

25 Apr 04:00
Immutable release. Only release title and notes can be modified.
fdf490c

Choose a tag to compare

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.1.0.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.1.0.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.1.0.tgz

Python:

  • Runtime:
    • Download apptheory-1.1.0-*.whl (or apptheory-1.1.0.tar.gz) from this release.
    • pip install ./apptheory-1.1.0-*.whl
  • CDK:
    • Download apptheory_cdk-1.1.0-*.whl (or apptheory_cdk-1.1.0.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.1.0-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v1.0.0-rc.3

25 Apr 03:47
Immutable release. Only release title and notes can be modified.
a8627de

Choose a tag to compare

v1.0.0-rc.3 Pre-release
Pre-release

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.0.0-rc.3.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.0.0-rc.3.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.0.0-rc.3.tgz

Python:

  • Runtime:
    • Download apptheory-1.0.0rc3-*.whl (or apptheory-1.0.0rc3.tar.gz) from this release.
    • pip install ./apptheory-1.0.0rc3-*.whl
  • CDK:
    • Download apptheory_cdk-1.0.0rc3-*.whl (or apptheory_cdk-1.0.0rc3.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.0.0rc3-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v1.0.0

23 Apr 04:30
Immutable release. Only release title and notes can be modified.
14d2149

Choose a tag to compare

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.0.0.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.0.0.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.0.0.tgz

Python:

  • Runtime:
    • Download apptheory-1.0.0-*.whl (or apptheory-1.0.0.tar.gz) from this release.
    • pip install ./apptheory-1.0.0-*.whl
  • CDK:
    • Download apptheory_cdk-1.0.0-*.whl (or apptheory_cdk-1.0.0.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.0.0-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v1.0.0-rc.1

23 Apr 04:21
Immutable release. Only release title and notes can be modified.
b114b39

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-1.0.0-rc.1.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-1.0.0-rc.1.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-1.0.0-rc.1.tgz

Python:

  • Runtime:
    • Download apptheory-1.0.0rc1-*.whl (or apptheory-1.0.0rc1.tar.gz) from this release.
    • pip install ./apptheory-1.0.0rc1-*.whl
  • CDK:
    • Download apptheory_cdk-1.0.0rc1-*.whl (or apptheory_cdk-1.0.0rc1.tar.gz) from this release.
    • pip install ./apptheory_cdk-1.0.0rc1-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v0.25.1

18 Apr 22:22
Immutable release. Only release title and notes can be modified.
0301009

Choose a tag to compare

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-0.25.1.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-0.25.1.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-0.25.1.tgz

Python:

  • Runtime:
    • Download apptheory-0.25.1-*.whl (or apptheory-0.25.1.tar.gz) from this release.
    • pip install ./apptheory-0.25.1-*.whl
  • CDK:
    • Download apptheory_cdk-0.25.1-*.whl (or apptheory_cdk-0.25.1.tar.gz) from this release.
    • pip install ./apptheory_cdk-0.25.1-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v0.25.0

18 Apr 17:45
Immutable release. Only release title and notes can be modified.
6a5d88e

Choose a tag to compare

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-0.25.0.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-0.25.0.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-0.25.0.tgz

Python:

  • Runtime:
    • Download apptheory-0.25.0-*.whl (or apptheory-0.25.0.tar.gz) from this release.
    • pip install ./apptheory-0.25.0-*.whl
  • CDK:
    • Download apptheory_cdk-0.25.0-*.whl (or apptheory_cdk-0.25.0.tar.gz) from this release.
    • pip install ./apptheory_cdk-0.25.0-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v0.25.0-rc.1

18 Apr 22:10
Immutable release. Only release title and notes can be modified.
613923c

Choose a tag to compare

v0.25.0-rc.1 Pre-release
Pre-release

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-0.25.0-rc.1.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-0.25.0-rc.1.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-0.25.0-rc.1.tgz

Python:

  • Runtime:
    • Download apptheory-0.25.0rc1-*.whl (or apptheory-0.25.0rc1.tar.gz) from this release.
    • pip install ./apptheory-0.25.0rc1-*.whl
  • CDK:
    • Download apptheory_cdk-0.25.0rc1-*.whl (or apptheory_cdk-0.25.0rc1.tar.gz) from this release.
    • pip install ./apptheory_cdk-0.25.0rc1-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt

v0.25.0-rc

18 Apr 17:15
Immutable release. Only release title and notes can be modified.
a7ff2d2

Choose a tag to compare

v0.25.0-rc Pre-release
Pre-release

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.md for 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.tgz from this release.
    • npm i ./theory-cloud-apptheory-0.25.0-rc.tgz
  • CDK:
    • Download theory-cloud-apptheory-cdk-0.25.0-rc.tgz from this release.
    • npm i ./theory-cloud-apptheory-cdk-0.25.0-rc.tgz

Python:

  • Runtime:
    • Download apptheory-0.25.0rc0-*.whl (or apptheory-0.25.0rc0.tar.gz) from this release.
    • pip install ./apptheory-0.25.0rc0-*.whl
  • CDK:
    • Download apptheory_cdk-0.25.0rc0-*.whl (or apptheory_cdk-0.25.0rc0.tar.gz) from this release.
    • pip install ./apptheory_cdk-0.25.0rc0-*.whl

Lift migration

Verification

  • make rubric

Checksums:

  • Download SHA256SUMS.txt and the artifacts into the same directory.
  • sha256sum -c SHA256SUMS.txt