Revision history for Google::gRPC
0.03 Fri Jul 17 2026
[Engine Architecture & Cross-Platform Support]
- Hardened C/XS NGHTTP2 transport engine configuration and added dynamic fallback to Pure-Perl Protocol::HTTP2 engine when libnghttp2 development headers are absent.
- Updated Makefile.PL auto-detection for cross-platform Linux, macOS, and Windows runners.
[Architecture & CPAN Cleanup]
- Upgraded package version to 0.03 (lib/Google/gRPC/Client.pm and lib/Google/gRPC/Engine/NGHTTP2.pm).
- Pruned redundant $VERSION declarations from sub-module files.
0.02 2026-06-24
- Extracted from Google::Auth distribution into its own standalone package.
- Enforced strict Single Responsibility Principle (SRP) separation.