Comparing v0.1.46...v0.1.47 · localstack/lambda-runtime-init · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: localstack/lambda-runtime-init
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.46
Choose a base ref
...
head repository: localstack/lambda-runtime-init
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.47
Choose a head ref
  • 3 commits
  • 15 files changed
  • 3 contributors

Commits on Jun 3, 2026

  1. chore(deps): update go toolchain to v1.26.4 (#102)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 3, 2026
    Configuration menu
    Copy the full SHA
    06dd064 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. fix(ls-api): align mock with LocalStack API and add regression test (#…

    …101)
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
    joe4dev and claude authored Jun 9, 2026
    Configuration menu
    Copy the full SHA
    136f735 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2026

  1. 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>
    joe4dev and claude authored Jun 11, 2026
    Configuration menu
    Copy the full SHA
    1fab893 View commit details
    Browse the repository at this point in the history
Loading