Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

0.4.0

Compare
Choose a tag to compare
@dzou dzou released this 06 Apr 19:01
· 246 commits to master since this release
9fae4b8

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 in ProtobufMessageFeature. See instructions for how to use. This is typically only needed if you invoke the toString() method on these objects, such as trying to print/log them.

  • Added FirestoreImpl to be initialized at run-time.

  • 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.