| OLD | NEW |
| 1 ## 1.1.2-dev |
| 2 |
| 3 * Improve stack traces for error responses. |
| 4 |
| 1 ## 1.1.1 | 5 ## 1.1.1 |
| 2 | 6 |
| 3 * Update the README to match the current API. | 7 * Update the README to match the current API. |
| 4 | 8 |
| 5 ## 1.1.0 | 9 ## 1.1.0 |
| 6 | 10 |
| 7 * Add a `done` getter to `Client`, `Server`, and `Peer`. | 11 * Add a `done` getter to `Client`, `Server`, and `Peer`. |
| 8 | 12 |
| 9 ## 1.0.0 | 13 ## 1.0.0 |
| 10 | 14 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 * Add `Server.close()`, which closes the underlying request stream and response | 28 * Add `Server.close()`, which closes the underlying request stream and response |
| 25 sink. | 29 sink. |
| 26 | 30 |
| 27 ## 0.0.2+3 | 31 ## 0.0.2+3 |
| 28 | 32 |
| 29 * Widen the version constraint for `stack_trace`. | 33 * Widen the version constraint for `stack_trace`. |
| 30 | 34 |
| 31 ## 0.0.2+2 | 35 ## 0.0.2+2 |
| 32 | 36 |
| 33 * Fix error response to include data from `RpcException` when not a map. | 37 * Fix error response to include data from `RpcException` when not a map. |
| OLD | NEW |