|
1 | 1 | ## Change Log
|
2 | 2 |
|
| 3 | +### 1.2.0 |
| 4 | + |
| 5 | +#### Changes |
| 6 | +- Restore metadata support to generated clients by @lowasser in https://github.com/grpc/grpc-kotlin/pull/268 |
| 7 | +- fixed application name in client by @Arashi5 in https://github.com/grpc/grpc-kotlin/pull/284 |
| 8 | +- Mark deprecated service methods with `@Deprecated`. by @lowasser in https://github.com/grpc/grpc-kotlin/pull/264 |
| 9 | +- Open context val in order to allow overriding by @bjoernmayer in https://github.com/grpc/grpc-kotlin/pull/287 |
| 10 | +- Defer writing headers until the first message stanza is sent by @rwbergstrom in https://github.com/grpc/grpc-kotlin/pull/275 |
| 11 | +- Support StatusException in CoroutineContextServerInterceptor. by @hovinen in https://github.com/grpc/grpc-kotlin/pull/249 |
| 12 | +- Cleanup by @jamesward in https://github.com/grpc/grpc-kotlin/pull/293 |
| 13 | +- kotlin protos by @jamesward in https://github.com/grpc/grpc-kotlin/pull/266 |
| 14 | + |
| 15 | +#### New Contributors |
| 16 | +- @Arashi5 made their first contribution in https://github.com/grpc/grpc-kotlin/pull/284 |
| 17 | +- @bjoernmayer made their first contribution in https://github.com/grpc/grpc-kotlin/pull/287 |
| 18 | +- @rwbergstrom made their first contribution in https://github.com/grpc/grpc-kotlin/pull/275 |
| 19 | +- @hovinen made their first contribution in https://github.com/grpc/grpc-kotlin/pull/249 |
| 20 | + |
| 21 | +**Full Changelog**: https://github.com/grpc/grpc-kotlin/compare/v1.1.0...v1.2.0 |
| 22 | + |
3 | 23 | ### 1.1.0
|
4 | 24 |
|
5 | 25 | #### Features
|
|
12 | 32 | [examples/stub-android/build.gradle.kts](examples/stub-android/build.gradle.kts)
|
13 | 33 | - The `grpc-kotlin-stub-lite` library no longer exists, instead use `grpc-kotlin-stub`.
|
14 | 34 | - `grpc-kotlin-stub` now exports the `javax.annotation:javax.annotation-api` dependency, so you can drop it from your project's explicitly listed dependencies.
|
15 |
| - - Added support for proto3 optional fields (#218) |
16 |
| - - Added `SERVICE_NAME` constant (#236) |
| 35 | +- Added support for proto3 optional fields (#218) |
| 36 | +- Added `SERVICE_NAME` constant (#236) |
17 | 37 |
|
18 | 38 | #### Fixes
|
19 | 39 |
|
20 |
| - - Updated to latest grpc version for ARM compatibility (#244) |
21 |
| - - Improved examples organization (#183) |
| 40 | +- Updated to latest grpc version for ARM compatibility (#244) |
| 41 | +- Improved examples organization (#183) |
0 commit comments