Skip to content

Releases: Freespoke/partner-api-php

v1.1.0

02 Jun 13:32

Choose a tag to compare

What's Changed

Added

  • Client::delete() — request deletion of a previously-indexed URL. Accepts the URL and an optional IndexItem id (40-char hex returned by index()), and returns a DeleteResult (or null on error).
  • DeleteResult — new class holding the response data (id, error_message) for a successful delete request.
  • Article::$test_mode — new bool flag (default false) that is forwarded as test_mode in the index payload, allowing articles to be submitted without affecting production indexing.
  • IndexStatusResult::$doc_id — the indexed document id, parsed from a google.protobuf.StringValue job result when available.

Changed

  • Person has been extracted from src/Article.php into its own src/Person.php file for correct PSR-4 autoloading. No API changes — the class name and properties are unchanged.

Full Changelog: https://github.com/Freespoke/partner-api-php/commits/v1.1.0

v1.0.0

16 Mar 18:12

Choose a tag to compare

[FRE-7149][FRE-7183] update partner system for OAuth and multi-org ow…