|
1 | 1 | # NEXT CHANGELOG |
2 | 2 |
|
3 | | -## Release v0.115.0 |
| 3 | +## Release v0.116.0 |
4 | 4 |
|
5 | 5 | ### New Features and Improvements |
6 | 6 |
|
7 | | -* Honor the Vercel `AI_AGENT=<name>` env var as a secondary fallback for AI agent detection in the User-Agent header (after the agents.md `AGENT=<name>` standard). Unrecognized fallback values now pass through the User-Agent sanitized and length-capped at 64 chars instead of being coerced to `agent/unknown`, so versioned variants such as `claude-code_2-1-141_agent` surface as-is. |
8 | | - |
9 | 7 | ### Security |
10 | 8 |
|
11 | 9 | ### Bug Fixes |
|
19 | 17 | ### Internal Changes |
20 | 18 |
|
21 | 19 | ### API Changes |
| 20 | +* Add `databricks.sdk.service.aisearch` and `databricks.sdk.service.bundledeployments` packages. |
| 21 | +* Add [w.ai_search](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/aisearch/ai_search.html) workspace-level service. |
| 22 | +* Add [w.bundle_deployments](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/bundledeployments/bundle_deployments.html) workspace-level service. |
| 23 | +* Add `running_instances` field for `databricks.sdk.service.apps.ApplicationStatus`. |
| 24 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.CatalogInfo`. |
| 25 | +* Add `environment_settings` field for `databricks.sdk.service.catalog.ConnectionInfo`. |
| 26 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.CreateCatalog`. |
| 27 | +* Add `environment_settings` field for `databricks.sdk.service.catalog.CreateConnection`. |
| 28 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.CreateSchema`. |
| 29 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.SchemaInfo`. |
| 30 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.UpdateCatalog`. |
| 31 | +* Add `environment_settings` field for `databricks.sdk.service.catalog.UpdateConnection`. |
| 32 | +* Add `custom_max_retention_hours` field for `databricks.sdk.service.catalog.UpdateSchema`. |
| 33 | +* Add `stream_source` field for `databricks.sdk.service.ml.DataSource`. |
| 34 | +* Add `ingestion_config` field for `databricks.sdk.service.ml.KafkaConfig`. |
| 35 | +* Add `clustering_columns`, `enable_auto_clustering` and `table_properties` fields for `databricks.sdk.service.pipelines.TableSpecificConfig`. |
| 36 | +* Add `branch_id` field for `databricks.sdk.service.postgres.Branch`. |
| 37 | +* Add `catalog_id` field for `databricks.sdk.service.postgres.Catalog`. |
| 38 | +* Add `database_id` field for `databricks.sdk.service.postgres.Database`. |
| 39 | +* Add `endpoint_id` field for `databricks.sdk.service.postgres.Endpoint`. |
| 40 | +* Add `project_id` field for `databricks.sdk.service.postgres.Project`. |
| 41 | +* Add `role_id` field for `databricks.sdk.service.postgres.Role`. |
| 42 | +* Add `synced_table_id` field for `databricks.sdk.service.postgres.SyncedTable`. |
| 43 | +* Add `allowed_databricks_destinations` field for `databricks.sdk.service.settings.EgressNetworkPolicyNetworkAccessPolicy`. |
| 44 | +* Add `facets`, `query_columns` and `sort_columns` fields for `databricks.sdk.service.vectorsearch.QueryVectorIndexRequest`. |
| 45 | +* Add `facet_result` field for `databricks.sdk.service.vectorsearch.QueryVectorIndexResponse`. |
| 46 | +* Add `facet_column_count` and `facet_columns` fields for `databricks.sdk.service.vectorsearch.ResultManifest`. |
| 47 | +* Add `dangerously_force_discard_all` field for `databricks.sdk.service.workspace.UpdateRepoRequest`. |
| 48 | +* [Breaking] Remove `databricks.sdk.service.bundle` package. |
| 49 | +* [Breaking] Remove [w.bundle](https://databricks-sdk-py.readthedocs.io/en/latest/workspace/bundle/bundle.html) workspace-level service. |
0 commit comments