diff --git a/.gitattributes b/.gitattributes new file mode 100755 index 0000000..e672f6e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# This allows generated code to be indexed correctly +*.php linguist-generated=false \ No newline at end of file diff --git a/RELEASES.md b/RELEASES.md index d4a1a8a..112074d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -414,4 +414,14 @@ Based on: - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml - Speakeasy CLI 1.65.2 (2.75.1) https://github.com/speakeasy-api/speakeasy ### Releases -- [Composer v0.25.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.25.0 - . \ No newline at end of file +- [Composer v0.25.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.25.0 - . + +## 2023-08-31 00:11:22 +### Changes +Based on: +- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml +- Speakeasy CLI 1.75.0 (2.89.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [php v0.26.0] . +### Releases +- [Composer v0.26.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.26.0 - . \ No newline at end of file diff --git a/files.gen b/files.gen index 8b6c7f4..640107e 100755 --- a/files.gen +++ b/files.gen @@ -214,4 +214,5 @@ docs/models/shared/UnboundedRequest.md docs/models/shared/Schema.md docs/models/shared/SchemaDiffValueChange.md docs/models/shared/SchemaDiff.md -docs/models/shared/Security.md \ No newline at end of file +docs/models/shared/Security.md +.gitattributes \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 2bd9897..cc90f8c 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,14 +2,22 @@ configVersion: 1.0.0 management: docChecksum: 8c4f3932e054e1b349a9a34f12cf7e8c docVersion: 0.3.0 - speakeasyVersion: 1.65.2 - generationVersion: 2.75.1 + speakeasyVersion: 1.75.0 + generationVersion: 2.89.1 generation: sdkClassName: SDK singleTagPerOp: false telemetryEnabled: true +features: + php: + core: 2.84.0 + examples: 2.81.1 + globalSecurity: 2.81.1 + globalServerURLs: 2.82.0 + inputOutputModels: 2.81.1 + serverIDs: 2.81.1 php: - version: 0.25.0 + version: 0.26.0 maxMethodParams: 0 namespace: Speakeasy\SpeakeasyClientSDK packageName: speakeasy-api/speakeasy-client-sdk-php diff --git a/src/SDKConfiguration.php b/src/SDKConfiguration.php index 37fb3c4..29cf5ac 100755 --- a/src/SDKConfiguration.php +++ b/src/SDKConfiguration.php @@ -17,8 +17,8 @@ class SDKConfiguration public string $server = ''; public string $language = 'php'; public string $openapiDocVersion = '0.3.0'; - public string $sdkVersion = '0.25.0'; - public string $genVersion = '2.75.1'; + public string $sdkVersion = '0.26.0'; + public string $genVersion = '2.89.1'; public function getServerUrl(): string {