Skip to content

Commit e0ad3f9

Browse files
committed
Bump minor version.
1 parent c3629c8 commit e0ad3f9

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

context/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,3 @@ Async do
169169
server.run
170170
end
171171
```
172-

lib/async/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Async
88
# @namespace
99
module GRPC
10-
VERSION = "0.1.0"
10+
VERSION = "0.2.0"
1111
end
1212
end
1313

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ Please see the [project documentation](https://socketry.github.io/async-grpc/) f
2424

2525
Please see the [project releases](https://socketry.github.io/async-grpc/releases/index) for all releases.
2626

27-
### Unreleased
27+
### v0.2.0
2828

29+
- Added `Async::GRPC::RemoteError` class to encapsulate remote error details including message and backtrace extracted from response headers.
30+
- Client-side error handling now extracts backtraces from response metadata and sets them on `RemoteError`, which is chained as the `cause` of `Protocol::GRPC::Error` for better debugging.
31+
- Updated to use `Protocol::GRPC::Metadata.add_status!` instead of deprecated `add_status_trailer!` method.
2932
- Tidy up request and response body handling.
3033

3134
### v0.1.0

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.2.0
44

55
- Added `Async::GRPC::RemoteError` class to encapsulate remote error details including message and backtrace extracted from response headers.
66
- Client-side error handling now extracts backtraces from response metadata and sets them on `RemoteError`, which is chained as the `cause` of `Protocol::GRPC::Error` for better debugging.

0 commit comments

Comments
 (0)