Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@PiotrSikora PiotrSikora released this 21 Jul 20:53
· 2 commits to main since this release
78f36a6

Fixed

  • Fixed support for nested gRPC callouts.
    Thanks @andytesti!

  • Fixed panic on unknown token_id in on_grpc_receive_initial_metadata
    and on_grpc_receive_trailing_metadata.
    Thanks @erikness-doordash!

  • Fixed panic on unexpected failures in get_property.
    Thanks @alexsnaps!

  • Fixed panic on unexpected failures in call_foreign_function.
    Reported by @geNAZt.

Added

  • Added support for sending error responses with gRPC status codes.
    Thanks @juanmolle!