Skip to content

chore: 🐝 Update SDK - Generate 0.11.0 #23

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

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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 17, 2025

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

├─┬Info
│ └──[🔀] version (6:12)
└─┬Components
  ├─┬LiveVideoToVideoResponse
  │ ├──[➕] properties (1063:9)
  │ ├──[➕] properties (1058:9)
  │ ├─┬subscribe_url
  │ │ ├──[🔀] title (1046:18)
  │ │ └──[🔀] description (1047:24)
  │ └─┬publish_url
  │   ├──[🔀] title (1065:18)
  │   └──[🔀] description (1066:24)
  └─┬LiveVideoToVideoParams
    ├──[➕] properties (1017:9)
    ├──[➕] properties (1022:9)
    ├──[➕] properties (1027:9)
    ├─┬subscribe_url
    │ ├──[🔀] type (1013:17)❌ 
    │ ├──[🔀] title (1014:18)
    │ ├──[🔀] description (1015:24)
    │ └──[➕] default (1016:20)❌ 
    ├─┬params
    │ ├──[🔀] type (1023:17)❌ 
    │ ├──[🔀] title (1024:18)
    │ ├──[🔀] description (1025:24)
    │ └──[🔀] default (1026:20)❌ 
    ├─┬model_id
    │ ├──[🔀] title (1019:18)
    │ └──[🔀] description (1020:24)
    └─┬publish_url
      ├──[🔀] title (1005:18)
      └──[🔀] description (1006:24)
Document Element Total Changes Breaking Changes
info 1 0
components 21 4

PYTHON CHANGELOG

core: 5.19.2 - 2025-06-04

🐛 Bug Fixes

  • Prevent local installation issues with README-PYPI.md (commit by @bflad)

core: 5.19.1 - 2025-05-29

🐛 Bug Fixes

  • Update h11 and httpcore dependencies to avoid h11 security issue [force-gen] (commit by @Kanwardeep)

core: 5.19.0 - 2025-05-20

🐝 New Features

  • Enable module lazy loading. This leads to faster module import times (commit by @Kanwardeep)

core: 5.18.1 - 2025-05-15

🐛 Bug Fixes

  • Prevent AsyncClient.aclose() not awaited warnings (commit by @bflad)

core: 5.18.0 - 2025-05-12

🐝 New Features

  • upgrade minimum python version to 3.9.2 (commit by @simplesagar)

core: 5.17.2 - 2025-05-07

🐛 Bug Fixes

  • fixed stability of generated examples using operation and field seeds, including fixes to union examples (commit by @tristanspeakeasy)

core: 5.17.1 - 2025-05-04

🐛 Bug Fixes

  • Revert the commit which introduced moduleName change (commit by @Kanwardeep)

core: 5.17.0 - 2025-04-30

🐝 New Features

  • adding the ability to choose module name by adding a new key in gen.yaml (commit by @Kanwardeep)

core: 5.16.1 - 2025-04-23

🐛 Bug Fixes

  • improved python http client finalizer to avoid testing issues (commit by @tristanspeakeasy)

core: 5.16.0 - 2025-04-18

🐝 New Features

  • Remove typing-inspection dependency (commit by @bflad)

core: 5.15.0 - 2025-04-17

🐝 New Features

  • Remove python-dateutil dependency (commit by @bflad)

core: 5.14.0 - 2025-04-15

🐝 New Features

  • Upgrade mypy to 1.15 for performance and correctness improvements (commit by @bflad)

core: 5.12.7 - 2025-04-11

🐛 Bug Fixes

  • increase stability of generator model file names (commit by @vishalg0wda)

core: 5.13.0 - 2025-04-07

🐝 New Features

  • Improve memory utilization and startup time with Pydantic 2.11 upgrade (commit by @bflad)

core: 5.12.6 - 2025-04-03

🐛 Bug Fixes

  • improve performance of generation on multicore machines and various fixes to correctness based on order of generation (commit by @tristanspeakeasy)

core: 5.12.5 - 2025-03-28

🐛 Bug Fixes

  • Prevent Pydantic 2.11 deprecation warnings with model_fields usage in models (commit by @bflad)

core: 5.12.4 - 2025-03-16

🐛 Bug Fixes

  • force quote circular referenced types (commit by @ThomasRooney)

core: 5.12.3 - 2025-03-10

🐛 Bug Fixes

  • disable key sorting when serializing to json (commit by @disintegrator)

core: 5.12.2 - 2025-03-02

🐛 Bug Fixes

  • handle indirect circular references (commit by @vishalg0wda)

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)

sdkHooks: 1.1.0 - 2025-05-15

🐝 New Features

sdkHooks: 1.0.1 - 2025-02-18

🐛 Bug Fixes

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

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)

globalServerURLs: 3.1.1 - 2025-05-09

🐛 Bug Fixes

@github-actions github-actions bot added the minor Minor version bump label Feb 17, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 7 times, most recently from c0b79bb to 6e20a08 Compare February 24, 2025 00:18
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 8 times, most recently from 93db6a8 to c1c6207 Compare March 4, 2025 00:18
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 8 times, most recently from 7828a32 to fddcce3 Compare March 12, 2025 00:18
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 6 times, most recently from 1b09bf7 to 83f3f04 Compare March 18, 2025 00:18
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 7 times, most recently from d0de2c4 to ad12814 Compare May 19, 2025 00:21
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 8 times, most recently from 41fea16 to 4bf056c Compare May 27, 2025 00:19
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 7 times, most recently from 6fcd19d to 13de684 Compare June 3, 2025 00:20
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch 5 times, most recently from 0ba20b4 to bba003f Compare June 8, 2025 00:22
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1739751486 branch from 9e02a77 to 03bff23 Compare June 9, 2025 00:21
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