v0.2.4
What's Changed
- Surface binary trailing metadata to PHP (`-bin` keys) — Our `metadata_to_php()` only matched the `Ascii` variant and silently dropped `Binary` (`-bin`) metadata. This broke rich-status propagation (`google.rpc.Status` over `grpc-status-details-bin`) — the standard mechanism for typed errors from Google Cloud APIs — and any custom binary trailer. Binary values are now surfaced as PHP binary-safe strings, matching ext-grpc. Thanks @imhmdb in #11.
New Contributors
Full Changelog: v0.2.3...v0.2.4