Skip to content

Conversation

@github-actions
Copy link

SDK update

Based on:

Versioning

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

OpenAPI Change Summary

No specification changes

PYTHON CHANGELOG

unions: 3.0.4 - 2024-11-21

🐛 Bug Fixes

  • search recursively for the discriminator attribute in nested unions (commit by @2ynn)

unions: 3.0.3 - 2024-11-05

🐛 Bug Fixes

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

serverEvents: 1.0.7 - 2024-12-03

🐛 Bug Fixes

  • adjust return type between sync/async SSE methods correctly (commit by @disintegrator)

serverEvents: 1.0.6 - 2024-11-26

🐛 Bug Fixes

  • return type for async sse methods now no longer return a union with the sync response (commit by @tristanspeakeasy)

serverEvents: 1.0.5 - 2024-11-21

🐛 Bug Fixes

  • make the returned iterator from server event methods a context manager so connection can be closed when done (commit by @tristanspeakeasy)

serverEvents: 1.0.4 - 2024-10-15

🐛 Bug Fixes

  • handle error responses in async SSE methods (commit by @disintegrator)

serverEvents: 1.0.3 - 2024-10-04

🐛 Bug Fixes

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)

responseFormat: 1.0.1 - 2024-09-27

🐛 Bug Fixes

  • fixes to Optional responses when they don't need to be (commit by @tristanspeakeasy)

retries: 3.0.2 - 2024-09-06

🐛 Bug Fixes

retries: 3.0.1 - 2024-09-06

🐛 Bug Fixes

envVarSecurityUsage: 0.3.2 - 2024-11-04

🐛 Bug Fixes

nameOverrides: 3.0.1 - 2024-12-20

🔧 Chores

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

constsAndDefaults: 1.0.5 - 2024-11-12

🐛 Bug Fixes

constsAndDefaults: 1.0.4 - 2024-10-01

🐛 Bug Fixes

constsAndDefaults: 1.0.3 - 2024-09-18

🐛 Bug Fixes

globalServerURLs: 3.1.0 - 2024-12-16

🐝 New Features

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

flattening: 3.1.0 - 2024-09-30

🐝 New Features

  • allow configuring order of flattened parameter and body arguments (commit by @disintegrator)

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)

core: 5.6.9 - 2024-12-04

🐛 Bug Fixes

  • avoid setting content-type header for requests with no bodies (commit by @disintegrator)

core: 5.6.8 - 2024-11-22

🐛 Bug Fixes

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

core: 5.6.7 - 2024-11-22

🐛 Bug Fixes

  • make the SDK a context manager so transports can be closed after use (commit by @tristanspeakeasy)

core: 5.6.6 - 2024-11-21

🐛 Bug Fixes

  • widen python-dateutil dependency requirement (commit by @disintegrator)

core: 5.6.5 - 2024-11-12

🐛 Bug Fixes

core: 5.6.4 - 2024-11-05

🐛 Bug Fixes

  • Prevent compilation errors with missing response schemas (commit by @bflad)

core: 5.6.3 - 2024-11-04

🐛 Bug Fixes

  • Prevent compilation errors on macOS and if the source code directory changes (commit by @bflad)

core: 5.6.2 - 2024-10-31

🐛 Bug Fixes

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

core: 5.6.1 - 2024-10-29

🔧 Chores

core: 5.6.0 - 2024-10-07

🐝 New Features

core: 5.5.8 - 2024-10-01

🐛 Bug Fixes

core: 5.5.7 - 2024-09-27

🐛 Bug Fixes

  • update readme formatting (commit by @adaam2)

core: 5.5.6 - 2024-09-25

🐛 Bug Fixes

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

core: 5.5.5 - 2024-09-25

🐛 Bug Fixes

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

core: 5.5.4 - 2024-09-18

🐛 Bug Fixes

core: 5.5.3 - 2024-09-12

🐛 Bug Fixes

  • crash when there was no available security (commit by @ThomasRooney)

core: 5.5.2 - 2024-09-11

🔧 Chores

core: 5.5.1 - 2024-09-10

🔧 Chores

core: 5.5.0 - 2024-09-08

🐝 New Features

core: 5.4.5 - 2024-09-07

🐛 Bug Fixes

  • ensure async client is used for async request building (commit by @tristanspeakeasy)

core: 5.4.4 - 2024-09-06

🔧 Chores

core: 5.4.3 - 2024-09-05

🐛 Bug Fixes

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

core: 5.4.2 - 2024-08-28

🐛 Bug Fixes

core: 5.3.9 - 2024-08-18

🐛 Bug Fixes

  • fixed handling of unset values when using serializers (commit by @tristanspeakeasy)

core: 5.4.1 - 2024-08-17

🔧 Chores

  • remove unused method param (commit by @adaam2)

core: 5.3.8 - 2024-08-12

🐛 Bug Fixes

core: 5.4.0 - 2024-08-09

🐝 New Features

@github-actions github-actions bot added the minor Minor version bump label Jan 10, 2025
@BennyKok BennyKok merged commit 58a4866 into main Jan 10, 2025
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