Releases: micronaut-projects/micronaut-grpc
Releases · micronaut-projects/micronaut-grpc
Micronaut gRPC 3.0.2
v3.0.2 (2021-10-21)
Closed issues:
- Regression with micronaut-grpc 3.0.1 #408
Merged pull requests:
- Fix handling of default gRPC config for clients. Fixes #408 #409 (@graemerocher)
Micronaut gRPC 3.0.1
v3.0.1 (2021-10-18)
Merged pull requests:
- add support for eager init. Fixes micronaut-projects/micronaut-core#6116 #387 (@graemerocher)
- Bump micronaut-gradle-plugins from 4.1.5 to 4.2.1 #405 (@dependabot[bot])
- Bump jakarta.inject-api from 2.0.0 to 2.0.1 #404 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 4.0.1 to 4.1.5 #400 (@dependabot[bot])
- Add support to publish scans to Gradle Enterprise #395 (@micronaut-build)
- Upgrade peter-evans/create-pull-request to v3.10.1 #392 (@micronaut-build)
- Bump micronaut-gradle-plugins from 4.0.0 to 4.0.1 #382 (@dependabot[bot])
- [grpc] Update common files for branch master #380 (@micronaut-build)
Micronaut gRPC 3.0.0
v3.0.0 (2021-08-13)
Closed issues:
- Can't get Pub/Sub subscription to initialize #376
Merged pull requests:
- Upgrade CI to use JDK16 #378 (@micronaut-build)
- Use JDK16 on CI #377 (@micronaut-build)
- New issue templates #375 (@micronaut-build)
- Bump com.google.protobuf from 0.8.16 to 0.8.17 #374 (@dependabot[bot])
- [grpc] Update common files for branch master #373 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut gRPC 3.0.0.RC1
v3.0.0.RC1 (2021-07-05)
Merged pull requests:
- Bump protoc-gen-grpc-java from 1.38.0 to 1.39.0 #372 (@dependabot[bot])
- Bump netty-tcnative from 2.0.39.Final to 2.0.40.Final #371 (@dependabot[bot])
- Bump netty-tcnative-boringssl-static from 2.0.39.Final to 2.0.40.Final #370 (@dependabot[bot])
- Compatibility with Micronaut 3.0 #368 (@graemerocher)
- [grpc] Update common files for branch master #366 (@micronaut-build)
- Upgrade to Gradle 7.0.2 #365 (@ilopmar)
* This Changelog was automatically generated by github_changelog_generator
Micronaut gRPC 2.5.0
v2.5.0 (2021-06-09)
Closed issues:
- io.grpc:protoc-gen-grpc-java:1.36.0+ incompatibility #351
Merged pull requests:
- Upgrade to Gradle 7.0.2 #365 (@ilopmar)
- Upgrade dependencies #364 (@ilopmar)
- Bump gRPC Version #362 (@t0rr3sp3dr0)
- Bump actions/cache from 2.1.5 to 2.1.6 #358 (@dependabot[bot])
- Bump peter-evans/create-pull-request from 3.8.2 to 3.10.0 #357 (@dependabot[bot])
- Bump protoc-gen-grpc-java from 1.37.0 to 1.38.0 #354 (@dependabot[bot])
- Bump netty-tcnative from 2.0.38.Final to 2.0.39.Final #347 (@dependabot[bot])
- Bump netty-tcnative-boringssl-static from 2.0.38.Final to 2.0.39.Final #345 (@dependabot[bot])
Micronaut gRPC 2.4.0
v2.4.0 (2021-04-26)
Closed issues:
- GRPC server doesn't call awaitTermination on shutdown #313
Merged pull requests:
- Upgrade Micronaut #342 (@graemerocher)
- Bump com.google.protobuf from 0.8.15 to 0.8.16 #341 (@dependabot[bot])
- Bump actions/cache from v2.1.4 to v2.1.5 #340 (@dependabot[bot])
- Bump jaeger-core from 1.5.0 to 1.6.0 #338 (@dependabot[bot])
- Bump netty-tcnative from 2.0.36.Final to 2.0.38.Final #337 (@dependabot[bot])
- Bump protoc-gen-grpc-java from 1.35.0 to 1.37.0 #336 (@dependabot[bot])
- [grpc] Update common files for branch master #334 (@micronaut-build)
- Bump netty-tcnative-boringssl-static from 2.0.36.Final to 2.0.38.Final #333 (@dependabot[bot])
- Bump micronaut-test-spock from 2.3.2 to 2.3.3 #332 (@dependabot[bot])
- Bump micronaut-discovery-client from 2.2.4 to 2.3.0 #328 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 3.0.1 to 3.0.3 #325 (@dependabot[bot])
- [grpc] Update common files for branch master #324 (@micronaut-build)
- [grpc] Update common files for branch master #323 (@micronaut-build)
- [grpc] Update common files for branch master #320 (@micronaut-build)
- Use new Gradle build plugins #319 (@ilopmar)
- [grpc] Update common files for branch master #318 (@micronaut-build)
- Bump micronaut-discovery-client from 2.2.3 to 2.2.4 #317 (@dependabot[bot])
- Bump com.google.protobuf from 0.8.14 to 0.8.15 #316 (@dependabot[bot])
- Allow GrpcEmbeddedServer to await the termination of the server #314 (@kow3ns)
* This Changelog was automatically generated by github_changelog_generator
Micronaut gRPC 2.3.0
v2.3.0 (2021-02-12)
Fixed bugs:
- java.nio.channels.UnresolvedAddressException when using gRPC clients configured with micronaut-grpc #270
- GrpcServerHealthIndicator tries to start up even with gRPC server is disabled. #261
Closed issues:
- GrpcServerHealthIndicator breaks the /health endpoint when gRPC Server is DOWN #303
Merged pull requests:
- Disable server health check when server disabled. Fixes #261 #312 (@graemerocher)
- Remove gRPC converter, use resolved addresses and remove deprecated features. Fixes #270 #311 (@graemerocher)
- Bump peter-evans/create-pull-request from v3.8.0 to v3.8.1 #310 (@dependabot[bot])
- Update actions/cache requirement to v2.1.4 #309 (@dependabot[bot])
- Bump micronaut-discovery-client from 2.2.2 to 2.2.3 #308 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 2.0.15 to 2.0.16 #307 (@dependabot[bot])
- [grpc] Update common files for branch master #306 (@micronaut-build)
- Bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 #305 (@dependabot[bot])
- Bugfix: avoids the /health endpoint to break when gRPC Server is DOWN #304 (@rafaelpontezup)
- Bump netty-tcnative-boringssl-static from 2.0.35.Final to 2.0.36.Final #302 (@dependabot[bot])
- Bump micronaut-discovery-client from 2.2.1 to 2.2.2 #301 (@dependabot[bot])
- [grpc] Update common files for branch master #300 (@micronaut-build)
- Bump micronaut-discovery-client from 2.2.0 to 2.2.1 #298 (@dependabot[bot])
- Bump netty-tcnative from 2.0.35.Final to 2.0.36.Final #297 (@dependabot[bot])
- Bump protoc-gen-grpc-java from 1.34.1 to 1.35.0 #296 (@dependabot[bot])
- Bump micronaut-test-spock from 2.3.1 to 2.3.2 #295 (@dependabot[bot])
- [grpc] Update common files for branch master #294 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.14 to 2.0.15 #293 (@dependabot[bot])
- [grpc] Update common files for branch master #292 (@micronaut-build)
- [grpc] Update common files for branch master #290 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.13 to 2.0.14 #288 (@dependabot[bot])
- Bump micronaut-test-spock from 2.3.0 to 2.3.1 #287 (@dependabot[bot])
- Bump protoc-gen-grpc-java from 1.33.1 to 1.34.1 #286 (@dependabot[bot])
- [grpc] Update common files for branch master #285 (@micronaut-build)
- Bump micronaut-test-spock from 2.2.1 to 2.3.0 #284 (@dependabot[bot])
- Bump netty-tcnative from 2.0.34.Final to 2.0.35.Final #282 (@dependabot[bot])
- Bump netty-tcnative-boringssl-static from 2.0.34.Final to 2.0.35.Final #281 (@dependabot[bot])
- Bump peter-evans/create-pull-request from v3.5.1 to v3.5.2 #280 (@dependabot[bot])
- Improve docs for Kotlin projects #279 (@marcoscouto)
- Bump micronaut-gradle-plugins from 2.0.12 to 2.0.13 #278 (@dependabot[bot])
- [grpc] Update common files for branch master #277 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.11 to 2.0.12 #275 (@dependabot[bot])
- [grpc] Update common files for branch master #274 (@micronaut-build)
- [grpc] Update common files for branch master #272 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut gRPC 2.2.0
v2.2.0 (2020-11-19)
Merged pull requests:
- [grpc] Update common files for branch master #267 (@micronaut-build)
- [grpc] Update common files for branch master #259 (@micronaut-build)
- [grpc] Update common files for branch master #255 (@micronaut-build)
- Bump protoc-gen-grpc-java from 1.32.2 to 1.33.1 #254 (@dependabot[bot])
- Dependency upgrades #249 (@micronaut-build)
- [grpc] Update common files for branch master #247 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut gRPC 2.1.0
v2.1.0 (2020-10-15)
Implemented enhancements:
- Add a health check for the grpc-server #236
Closed issues:
Dependency Upgrades:
- gRPC
1.32.2
(#244)
Merged pull requests:
- Dependency upgrades #244 (@micronaut-build)
- Fix graalvm warning #243 (@ilopmar)
- Dependency upgrades #240 (@micronaut-build)
- Use correct case for gRPC in docs #239 (@ilopmar)
- Add grpc health check. (#236) #237 (@moeHaydar)
- Dependency upgrades #233 (@micronaut-build)
- [grpc] Update common files for branch master #231 (@micronaut-build)
- Dependency upgrades #229 (@micronaut-build)
- Update grpc version to 1.32.1 #228 (@ilopmar)
- doc: release history points to github releases #227 (@ilopmar)
- New version is 2.1.0.BUILD-SNAPSHOT #224 (@ilopmar)
Micronaut GRPC 2.0.5
v2.0.5 (2020-09-11)
Closed issues:
Merged pull requests:
- Revert upgrade to grpc 1.32.1 (#217) #223 (@ilopmar)
- Next snapshot is 2.0.5.BUILD-SNAPSHOT #222 (@ilopmar)
- Fix proto converted not respecting @consumes annotation (#216) #221 (@newink)
- [grpc] Update common files for branch master #219 (@micronaut-build)
- Bump protoc-gen-grpc-java from 1.31.1 to 1.32.1 #218 (@dependabot[bot])
- Dependency upgrades #217 (@micronaut-build)
- Dependency upgrades #214 (@micronaut-build)
- Dependency upgrades #211 (@micronaut-build)
- [grpc] Update common files for branch master #209 (@micronaut-build)
- [grpc] Update common files for branch master #207 (@micronaut-build)
- Bump micronaut-test-spock from 1.2.2 to 1.2.3 #206 (@dependabot[bot])
- Dependency upgrades #204 (@micronaut-build)
- Dependency upgrades #201 (@micronaut-build)
- [grpc] Update common files for branch master #199 (@micronaut-build)