Skip to content

Commit 42f4d62

Browse files
Pijukatelclaude
andauthored
chore: sync PHP client with Apify OpenAPI spec v2-2026-08-14T072928Z (#10)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent bb8fa50 commit 42f4d62

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.5.2
4+
5+
- Bumped `Version::API_SPEC_VERSION` to the Apify OpenAPI spec `v2-2026-08-14T072928Z`. This
6+
version formally adds `Task.isPublic`/`publicConfig` and the `TaskPublicConfig` schema to the
7+
spec; this client already implemented them in `0.4.0`, ahead of the spec, for parity with the
8+
reference JS client. No client code or public interface change.
9+
310
## 0.5.1
411

512
- Corrected the write-permission wording on `TaskClient::publish()`/`unpublish()`: the OpenAPI spec

src/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ final class Version
1717
* The semantic version of this client library (see https://semver.org/).
1818
* Changes to the public interface other than additive ones are considered breaking changes.
1919
*/
20-
public const CLIENT_VERSION = '0.5.1';
20+
public const CLIENT_VERSION = '0.5.2';
2121

2222
/**
2323
* The version of the Apify OpenAPI specification this client was generated and verified
2424
* against. Corresponds to the {@code info.version} field of the Apify OpenAPI document.
2525
*/
26-
public const API_SPEC_VERSION = 'v2-2026-08-05T133145Z';
26+
public const API_SPEC_VERSION = 'v2-2026-08-14T072928Z';
2727

2828
private function __construct()
2929
{

0 commit comments

Comments
 (0)