|
1 | 1 | # Splunk Cloud SDK for Python Changelog |
2 | 2 |
|
| 3 | +## Version 10.0.0 |
| 4 | + |
| 5 | +### Services |
| 6 | + |
| 7 | +#### Breaking Changes |
| 8 | + |
| 9 | +##### Features |
| 10 | + |
| 11 | +- Catalog v2beta1: |
| 12 | + - `create_dataset_import` returns datatype of `Dataset` (replaced 'ImportDataset') |
| 13 | + - `create_dataset_import_by_id` returns `DatasetImportedby` (replaced 'ImportDataset') |
| 14 | + - `DatasetImportedBy` has a new property `owner` and property `name` is now optional |
| 15 | + |
| 16 | +- Identity service v2beta1: |
| 17 | + - Models `AppList`, `GroupList`, `Keylist`, `MemberList`, `PricipalList`, `RoleList`, `RolePermissionList` and `SubscriptionList` removed |
| 18 | + - Property `encode_state` added to `ResolveBody` model |
| 19 | + - Property `count` removed from model `IdentityProviderList` |
| 20 | + - Property `name` removed from model `SenstiveTenant` |
| 21 | + - Properties `count` and `details` removed from models `ServiceAccountList`, `TakedownPrincipalList`, `TenantList` |
| 22 | + - Property `items` in model `ServiceAccountList` has a reference to `ServiceAccount` |
| 23 | + - Property `items` in model `TakedownPrincipalList` has a reference to `TakedownPrincipal` |
| 24 | + - Property `items` in model `TenantList` has a reference to `Tenant` |
| 25 | + |
| 26 | +- Ingest v1beta2: |
| 27 | + - New properties `ack_enabled`, `allow_query_string_auth`, `diabled` and `indexes` added to models `HecTokenAccessResponse`, `HecTokenCretaeRequest`, `HecTokenCreateResponse`, `HecTokenUpdateRequest` |
| 28 | + - Remove endpoint of `upload_files` |
| 29 | + |
| 30 | +- Provisioner v1beta1: |
| 31 | + - Model `ECStackName` renamed to `EcStackName` |
| 32 | + |
| 33 | +- Search v2beta1: |
| 34 | + - Model `ListSearchResultsResponseFields` renamed to `ListPreiviewResultsResponseFields` |
| 35 | + |
| 36 | +- Search v3alpha1: |
| 37 | + - Model `ListSearchResultsResponseFields` renamed to `ListPreiviewResultsResponseFields` |
| 38 | + |
| 39 | +- Stream v3beta1: |
| 40 | + - Remove endpoint of `upload_plugin` and `upload_file` |
| 41 | + - Model `RulesSourcetypesResponse` renamed to `RulesPackageSourcetypes` |
| 42 | + - Model `RulesActionsResponse` renamed to `RulesPackageActions` |
| 43 | + |
| 44 | +#### Non-Breaking Changes |
| 45 | + |
| 46 | +##### Features |
| 47 | + |
| 48 | +- Identity v2beta1: |
| 49 | + - New model `AddInvisibleMemberBody` added |
| 50 | + - New endpoints `add_invisible_member`, `get_member_admin` and `remove_member_admin` added |
| 51 | + - New properties `expires_at` and `visible` added to `Member` model |
| 52 | + - New models `DeviceAuthInfo` and `UpdateRoleBody` added |
| 53 | + |
| 54 | +- Identity v3alpha1: |
| 55 | + - New version introduced |
| 56 | + |
| 57 | +- Ingest v1beta2: |
| 58 | + - New models `UploadSuccessResponse` and `FileUploadDetails` added |
| 59 | + |
| 60 | +- KVStore v1beta1: |
| 61 | + - New endpoint `truncate_records` added |
| 62 | + - New parameter `IfMatchHeaderParam` added |
| 63 | + |
| 64 | +- Search v3alpha1: |
| 65 | + - New models `SearchModule`, `StatementDispatchStatus`, and `SingleSatatementQueryParamters` added |
| 66 | + - New endpoints `create_multi_search_method` and `create_search_statements` added |
| 67 | + |
| 68 | +- Streams v2beta1: |
| 69 | + - New property `messages` added to model `ConnectionSaveResponse` |
| 70 | + - New property `complexity` added to model `PipelineResponse` |
| 71 | + - New property `activate_latest_version` added to model `ReactivatePipelineRequest` |
| 72 | + |
| 73 | +- Streams v3beta1: |
| 74 | + - New models `CollectJobPatchRequest`, `DataStream`, `DataStreamRequest`, `DataStreamResponse`, `EntitlementRequest`, |
| 75 | + `EntitlementResponse`, `PaginatedResponseOfRuleKind`, `RulesKind` and `PluginResponse` |
| 76 | + - New endpoints `create_data_stream`, `delete_collect_job`, `delete_data_stream`, `delete_entitlements`, `delete_rules_package`, |
| 77 | + `describe_data_stream`, `get_entitlements`, `get_rules_package_by_id`, `list_data_streams`, `list_rule_kinds`, `release_info`, |
| 78 | + `set_entitlements`, `update_collect_job`, `update_data_stream` and `update_rules_package_by_id` added |
| 79 | + |
3 | 80 | ## Version 9.0.0 |
4 | 81 |
|
5 | 82 | ### Library |
|
0 commit comments