Skip to content

Tags: localstack/lambda-runtime-init

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Lambda runtime init error reporting (#103)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.1.47

Toggle v0.1.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: add RC pre-release workflow for testing PRs against localstack-pro (

#104)

Add a label-triggered workflow that builds the RIE binaries from an open PR
and publishes them as a throwaway GitHub pre-release. This lets unmerged,
high-risk lambda-runtime-init changes be tested against localstack-pro CI
(via LAMBDA_INIT_RELEASE_VERSION=<rc-tag>) without merging or cutting a real
release first.

- Trigger: label a PR with "trigger:rc-release"
- Builds both arch assets (aws-lambda-rie-x86_64/-arm64) via the existing
  compile-with-docker-all make target
- Publishes a prerelease tagged v0.0.0-rc.pr<N>-<sha> and comments the tag +
  download URLs back on the PR
- Auto-deletes the pre-release and tag when the PR is closed

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v0.1.46

Toggle v0.1.46's commit message

Verified

This tag was signed with the committer’s verified signature.
joe4dev Joel Scheuner
Bump Golang version

v0.1.45

Toggle v0.1.45's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v0.1.45

v0.1.44-pre.5

Toggle v0.1.44-pre.5's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
pre-release v0.1.44-pre.5

v0.1.44-pre.3

Toggle v0.1.44-pre.3's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): use go version from `go.mod` and update to v1.26.2 (#91)

* chore(deps): update dependency go to v1.26.2
* read go version from `go.mod`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cristian Pallarés <cristian.pallares@localstack.cloud>

v0.1.44-pre.2

Toggle v0.1.44-pre.2's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
chore(deps): use go version from `go.mod` and update to v1.26.2 (#91)

* chore(deps): update dependency go to v1.26.2
* read go version from `go.mod`

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cristian Pallarés <cristian.pallares@localstack.cloud>

v0.1.44-pre

Toggle v0.1.44-pre's commit message
Merge branch 'develop' into drg-507-integrate-new-lambda-rie-upstream…

…-changes-from-2026-02-12

v0.1.43-pre

Toggle v0.1.43-pre's commit message

Verified

This tag was signed with the committer’s verified signature.
joe4dev Joel Scheuner
Bump Golang version fixing CVEs

v0.1.42-pre

Toggle v0.1.42-pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: HOME fallback for custom container user (#88)