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 7.0.0-rc.3 #8

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 Jan 26, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (1070:3)
│ ├──[➕] path (1550:3)
│ ├─┬/v1/code_sample
│ │ └─┬GET
│ │   ├──[➕] parameters (126:17)❌ 
│ │   ├──[🔀] summary (102:16)
│ │   ├──[🔀] description (103:20)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (147:20)
│ │   │ └──[➕] description (144:24)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (114:20)
│ │   │ └──[🔀] description (111:24)
│ │   ├─┬Parameters
│ │   │ ├──[➕] example (121:20)
│ │   │ └──[➕] description (118:24)
│ │   └─┬Responses
│ │     └─┬2XX
│ │       └─┬application/json
│ │         └──[➕] examples (3562:7)
│ ├─┬/v1/code_sample/preview
│ │ └─┬POST
│ │   └─┬Responses
│ │     ├──[➖] codes (153:21)❌ 
│ │     └──[➕] codes (179:11)
│ └─┬/v1/code_sample/preview/async/{jobID}
│   └─┬GET
│     └─┬Responses
│       ├──[➖] codes (233:21)❌ 
│       └──[➕] codes (257:11)
└─┬Components
  ├──[➕] examples (3587:7)
  ├──[➕] examples (3562:7)
  ├──[➕] schemas (3167:7)
  ├──[➕] schemas (3153:7)
  ├──[➕] schemas (2186:7)
  ├──[➕] schemas (3142:7)
  ├──[➕] schemas (2195:7)
  ├──[➕] schemas (3446:7)
  ├─┬FeatureFlag
  │ └─┬feature_flag
  │   └──[🔀] $ref (2186:20)❌ 
  ├─┬GithubPublishingPRResponse
  │ ├──[➕] properties (1978:9)
  │ └──[➕] properties (1982:9)
  ├─┬Revision
  │ └──[➕] properties (3428:9)
  ├─┬UsageSnippet
  │ ├──[➕] required (3195:11)❌ 
  │ ├──[➕] required (3196:11)❌ 
  │ ├──[➕] properties (3183:9)
  │ └──[➕] properties (3180:9)
  ├─┬CodeSampleSchemaInput
  │ ├──[➕] required (3094:11)❌ 
  │ ├──[➖] required (2966:19)❌ 
  │ ├──[➕] properties (3102:9)
  │ └──[➕] properties (3105:9)
  ├─┬User
  │ └──[➕] properties (2816:9)
  └─┬Namespace
    ├──[➕] properties (3371:9)
    └──[➕] properties (3375:9)
Document Element Total Changes Breaking Changes
components 23 5
paths 16 3

PYTHON CHANGELOG

deepObjectParams: 0.1.0 - 2024-07-15

🐝 New Features

  • Support for deepObject style parameters with BaseModel and Dict (commit by @bflad)

constsAndDefaults: 1.0.5 - 2024-11-12

🐛 Bug Fixes

core: 5.10.9 - 2025-01-31

🐛 Bug Fixes

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

core: 5.10.8 - 2025-01-30

🐛 Bug Fixes

  • fixed handling of field names conflicting with reserved keywords (commit by @tristanspeakeasy)

core: 5.10.7 - 2025-01-29

🐛 Bug Fixes

  • allow for no global server url on pythonv2 sdks (commit by @walker-tx)

core: 5.10.6 - 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: 5.10.5 - 2025-01-23

🐛 Bug Fixes

  • register finalizer function to close httpx clients and document context manager usage (commit by @disintegrator)

core: 5.10.4 - 2025-01-20

🐛 Bug Fixes

core: 5.10.3 - 2025-01-20

🐛 Bug Fixes

  • fixed handling of additional dependencies and running of python tests (commit by @tristanspeakeasy)

core: 5.10.2 - 2025-01-13

🐛 Bug Fixes

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

core: 5.10.1 - 2025-01-10

🐛 Bug Fixes

  • prevent wrapping of lambda fn from causing pylint error (commit by @walker-tx)

core: 5.10.0 - 2025-01-08

🐝 New Features

  • expose sdk versioning data as constants in python (commit by @walker-tx)

core: 5.9.0 - 2025-01-08

🐝 New Features

  • Upgrade poetry to 2.0.0 for latest features such as PEP 621 support (commit by @bflad)

core: 5.8.0 - 2025-01-06

🐝 New Features

  • Bump Python minimum version to 3.9 as 3.8 has been end-of-life since October 2024 (commit by @bflad)

core: 5.7.6 - 2025-01-06

🐛 Bug Fixes

  • Upgrade mypy to 1.14.1 to prevent Python 3.13 errors (commit by @bflad)

core: 5.7.5 - 2025-01-06

🐛 Bug Fixes

deprecations: 3.0.2 - 2025-01-06

🐛 Bug Fixes

@github-actions github-actions bot added the prerelease Bump by a prerelease version label Jan 26, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1737851221 branch 6 times, most recently from 42d43a0 to 3c2f9e7 Compare February 1, 2025 00:29
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1737851221 branch from 3c2f9e7 to a2b45d8 Compare February 2, 2025 00:29
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.

1 participant