lambda_runtime_api_client 1.0.3

AWS Lambda Runtime interaction API
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.3]https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime_api_client-v1.0.2...lambda_runtime_api_client-v1.0.3 - 2026-03-19

### Other

- release ([#1118]https://github.com/aws/aws-lambda-rust-runtime/pull/1118)

## [1.0.2]https://github.com/aws/aws-lambda-rust-runtime/compare/v1.0.2...lambda_runtime_api_client-v1.0.2 - 2026-01-06

### Added

- *(lambda-managed-instances)* API client connection pooling for concurrent requests ([#1067]https://github.com/aws/aws-lambda-rust-runtime/pull/1067)

### Changed

- MSRV updated from 1.82.0 to 1.84.0, enabled MSRV-aware resolver ([#1078]https://github.com/aws/aws-lambda-rust-runtime/pull/1078)