Skip to content

Commit a969a91

Browse files
authored
Update CHANGELOG.md for 1.4.2 (#623)
1 parent 54e048d commit a969a91

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed

Diff for: CHANGELOG.md

+76
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,81 @@
11
## Change Log
22

3+
### 1.4.2
4+
5+
#### What's Changed
6+
* Add regression test capturing need for `withCause` call by @andrewparmet in https://github.com/grpc/grpc-kotlin/pull/460
7+
* Bump com.squareup:kotlinpoet from 1.14.2 to 1.15.1 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/462
8+
* Bump org.gradle.test-retry from 1.5.6 to 1.5.7 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/466
9+
* Bump uraimo/run-on-arch-action from 2.5.1 to 2.6.0 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/465
10+
* Remove unneeded concurrency things by @taer in https://github.com/grpc/grpc-kotlin/pull/360
11+
* Remove full_stream_decompression from TestServiceClient.kt by @larry-safran in https://github.com/grpc/grpc-kotlin/pull/475
12+
* Bump androidx.activity:activity-compose from 1.8.1 to 1.8.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/478
13+
* bumps and switch to version catalogs - fixes #479 by @jamesward in https://github.com/grpc/grpc-kotlin/pull/480
14+
* Bump actions/setup-java from 3 to 4 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/470
15+
* Bump com.squareup:kotlinpoet from 1.15.1 to 1.15.3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/471
16+
* Bump org.jlleitschuh.gradle.ktlint from 11.6.1 to 12.0.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/474
17+
* Bump com.google.protobuf:protobuf-kotlin-lite from 3.24.1 to 3.25.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/482
18+
* Bump com.google.protobuf:protoc from 3.24.1 to 3.25.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/481
19+
* Bump com.google.protobuf:protobuf-java-util from 3.24.1 to 3.25.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/484
20+
* Bump com.google.protobuf:protobuf-kotlin from 3.24.1 to 3.25.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/483
21+
* Bump com.google.protobuf:protobuf-java from 3.24.1 to 3.25.1 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/487
22+
* Bump org.testcontainers:testcontainers from 1.18.3 to 1.19.3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/485
23+
* Add kt_jvm_proto_helper as individual rule. by @steineldar in https://github.com/grpc/grpc-kotlin/pull/396
24+
* Bump com.google.truth:truth from 1.1.5 to 1.4.1 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/521
25+
* Bump io.grpc:grpc-okhttp from 1.60.0 to 1.61.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/516
26+
* Bump io.grpc:protoc-gen-grpc-java from 1.60.0 to 1.61.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/515
27+
* Bump gradle/gradle-build-action from 2 to 3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/513
28+
* Bump actions/cache from 3 to 4 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/509
29+
* Bump org.jetbrains.kotlin:kotlin-test-junit from 1.9.21 to 1.9.22 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/496
30+
* Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/495
31+
* Bump com.google.protobuf:protoc from 3.25.1 to 3.25.3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/520
32+
* Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in https://github.com/grpc/grpc-kotlin/pull/490
33+
* Bump nick-invision/retry from 2 to 3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/514
34+
* Bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/525
35+
* Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/523
36+
* Bump com.android.application from 8.2.0 to 8.2.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/530
37+
* Bump com.google.protobuf:protobuf-kotlin from 3.25.1 to 3.25.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/529
38+
* Bump org.jlleitschuh.gradle.ktlint from 12.0.3 to 12.1.0 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/534
39+
* Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/533
40+
* Bump io.grpc:protoc-gen-grpc-java from 1.60.0 to 1.61.1 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/532
41+
* Bump com.squareup:kotlinpoet from 1.15.3 to 1.16.0 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/531
42+
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-debug from 1.7.3 to 1.8.0 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/526
43+
* Bump androidx.compose.foundation:foundation-layout from 1.5.4 to 1.6.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/535
44+
* Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/524
45+
* Bump androidx.compose.material:material from 1.5.4 to 1.6.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/536
46+
* Bump io.grpc:grpc-auth from 1.60.0 to 1.62.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/548
47+
* Bump androidx.compose.ui:ui from 1.5.4 to 1.6.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/541
48+
* Bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.3 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/543
49+
* Bump androidx.compose.runtime:runtime from 1.5.4 to 1.6.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/538
50+
* Bump androidx.compose.compiler:compiler from 1.5.6 to 1.5.10 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/537
51+
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/554
52+
* Bump com.google.cloud.tools.jib from 3.4.0 to 3.4.1 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/549
53+
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.7.3 to 1.8.0 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/551
54+
* Bump com.google.protobuf:protoc from 3.25.1 to 3.25.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/550
55+
* Bump io.grpc:protoc-gen-grpc-java from 1.61.1 to 1.62.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/552
56+
* Bump io.grpc:grpc-okhttp from 1.61.1 to 1.62.2 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/556
57+
* Bump com.android.application from 8.2.2 to 8.3.0 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/557
58+
* Bump com.google.truth.extensions:truth-proto-extension from 1.4.1 to 1.4.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/559
59+
* Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/561
60+
* Bump androidx.compose.material:material from 1.6.2 to 1.6.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/564
61+
* Bump com.google.truth:truth from 1.4.1 to 1.4.2 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/560
62+
* Bump com.android.library from 8.2.2 to 8.3.0 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/558
63+
* Bump androidx.compose.foundation:foundation-layout from 1.6.2 to 1.6.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/563
64+
* Bump org.testcontainers:testcontainers from 1.19.6 to 1.19.7 by @dependabot in https://github.com/grpc/grpc-kotlin/pull/562
65+
* try to fix mac tests with build before testcontainer start and macos-14 by @jamesward in https://github.com/grpc/grpc-kotlin/pull/569
66+
* Bump androidx.compose.runtime:runtime from 1.6.2 to 1.6.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/565
67+
* Bump org.jetbrains.kotlin.jvm from 1.9.22 to 1.9.23 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/571
68+
* Bump androidx.compose.ui:ui from 1.6.2 to 1.6.3 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/570
69+
* Bump org.jetbrains.kotlin:kotlin-test-junit from 1.9.22 to 1.9.23 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/573
70+
* Bump org.jetbrains.kotlin.android from 1.9.22 to 1.9.23 in /examples by @dependabot in https://github.com/grpc/grpc-kotlin/pull/572
71+
72+
#### New Contributors
73+
* @taer made their first contribution in https://github.com/grpc/grpc-kotlin/pull/360
74+
* @larry-safran made their first contribution in https://github.com/grpc/grpc-kotlin/pull/475
75+
* @steineldar made their first contribution in https://github.com/grpc/grpc-kotlin/pull/396
76+
77+
**Full Changelog**: https://github.com/grpc/grpc-kotlin/compare/v1.4.1...v1.4.2
78+
379
### 1.4.1
480

581
#### Changes

0 commit comments

Comments
 (0)