Skip to content

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 11 May 20:07
8ed3ac3

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