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 0.10.0 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 15, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Paths
│ ├──[➕] path (7636:5)
│ ├─┬/v1/keys.getVerifications
│ │ └─┬GET
│ │   ├──[🔀] operationId (2349:24)❌ 
│ │   └─┬Extensions
│ │     └──[➕] x-speakeasy-name-override (2350:38)
│ ├─┬/v1/migrations.createKeys
│ │ └─┬POST
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬Schema
│ │           ├──[➕] properties (5144:21)
│ │           └─┬ownerId
│ │             ├──[🔀] description (5140:38)
│ │             └──[➕] deprecated (5142:37)
│ ├─┬/v1/ratelimits.setOverride
│ │ └─┬POST
│ │   └──[🔀] operationId (4461:24)❌ 
│ ├─┬/v1/apis.listKeys
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └─┬total
│ │             └──[🔀] description (3867:38)
│ └─┬/v1/keys.deleteKey
│   └─┬POST
│     └─┬Requestbody
│       └─┬application/json
│         └─┬Schema
│           └──[➕] properties (1346:19)
└─┬Components
  └─┬V1KeysVerifyKeyRequest
    ├──[➕] properties (768:11)
    └──[➕] properties (745:11)
Document Element Total Changes Breaking Changes
components 2 0
paths 9 2

PYTHON CHANGELOG

nameOverrides: 3.0.1 - 2024-12-20

🔧 Chores

  • Rename baseSDK methods to prevent accidental name collision with user defined methods (commit by @Kanwardeep)

globalSecurity: 3.0.3 - 2025-02-06

🐛 Bug Fixes

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

ignores: 3.0.1 - 2024-12-23

🐛 Bug Fixes

  • Resolve SDK installation issue for pythonv2. The issue arises because pip/poetry is unable to localt README-pypi file (commit by @Kanwardeep)

examples: 3.0.1 - 2025-01-08

🐛 Bug Fixes

  • prevent map examples from retaining obsolete key-value pairs (commit by @2ynn)

flattening: 3.1.1 - 2025-01-30

♻️ Refactors

  • Add tests to validate resiliancy of python SDK. (commit by @Kanwardeep)

globalServerURLs: 3.1.0 - 2024-12-16

🐝 New Features

  • allow server URL to be overridable always (commit by @disintegrator)

pagination: 3.0.3 - 2025-01-29

🐛 Bug Fixes

  • only add jsonpath-python if pagination used in an SDK (commit by @disintegrator)

pagination: 3.0.2 - 2024-12-20

🐛 Bug Fixes

  • respect pagination defaults from OpenAPI spec (commit by @disintegrator)

core: 5.11.0 - 2025-02-04

🐝 New Features

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

core: 5.7.4 - 2024-12-16

🐛 Bug Fixes

  • flattening with hidden parameters (commit by @mfbx9da4)

core: 5.7.3 - 2024-12-13

🐛 Bug Fixes

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

core: 5.7.2 - 2024-12-13

🐛 Bug Fixes

core: 5.7.1 - 2024-12-12

🐛 Bug Fixes

  • templating of local server URLs (commit by @mfbx9da4)

core: 5.7.0 - 2024-12-12

🐝 New Features

  • support passing extra request headers in sdk method calls (commit by @disintegrator)

core: 5.6.11 - 2024-12-09

🔧 Chores

core: 5.6.10 - 2024-12-06

🐛 Bug Fixes

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

deprecations: 3.0.2 - 2025-01-06

🐛 Bug Fixes

deprecations: 3.0.1 - 2025-01-02

🐛 Bug Fixes

  • Prevent compilation error for x-speakeasy-deprecation-message with newline characters (commit by @bflad)

@github-actions github-actions bot added the minor Minor version bump label Jan 15, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900721 branch 8 times, most recently from bc875ec to 09ded39 Compare January 23, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900721 branch 7 times, most recently from 52268ad to 39342d6 Compare January 30, 2025 00:25
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900721 branch 7 times, most recently from 41c66a8 to 4ffb886 Compare February 6, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900721 branch 6 times, most recently from 6589dc0 to adde146 Compare February 12, 2025 00:26
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1736900721 branch from c143e52 to 551389a Compare February 13, 2025 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant