Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Dec 18, 2025

SDK update

Versioning

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

Python SDK Changes:

  • unstructured_client.destinations.create_destination():
    • request.create_destination_connector.config.[astra_db_connector_config_input].additional_properties Added
    • response.config.[astra_db_connector_config].additional_properties Added
  • unstructured_client.destinations.get_destination(): response.config.[astra_db_connector_config].additional_properties Added
  • unstructured_client.destinations.list_destinations(): response.[].config.[astra_db_connector_config].additional_properties Added
  • unstructured_client.destinations.update_destination():
    • request.update_destination_connector.config.[astra_db_connector_config_input].additional_properties Added
    • response.config.[astra_db_connector_config].additional_properties Added
OpenAPI Change Summary
└─┬Components
  ├─┬AstraDBConnectorConfigInput
  │ └──[➕] additionalProperties (2224:33)❌ 
  └─┬AstraDBConnectorConfig
    └──[➕] additionalProperties (2171:33)❌ 
Document Element Total Changes Breaking Changes
components 2 2

PYTHON CHANGELOG

additionalProperties: 1.0.1 - 2024-09-06

🐛 Bug Fixes

  • fixed handling of additional properties in models with nullable fields (commit by @tristanspeakeasy)

Based on Speakeasy CLI 1.601.0

@github-actions github-actions bot added the minor Minor version bump label Dec 18, 2025
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766016601 branch 8 times, most recently from 12041ea to 4f1cc56 Compare December 26, 2025 00:14
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766016601 branch 6 times, most recently from 1e7cc65 to 9749107 Compare January 1, 2026 00:16
* `unstructured_client.destinations.create_destination()`: 
  *  `request.create_destination_connector.config.[astra_db_connector_config_input].additional_properties` **Added**
  *  `response.config.[astra_db_connector_config].additional_properties` **Added**
* `unstructured_client.destinations.get_destination()`:  `response.config.[astra_db_connector_config].additional_properties` **Added**
* `unstructured_client.destinations.list_destinations()`:  `response.[].config.[astra_db_connector_config].additional_properties` **Added**
* `unstructured_client.destinations.update_destination()`: 
  *  `request.update_destination_connector.config.[astra_db_connector_config_input].additional_properties` **Added**
  *  `response.config.[astra_db_connector_config].additional_properties` **Added**
@github-actions github-actions bot force-pushed the speakeasy-sdk-regen-1766016601 branch from 9749107 to 9622c10 Compare January 2, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

2 participants