File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1010 title : Getting Started
1111 description : This guide explains how to use `protocol-grpc` for building abstract
1212 gRPC interfaces.
13-
Original file line number Diff line number Diff line change 77module Protocol
88 # @namespace
99 module GRPC
10- VERSION = "0.2 .0"
10+ VERSION = "0.3 .0"
1111 end
1212end
1313
Original file line number Diff line number Diff line change @@ -28,9 +28,15 @@ Please see the [project documentation](https://socketry.github.io/protocol-grpc/
2828
2929Please see the [ project releases] ( https://socketry.github.io/protocol-grpc/releases/index ) for all releases.
3030
31+ ### v0.3.0
32+
33+ - ** Breaking** : ` Protocol::GRPC::Call ` now takes a ` response ` object parameter instead of separate ` response_headers ` .
34+ - ** Breaking** : Removed ` Call#response_headers ` method. Use ` call.response.headers ` directly.
35+ - Added ` RPC#streaming? ` method to check if an RPC is streaming.
36+
3137### v0.2.0
3238
33- - ` RCP #method` is always defined (snake case).
39+ - ` RPC #method` is always defined (snake case).
3440
3541### v0.1.0
3642
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.3.0
44
55 - ** Breaking** : ` Protocol::GRPC::Call ` now takes a ` response ` object parameter instead of separate ` response_headers ` .
66 - ** Breaking** : Removed ` Call#response_headers ` method. Use ` call.response.headers ` directly.
You can’t perform that action at this time.
0 commit comments