Skip to content

Commit 6a29b65

Browse files
committed
update changelog
1 parent 2bfd8db commit 6a29b65

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,34 @@
11
# Splunk Cloud SDK for Go Changelog
2-
3-
## Version 1.12.0-beta.2
4-
update scloud version to 8.0.0-beta.2
2+
3+
## Version 1.12.0-beta.2
4+
#### Breaking Changes
5+
* Identity service: `UseDefaultIdp` optional property was removed from `Tenant` in model
6+
* Ingest service: `PostCollectorRaw` and `PostCollectorRawV1` APIs were removed
7+
* Streams service: `CreateDataStream`, `DeleteDataStream`, `DescribeDataStream`, `ListDataStreams`, and `UpdateDataStream` APIs were removed
8+
9+
10+
#### Non-Breaking Changes
11+
* Search service: updated to target v2 endpoints (previously v2beta1) including new endpoint: `ExportResults`
12+
* Identity service: added new APIs of `CreateIdentityProvider`, `DeleteIdentityProvider`, `GetIdentityProvider`, `ListIdentityProvider`, and `UpdateIdentityProvider`;
13+
New optional property `AcceptTos` for `CreatePrincipalBody` was added in model
14+
15+
* Streams service: Added a new API of `UploadLookupFile`
16+
17+
18+
19+
20+
## SCloud v8.0.0-beta.2
21+
22+
#### Breaking Changes
23+
* Ingest command: removed `post-collector-raw` and `post-collector-raw-v-1` commands
24+
* Streams command: removed commands of `create-data-stream`, `delete-data-stream`, `describe-data-stream`, `list-data-streams`, `update-data-stream`
25+
26+
#### Non-Breaking Changes
27+
* Search command: updated to v2 endpoints (previously v2beta1) including new commmand: `export-results`
28+
* Identity commmand: new commands of `create-identity-provider`, `delete-identity-provider`, `get-identity-provider`, `update-identity-provider` were added; new `--accept-tos` flag for identity `create-principal` commmand
29+
* Streams command: new command of `upload-lookup-file` was added
30+
31+
532

633
## Version 1.12.0-beta.1
734
* Added support for multipart/form data endpoints

0 commit comments

Comments
 (0)