Skip to content

Commit

Permalink
bump scloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljiang1 committed Feb 10, 2022
1 parent 8741f1f commit 32c04d2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 76 deletions.
150 changes: 75 additions & 75 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
# Splunk Cloud SDK for Go Changelog

## Version 1.12.0-beta.7
#### Breaking Changes
* `Catalog service`:
* Apis whose name ends with `ById` have changed by removing `ById` in the name , and apis whose name ends with `ByResourceName` have changed by removing `ByResourceName` in the name. In details, the following apis' names have changed:
* CreateActionForRuleById -> CreateActionForRule
* CreateAnnotationForDashboardbyId -> CreateAnnotationForDashboard
* CreateAnnotationForDatasetById -> CreateAnnotationForDataset
* CreateDatasetImportById -> CreateDatasetImport
* CreateFieldForDatasetById -> CreateFieldForDataset
* DeleteActionByIdForRuleById -> DeleteActionByIdForRule
* DeleteAnnotationOfDashboardById -> DeleteAnnotationOfDashboard
* DeleteAnnotationOfDatasetByResourceName -> DeleteAnnotationOfDataset
* DeleteDashboardByResourceName -> DeleteDashboard
* DeleteDatasetById -> DeleteDataset
* DeleteFieldByIdForDatasetById -> DeleteFieldByIdForDataset
* DeleteRuleById -> DeleteRule
* GetActionByIdForRuleById -> GetActionByIdForRule
* GetDashboardByResourceName -> GetDashboard
* GetDatasetById -> GetDataset
* GetFieldByIdForDatasetById -> GetFieldByIdForDataset
* GetRuleById -> GetRule
* ListActionsForRuleById -> ListActionsForRule
* ListAnnotationsForDashboardById -> ListAnnotationsForDashboard
* ListAnnotationsForDatasetByResourceName -> ListAnnotationsForDataset
* ListFieldsForDatasetById -> ListFieldsForDataset
* UpdateActionByIdForRuleById -> UpdateActionByIdForRule
* UpdateDashboardByResourceName -> UpdateDashboard
* UpdateDatasetById -> UpdateDataset
* UpdateRuleById -> UpdateRule



* Apis of `CreateAnnotationForDashboardsByResourceName`, `CreateDatasetImportByIdv1`, `CreateWorkflow`, `CreateWorkflowBuild`, `CreateWorkflowRun`, `DeleteWorkflowBuildById`, `DeleteWorkflowById`, `GetWorkflowBuildById`, `GetWorkflowRunById`, `ListWorkflows`, `UpdateWorkflowBuildById` were removed

* `Seach service`: `RefreshFederatedConnection()` and `TestFederatedConnection()` removed input parameter of `body`

#### Non-Breaking Changes
* New apis in `identity service`: `GetEntitlements`, `UpdateEntitlements`
* New apis in `search sevice`: `CreateDataset`,`DeleteDatasetById`, `GetDatasetById`, `ListDatasets`, `GetAllFederatedConnections`

#### Features

## SCloud v8.0.0-beta.6

#### Breaking Changes
* Catalog:
* Commands end with `by-id` has been changed by removing the `by-id` postfix
* Commands end with `by-resource-name` has been changed by removing the `by-resource-name` postfix
* Comands on workflow have been removed

#### Non-Breaking Changes
* New identity commands: `get-entitlements`, `update-entitlements`
#### Breaking Changes
* `Catalog service`:
* Apis whose name ends with `ById` have changed by removing `ById` in the name , and apis whose name ends with `ByResourceName` have changed by removing `ByResourceName` in the name. In details, the following apis' names have changed:
* CreateActionForRuleById -> CreateActionForRule
* CreateAnnotationForDashboardbyId -> CreateAnnotationForDashboard
* CreateAnnotationForDatasetById -> CreateAnnotationForDataset
* CreateDatasetImportById -> CreateDatasetImport
* CreateFieldForDatasetById -> CreateFieldForDataset
* DeleteActionByIdForRuleById -> DeleteActionByIdForRule
* DeleteAnnotationOfDashboardById -> DeleteAnnotationOfDashboard
* DeleteAnnotationOfDatasetByResourceName -> DeleteAnnotationOfDataset
* DeleteDashboardByResourceName -> DeleteDashboard
* DeleteDatasetById -> DeleteDataset
* DeleteFieldByIdForDatasetById -> DeleteFieldByIdForDataset
* DeleteRuleById -> DeleteRule
* GetActionByIdForRuleById -> GetActionByIdForRule
* GetDashboardByResourceName -> GetDashboard
* GetDatasetById -> GetDataset
* GetFieldByIdForDatasetById -> GetFieldByIdForDataset
* GetRuleById -> GetRule
* ListActionsForRuleById -> ListActionsForRule
* ListAnnotationsForDashboardById -> ListAnnotationsForDashboard
* ListAnnotationsForDatasetByResourceName -> ListAnnotationsForDataset
* ListFieldsForDatasetById -> ListFieldsForDataset
* UpdateActionByIdForRuleById -> UpdateActionByIdForRule
* UpdateDashboardByResourceName -> UpdateDashboard
* UpdateDatasetById -> UpdateDataset
* UpdateRuleById -> UpdateRule



