Skip to content

chore: release#1151

Merged
bnusunny merged 1 commit into
mainfrom
release-plz-2026-07-09T14-30-15Z
Jul 9, 2026
Merged

chore: release#1151
bnusunny merged 1 commit into
mainfrom
release-plz-2026-07-09T14-30-15Z

Conversation

@darklight3it

Copy link
Copy Markdown
Contributor

🤖 New release

  • lambda_runtime_api_client: 1.0.3 -> 1.1.0
  • lambda-extension: 1.0.4 -> 1.1.0 (✓ API compatible changes)
  • lambda_runtime: 1.2.1 -> 1.3.0 (✓ API compatible changes)
  • lambda_http: 1.2.1 -> 1.3.0 (✓ API compatible changes)
Changelog

lambda_runtime_api_client

1.1.0 - 2026-07-09

Added

  • add SnapStart support via SnapStartResource trait (#1150)

Added

  • PooledClient: a Runtime API client that can rebuild its connection pool after a
    SnapStart VM restore via reset_pool(), so stale connections to the Runtime API
    (RAPID) are discarded. Implemented lock-free with OnceLock; call() has no
    hot-path lock. Construct via PooledClient::builder().build().
  • PooledClientBuilder, returned by PooledClient::builder().
  • RuntimeApiClient trait abstracting call, implemented by both Client and
    PooledClient.

Deprecated

  • Client and ClientBuilder::build are superseded by PooledClient /
    PooledClient::builder().build(). Client is unchanged and fully functional; it
    simply cannot reset its connection pool after a SnapStart restore. They are
    documented as superseded but do not carry a #[deprecated] attribute, so no
    compiler warnings are emitted; they are expected to be removed in the next major
    version (2.0.0). This keeps the crate non-breaking (no major version bump).

lambda-extension

1.1.0 - 2026-07-09

Added

  • add SnapStart support via SnapStartResource trait (#1150)

lambda_runtime

1.3.0 - 2026-07-09

Added

  • add SnapStart support via SnapStartResource trait (#1150)

lambda_http

1.3.0 - 2026-07-09

Added

  • add SnapStart support via SnapStartResource trait (#1150)


This PR was generated with release-plz.

@bnusunny bnusunny merged commit 34e669c into main Jul 9, 2026
31 checks passed
@bnusunny bnusunny deleted the release-plz-2026-07-09T14-30-15Z branch July 9, 2026 14:44
@darklight3it darklight3it mentioned this pull request Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants