- Clean up calls on the client even when returning a status causes an error to be thrown (#1524)
- Add
end(metadata?: Metadata)
method overload to streaming server call type definitions (#1525) - Implement the
getPeer
method in client and server call classes (#1526) - Fix an error regarding
grpc-tools
flags in the README (#1534 contributed by @mavaa) - Move
@types/node
to a production dependency (#1546) - Prevent mutation of default headers (#1548 contributed by @richardpringle)