Skip to content

Tags: localstack/lambda-runtime-init

Tags

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update go dependencies (non-major) (#133)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update go module directive to v1.27.1 (#132)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update go dependencies (non-major) (#121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update go dependencies (non-major) (#119)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): bump `golang.org/x/text` to v0.39.0 for CVE-2026-56852 (#117)

Bumps golang.org/x/text from v0.37.0 to v0.39.0 to address CVE-2026-56852 (GO-2026-5970).

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Go to 1.26.5 to address CVE-2026-39822 (#116)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump golang.org/x/net to v0.55 (#110)

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