Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1006 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 1006 Bytes

CHANGELOG

v0.3.0

  • Breaking Change: apply anyhow for better error handling.
  • Breaking Change: remove the implementation of Deref/DerefMut for LambdaRuntimeApiClient, implement AsRef/AsMut instead.
  • Breaking Change: LambdaRuntimeApiClient::forward now require a &self.
  • Feat: apply tracing instead of just println on error.

v0.2.1

  • Feat: add LambdaRuntimeApiClient::forward.

v0.2.0

  • 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 and Proxy::spawn doesn't have generic params anymore.
  • Breaking Change: rename LambdaRuntimeApiClient::start to new.
  • Perf: optimize performance for MockLambdaRuntimeApiServer::passthrough.

v0.1.1

Exclude unnecessary files from the published package.

v0.1.0

The initial release.