Skip to content

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 18 May 23:15

What's Changed

  • Report ext-grpc compatible version to PHP — `phpversion('grpc')` and `Grpc\VERSION` now report `1.80.0` (latest stable ext-grpc) instead of our internal Rust crate version. PHP libraries that do `version_compare()` checks (e.g. google-ads-php) were rejecting us as too old. Fixes #13.
  • Cargo.toml version synced with git tags (0.1.0 → 0.2.5), plus a CI guard that fails releases if Cargo.toml doesn't match the tag.
  • Dependency bumps — `cargo update` on the main crate; test server bumped to tonic 0.14 / prost 0.14.

Full Changelog: v0.2.4...v0.2.5