- Breaking Change: apply
anyhow
for better error handling. - Breaking Change: remove the implementation of
Deref/DerefMut
forLambdaRuntimeApiClient
, implementAsRef/AsMut
instead. - Breaking Change:
LambdaRuntimeApiClient::forward
now require a&self
. - Feat: apply
tracing
instead of justprintln
on error.
- Feat: add
LambdaRuntimeApiClient::forward
.
- Breaking Change: stricter trait bound for
MockLambdaRuntimeApiServer
methods. - Breaking Change:
MockLambdaRuntimeApiServer::passthrough
will create a new client every time. - Breaking Change: remove
RunningProxy::client
.RunningProxy
andProxy::spawn
doesn't have generic params anymore. - Breaking Change: rename
LambdaRuntimeApiClient::start
tonew
. - Perf: optimize performance for
MockLambdaRuntimeApiServer::passthrough
.
Exclude unnecessary files from the published package.
The initial release.