Skip to content

Conversation

@github-actions
Copy link
Contributor

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├──[➖] webhooks (3279:9)❌ 
├──[➖] webhooks (3290:9)❌ 
├──[➖] webhooks (3223:9)❌ 
├──[➖] webhooks (3238:9)❌ 
├──[➖] webhooks (3305:9)❌ 
├──[➖] webhooks (3333:9)❌ 
├──[➖] webhooks (3212:9)❌ 
├──[➖] webhooks (3253:9)❌ 
├──[➖] webhooks (3321:9)❌ 
├─┬Paths
│ ├──[➖] path (1397:5)❌ 
│ ├──[➖] path (1561:5)❌ 
│ ├──[➕] path (1054:3)
│ ├─┬/companies/{companyId}/accessToken
│ │ └─┬GET
│ │   └──[🔀] description (911:20)
│ ├─┬/companies/{companyId}/connectionManagement/accessToken
│ │ └─┬GET
│ │   └──[🔀] description (960:20)
│ ├─┬/companies/{companyId}
│ │ ├──[➕] patch (544:7)
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       ├─┬Simple company
│ │ │       │ ├──[🔀] value (392:21)
│ │ │       │ ├──[🔀] value (392:21)
│ │ │       │ └──[➕] value (392:21)
│ │ │       ├─┬Parent multi-entity company
│ │ │       │ ├──[🔀] value (408:21)
│ │ │       │ ├──[🔀] value (408:21)
│ │ │       │ └──[➕] value (408:21)
│ │ │       └─┬Subsidiary multi-entity company
│ │ │         ├──[🔀] value (432:21)
│ │ │         ├──[🔀] value (432:21)
│ │ │         ├──[🔀] value (432:21)
│ │ │         └──[➕] value (432:21)
│ │ └─┬PUT
│ │   ├──[🔀] summary (501:16)
│ │   ├──[🔀] description (502:20)
│ │   ├──[🔀] operationId (503:20)❌ 
│ │   └─┬Extensions
│ │     └──[➕] x-speakeasy-name-override (504:34)
│ ├─┬/companies/{companyId}/connections/{connectionId}/options/{dataType}
│ │ └─┬GET
│ │   └──[🔀] description (2183:20)
│ ├─┬/connectionManagement/corsSettings
│ │ ├─┬GET
│ │ │ ├──[🔀] summary (988:16)
│ │ │ ├──[🔀] description (998:20)
│ │ │ ├──[➕] deprecated (991:19)
│ │ │ └─┬Extensions
│ │ │   ├──[➕] x-speakeasy-deprecation-message (992:40)
│ │ │   └──[➕] x-speakeasy-deprecation-replacement (995:44)
│ │ └─┬POST
│ │   ├──[🔀] summary (1017:16)
│ │   ├──[🔀] description (1028:20)
│ │   ├──[➕] deprecated (1021:19)
│ │   └─┬Extensions
│ │     ├──[➕] x-speakeasy-deprecation-message (1022:40)
│ │     └──[➕] x-speakeasy-deprecation-replacement (1025:44)
│ └─┬/companies
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       ├─┬List of Companies
│   │       │ └──[🔀] value (161:21)
│   │       └─┬One company
│   │         └──[🔀] value (125:21)
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           ├─┬With a description
│           │ ├──[🔀] value (319:21)
│           │ ├──[🔀] value (319:21)
│           │ └──[➕] value (319:21)
│           ├─┬With no description
│           │ ├──[🔀] value (306:21)
│           │ ├──[🔀] value (306:21)
│           │ └──[➕] value (306:21)
│           └─┬With a tag
│             ├──[🔀] value (332:21)
│             ├──[🔀] value (332:21)
│             ├──[🔀] value (332:21)
│             └──[➕] value (332:21)
└─┬Components
  ├──[➖] parameters (5937:13)❌ 
  ├──[➖] schemas (4411:13)❌ 
  ├──[➖] schemas (4149:13)❌ 
  ├──[➖] schemas (3928:13)❌ 
  ├──[➖] schemas (5518:13)❌ 
  ├──[➖] schemas (3503:13)❌ 
  ├──[➖] schemas (5146:13)❌ 
  ├──[➖] schemas (3462:13)❌ 
  ├──[➖] schemas (4749:13)❌ 
  ├──[➖] schemas (5194:13)❌ 
  ├──[➖] schemas (4107:13)❌ 
  ├──[➕] schemas (3590:7)
  ├─┬Profile
  │ └──[➖] properties (4882:17)❌ 
  └─┬WebhookConsumer
    ├──[➖] properties (5619:17)❌ 
    └─┬companyTags
      └──[➕] nullable (5148:21)❌ 
Document Element Total Changes Breaking Changes
paths 43 3
components 15 14

PYTHON CHANGELOG

core: 5.12.1 - 2025-02-21

🐛 Bug Fixes

  • handle usage snippet templating when no servers are defined in the spec (commit by @vishalg0wda)

core: 5.12.0 - 2025-02-12

🐝 New Features

  • support openapi specs without server urls (commit by @vishalg0wda)

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

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)

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)

nullables: 1.0.1 - 2025-02-17

🐛 Bug Fixes

  • represent maps/arrays that can contain null (commit by @disintegrator)

deprecations: 3.0.2 - 2025-01-06

🐛 Bug Fixes

examples: 3.0.1 - 2025-01-08

🐛 Bug Fixes

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

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

  • Ensure base_url is set with global or client instantiation server URL (commit by @bflad)

@github-actions github-actions bot requested a review from dcoplowe as a code owner February 24, 2025 15:52
@github-actions github-actions bot added the minor Minor version bump label Feb 24, 2025
@pj-simpson pj-simpson self-requested a review February 24, 2025 15:54
@pj-simpson pj-simpson merged commit f69caf8 into main Feb 24, 2025
@pj-simpson pj-simpson deleted the speakeasy-sdk-regen-1740412291 branch February 24, 2025 15:54
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.

3 participants