* Apis of `CreateAnnotationForDashboardsByResourceName`, `CreateDatasetImportByIdv1`, `CreateWorkflow`, `CreateWorkflowBuild`, `CreateWorkflowRun`, `DeleteWorkflowBuildById`, `DeleteWorkflowById`, `GetWorkflowBuildById`, `GetWorkflowRunById`, `ListWorkflows`, `UpdateWorkflowBuildById` were removed

* `Seach service`: `RefreshFederatedConnection()` and `TestFederatedConnection()` removed input parameter of `body`

#### Non-Breaking Changes
* New apis in `identity service`: `GetEntitlements`, `UpdateEntitlements`
* New apis in `search sevice`: `CreateDataset`,`DeleteDatasetById`, `GetDatasetById`, `ListDatasets`, `GetAllFederatedConnections`

#### Features

## SCloud v8.0.0-beta.7

#### Breaking Changes
* Catalog:
* Commands end with `by-id` has been changed by removing the `by-id` postfix
* Commands end with `by-resource-name` has been changed by removing the `by-resource-name` postfix
* Comands on workflow have been removed

#### Non-Breaking Changes
* New identity commands: `get-entitlements`, `update-entitlements`
* New search commands: `create-dataset`,`delete-dataset-by-id`, `get-all-federated-connections`, `get-dataset-by-id`, `list-datasets`

## Version 1.12.0-beta.6
#### Breaking Changes
* Identity `IdentityProviderConfigBody` model removed field: `Kind`

#### Non-Breaking Changes
* Identity new APIs: `CreateSamlClient`, `DeleteSamlClient`, `GetSamlClient`, `ListSamlClients`, `UpdateSamlClient`
* Search new APIs: `CreateFederatedConnection`, `DeleteFederatedConnection`, `GetFederatedConnectionByName`, `PutFederatedConnectionByName`, `RefreshFederatedConnection`, `TestFederatedConnection`

#### Features
* `idp` package error messaging improved to provide url and requestId information for improved debugging.

## SCloud v8.0.0-beta.6

#### Breaking Changes
* Identity `create-identity-provider` removed param: `kind`

#### Non-Breaking Changes
* New identity commands: `create-saml-client`, `delete-saml-client`, `get-saml-client`, `list-saml-clients`, `update-saml-client`
* Identity `create-identity-provider` command new params: `enabled-jit`, `groups`
* New search commands: `create-federated-connection`, `delete-federated-connection`, `get-federated-connection-by-name`, `put-federated-connection-by-name`, `refresh-federated-connection`, `test-federated-connection`
* Streams `upgrade-pipeline` command new param: `validate-save-point`
* Streams `compile` command now accepts standard SPL format for file input, fix earlier issue where quotes and newlines were required for JSON formatting
* Forwarders `add-certificate` command now accepts standard PEM file format, fix earlier issue where quotes and newlines were required for JSON formatting

#### Features
#### Breaking Changes
* Identity `IdentityProviderConfigBody` model removed field: `Kind`

#### Non-Breaking Changes
* Identity new APIs: `CreateSamlClient`, `DeleteSamlClient`, `GetSamlClient`, `ListSamlClients`, `UpdateSamlClient`
* Search new APIs: `CreateFederatedConnection`, `DeleteFederatedConnection`, `GetFederatedConnectionByName`, `PutFederatedConnectionByName`, `RefreshFederatedConnection`, `TestFederatedConnection`

#### Features
* `idp` package error messaging improved to provide url and requestId information for improved debugging.

## SCloud v8.0.0-beta.6

#### Breaking Changes
* Identity `create-identity-provider` removed param: `kind`

#### Non-Breaking Changes
* New identity commands: `create-saml-client`, `delete-saml-client`, `get-saml-client`, `list-saml-clients`, `update-saml-client`
* Identity `create-identity-provider` command new params: `enabled-jit`, `groups`
* New search commands: `create-federated-connection`, `delete-federated-connection`, `get-federated-connection-by-name`, `put-federated-connection-by-name`, `refresh-federated-connection`, `test-federated-connection`
* Streams `upgrade-pipeline` command new param: `validate-save-point`
* Streams `compile` command now accepts standard SPL format for file input, fix earlier issue where quotes and newlines were required for JSON formatting
* Forwarders `add-certificate` command now accepts standard PEM file format, fix earlier issue where quotes and newlines were required for JSON formatting

#### Features
* scloud login command improved to provide url and requestId information for improved debugging. Use `scloud login --logtostderr` for more detailed debugging information.

## Version 1.12.0-beta.5
Expand Down
2 changes: 1 addition & 1 deletion cmd/scloud/cmd/scloud/version/client_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

// Version the released version of the SDK

const ScloudVersion = "8.0.0-beta.6"
const ScloudVersion = "8.0.0-beta.7"

// UserAgent Scloud Client Identifier
const UserAgent = "scloud"

0 comments on commit 32c04d2

Please sign in to comment.