This repository was archived by the owner on Apr 2, 2023. It is now read-only.
0.4.0
This release adds several improvements and fixes to the native image configuration for GCP client libraries.
-
Simplified the configuration related to client library request objects (subclasses of
GeneratedMessageV3) and made them optional inProtobufMessageFeature. See instructions for how to use. This is typically only needed if you invoke thetoString()method on these objects, such as trying to print/log them. -
Version upgrades of library dependencies.
-
Use GraalVM reachability hooks to programmatically register certain classes for reflection rather than hard-code class names, allowing for the configuration to be more generalizable.