Skip to content

Commit 8fcee9a

Browse files
author
Parul Upadhyaya
committed
update version
1 parent b3f1729 commit 8fcee9a

2 files changed

Lines changed: 43 additions & 43 deletions

File tree

CHANGELOG.md

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
# Splunk Cloud SDK for Python Changelog
22

3-
## Version
4-
#### Breaking Changes
5-
##### Features
6-
7-
* Ingest service (v1beta2):
8-
- Model `HECResponse` has been removed
9-
10-
* KVStore service (v1beta1)
11-
- Model `Key` renamed to `Record` and has an additional required field `user`
12-
- Endpoints `insert_record` and `put_record` have returnType Record (earlier it was Key)
13-
14-
* Search service (v3alpha1)
15-
16-
- Models `RecurringSearch` and `UpdateRecurringSearch` have been removed
17-
- Endpoint `create_dataset` takes in argument `DatasetPOST` instead of `Dataset`
18-
- Endpoint `update_dataset_by_id` takes in argument `DatasetPATCH` instead of `Dataset`
19-
- Endpoint `delete_dataset_by_id` has a returnType `SSCVoidModel` instead of `Dataset`
20-
- Endpoint `list_spl2_modules` has a returnType `ListModules` instead of `List[Module]`
21-
- Endpoints `create_recurring_search`, `delete_recurring_search`, `get_all_jobs_for_recurring_search`, `get_job_for_recurring_search`, `get_recurring_search`, `list_recurring_searches` and `update_recurring_search` have been removed
22-
23-
#### Non-Breaking Changes
24-
##### Features
25-
26-
* Identity service (v3):
27-
- Models `ResetPasswordBody`, `UpdateGroupBody`, `UpdatePasswordBody` and `UpdateRoleBody` have been added
28-
- Endpoints `reset_password`, `update_password`, `update_group` and `update_role` have been added
29-
- Parameters `description` and `display_name` have been added to models `CreateGroupBody`, `CreateRoleBody`, `Role`, and `Group`.
30-
31-
* Search service (v3alpha1)
32-
- Models `DatasetPATCH`, `DatasetPOST`, `FederatedConnection`, `FederatedConnectionInput` and `ListModules` have been added
33-
- Endpoints `create_federated_connection`, `delete_federated_connection`, `get_federated_connection_by_name` and `put_federated_connection_by_name` have been added
34-
35-
* Streams service (v3beta1)
36-
- Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added.
37-
- Parameter `skip_validation` has been added to `create_connection` endpoint
38-
- Parameter `create_user_id` has been added to `list_templates` endpoint
39-
- Endpoints `reactivation_status`, `validate_connection`, and `upgrade_pipeline` have been added
40-
- Parameter `metadata` has been added to `ConnectorResponse`
41-
- Parameter `labels` has been added to `PipelinePatchRequest`, `PipelineRequest` and `PipelineResponse` models
42-
- Parameter `uberJarSha256` has been added to `PipelineResponse` model
43-
- `ACTIVATING` and `DEACTIVATING` added to model `PipelineResponse` status enum
44-
- Model `Source` has changed with properties `node` and `pipeline_version` deleted and 18 new properties added
3+
## Version 12.0.0-beta3
4+
#### Breaking Changes
5+
##### Features
6+
7+
* Ingest service (v1beta2):
8+
- Model `HECResponse` has been removed
9+
10+
* KVStore service (v1beta1)
11+
- Model `Key` renamed to `Record` and has an additional required field `user`
12+
- Endpoints `insert_record` and `put_record` have returnType Record (earlier it was Key)
13+
14+
* Search service (v3alpha1)
15+
16+
- Models `RecurringSearch` and `UpdateRecurringSearch` have been removed
17+
- Endpoint `create_dataset` takes in argument `DatasetPOST` instead of `Dataset`
18+
- Endpoint `update_dataset_by_id` takes in argument `DatasetPATCH` instead of `Dataset`
19+
- Endpoint `delete_dataset_by_id` has a returnType `SSCVoidModel` instead of `Dataset`
20+
- Endpoint `list_spl2_modules` has a returnType `ListModules` instead of `List[Module]`
21+
- Endpoints `create_recurring_search`, `delete_recurring_search`, `get_all_jobs_for_recurring_search`, `get_job_for_recurring_search`, `get_recurring_search`, `list_recurring_searches` and `update_recurring_search` have been removed
22+
23+
#### Non-Breaking Changes
24+
##### Features
25+
26+
* Identity service (v3):
27+
- Models `ResetPasswordBody`, `UpdateGroupBody`, `UpdatePasswordBody` and `UpdateRoleBody` have been added
28+
- Endpoints `reset_password`, `update_password`, `update_group` and `update_role` have been added
29+
- Parameters `description` and `display_name` have been added to models `CreateGroupBody`, `CreateRoleBody`, `Role`, and `Group`.
30+
31+
* Search service (v3alpha1)
32+
- Models `DatasetPATCH`, `DatasetPOST`, `FederatedConnection`, `FederatedConnectionInput` and `ListModules` have been added
33+
- Endpoints `create_federated_connection`, `delete_federated_connection`, `get_federated_connection_by_name` and `put_federated_connection_by_name` have been added
34+
35+
* Streams service (v3beta1)
36+
- Models `PipelineReactivateResponseAsync`, `PipelineReactivationStatus`, `UpgradePipelineRequest` and `ValidateConnectionRequest` have been added.
37+
- Parameter `skip_validation` has been added to `create_connection` endpoint
38+
- Parameter `create_user_id` has been added to `list_templates` endpoint
39+
- Endpoints `reactivation_status`, `validate_connection`, and `upgrade_pipeline` have been added
40+
- Parameter `metadata` has been added to `ConnectorResponse`
41+
- Parameter `labels` has been added to `PipelinePatchRequest`, `PipelineRequest` and `PipelineResponse` models
42+
- Parameter `uberJarSha256` has been added to `PipelineResponse` model
43+
- `ACTIVATING` and `DEACTIVATING` added to model `PipelineResponse` status enum
44+
- Model `Source` has changed with properties `node` and `pipeline_version` deleted and 18 new properties added
4545
- Parameter `learn_more_location` has been added to model `TemplateResponse`
4646

4747
## Version 12.0.0-beta2

splunk_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.0.0-beta2"
1+
__version__ = "12.0.0-beta3"

0 commit comments

Comments
 (0)