Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 3.0.0-alpha #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 12, 2024

SDK update

Based on:

Versioning

Version Bump Type: [prerelease] - 🤖 (automated)

PHP CHANGELOG

globalSecurity: 2.81.8 - 2025-02-06

🐛 Bug Fixes

  • fixes to handling of security at both global and operation level especially for oauth2 (commit by @tristanspeakeasy)

globalSecurity: 2.81.7 - 2024-08-05

🐛 Bug Fixes

  • fixed rendering of usage snippets when required security is used with env vars (commit by @tristanspeakeasy)

constsAndDefaults: 0.2.0 - 2024-10-03

🐝 New Features

  • add support for const and default values. Beware argument ordering changes. (commit by @idbentley)

unions: 0.1.4 - 2024-11-05

🐛 Bug Fixes

  • improved handling of complex allOf schemas that merge multiple types (commit by @tristanspeakeasy)

globals: 2.82.2 - 2024-08-20

🐛 Bug Fixes

  • handle empty global parameters array (commit by @2ynn)

methodArguments: 0.1.0 - 2024-10-07

🐝 New Features

  • add support for method arguments configuration. (commit by @idbentley)

core: 3.7.13 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of default fields in usage snippets and tests, fixed validation of required schema property (commit by @tristanspeakeasy)

core: 3.7.12 - 2025-01-28

🐛 Bug Fixes

  • support default status code response handling (commit by @idbentley)

core: 3.7.11 - 2025-01-27

🐛 Bug Fixes

  • sort subresponses based on the worst scoring response in the group to ensure that no unreachable code paths are created (commit by @idbentley)

core: 3.7.10 - 2025-01-23

🐛 Bug Fixes

  • increase testbench minimum version to get past insecure older laravel version (commit by @idbentley)

core: 3.7.9 - 2025-01-13

🐛 Bug Fixes

  • handle 4XX and 5XX error ranges seperately (commit by @idbentley)

core: 3.7.8 - 2025-01-03

🔧 Chores

  • bump phpstan from 1.x to 2.1.0 for list type, better performance, and PHP 8.4 feature support (commit by @idbentley)

core: 3.7.7 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 3.7.6 - 2024-12-13

🐛 Bug Fixes

  • Support OAS references under multipart/form-data file properties (commit by @bflad)

core: 3.7.5 - 2024-12-13

🐛 Bug Fixes

  • pagination bugs missing import and use directive (commit by @idbentley)

core: 3.7.4 - 2024-12-06

🐛 Bug Fixes

  • support property names solely comprised of illegal characters (commit by @mfbx9da4)

core: 3.7.3 - 2024-11-22

🐛 Bug Fixes

  • handle circular references through unions correctly (commit by @disintegrator)

core: 3.7.2 - 2024-11-12

🐛 Bug Fixes

core: 3.7.1 - 2024-10-31

🐛 Bug Fixes

  • Prevent panic with invalid implicit discriminator mappings with propertyName within allOf object (commit by @bflad)

core: 3.7.0 - 2024-10-23

🐝 New Features

  • retire jms serializer and switch to speakeasy serializer (commit by @idbentley)

core: 3.6.0 - 2024-10-16

🐝 New Features

  • add config to allow you to specify an env variable prefix (commit by @idbentley)

core: 3.4.9 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 3.4.8 - 2024-09-26

🐛 Bug Fixes

  • update readme generation to replace welcome to new sdk section with new markdown notice (commit by @adaam2)

core: 3.5.0 - 2024-09-25

🐝 New Features

  • add config to allow you to generate a laravel provider if you so desire (commit by @idbentley)

core: 3.4.7 - 2024-09-25

🔧 Chores

core: 3.4.6 - 2024-09-25

🔧 Chores

  • improve usage snippet generation (commit by @idbentley)

core: 3.4.5 - 2024-09-25

🐛 Bug Fixes

  • fixes to missing examples and improvements to number examples (commit by @tristanspeakeasy)

core: 3.4.4 - 2024-09-18

🐛 Bug Fixes

core: 3.4.3 - 2024-09-11

🔧 Chores

core: 3.4.2 - 2024-09-10

🔧 Chores

core: 3.4.1 - 2024-09-05

🐛 Bug Fixes

  • ensure generated examples are stable generation to generation (commit by @tristanspeakeasy)

core: 3.3.14 - 2024-08-27

🐛 Bug Fixes

  • use speakeasy/serializer package (commit by @idbentley)

core: 3.3.13 - 2024-08-26

🐛 Bug Fixes

  • update to use new upstream changes (commit by @idbentley)

core: 3.3.11 - 2024-08-13

🐛 Bug Fixes

core: 3.3.10 - 2024-07-23

🐛 Bug Fixes

  • avoid injecting empty 2xx sub-response if default status code is available and considered succesful (commit by @disintegrator)

core: 3.3.9 - 2024-07-23

🐛 Bug Fixes

  • fixed usage snippet generation not showing examples for oneOf/anyOf schemas (commit by @tristanspeakeasy)

core: 3.3.8 - 2024-07-16

🔧 Chores

core: 3.3.7 - 2024-07-09

🐛 Bug Fixes

  • Use 0666 file mode for writing configuration and lock files (commit by @bflad)

core: 3.3.6 - 2024-06-21

🔧 Chores

globalSecurityFlattening: 0.1.2 - 2025-02-04

🐛 Bug Fixes

  • setSecuritySource when setting security while flattened. (commit by @idbentley)

globalSecurityFlattening: 0.1.1 - 2024-09-11

🐛 Bug Fixes

  • flattened security usage snippets (commit by @idbentley)

@github-actions github-actions bot requested a review from a team as a code owner November 12, 2024 18:08
@github-actions github-actions bot added the prerelease Bump by a prerelease version label Nov 12, 2024
Base automatically changed from CET-343-php-update-and-publish-sdk-once-the-generator-is-ga to main November 12, 2024 18:13
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 3f11432 to 8f1f070 Compare November 12, 2024 18:15
@rkeur7 rkeur7 closed this Nov 13, 2024
@rkeur7 rkeur7 reopened this Nov 13, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch 2 times, most recently from ae67d6c to 3203f2f Compare November 25, 2024 00:31
rkeur7
rkeur7 previously approved these changes Nov 25, 2024
@rkeur7 rkeur7 closed this Nov 25, 2024
@rkeur7 rkeur7 reopened this Nov 25, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 3203f2f to e58d8d8 Compare November 26, 2024 16:01
rkeur7
rkeur7 previously approved these changes Nov 26, 2024
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from e58d8d8 to 517b534 Compare December 2, 2024 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 517b534 to c02df8c Compare December 9, 2024 00:32
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch 2 times, most recently from 53c9e35 to e4f72ee Compare December 23, 2024 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from e4f72ee to faf0ea2 Compare December 30, 2024 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from faf0ea2 to f5aca3e Compare January 6, 2025 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch 2 times, most recently from f868ef7 to 79b2a62 Compare January 20, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 79b2a62 to 2387f38 Compare January 27, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 2387f38 to b6aec71 Compare February 3, 2025 00:29
@rkeur7 rkeur7 closed this Feb 4, 2025
@rkeur7 rkeur7 reopened this Feb 4, 2025
@rkeur7 rkeur7 mentioned this pull request Feb 5, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from b6aec71 to 9b1c9be Compare February 10, 2025 00:30
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1731434842 branch from 9b1c9be to 9be3deb Compare February 17, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prerelease Bump by a prerelease version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants