Skip to content

Commit e95c71c

Browse files
author
Parul Upadhyaya
committed
Updated scloud version and changelog
1 parent b46f13e commit e95c71c

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
# Splunk Cloud SDK for Go Changelog
2-
3-
## Version 1.12.0-beta.3
2+
3+
## Version 1.12.0-beta.3
4+
45
#### Non-Breaking Changes
56
* Modified ingestSearch example to not fail on receiving 429 or 500 http error
67

7-
## SCloud v8.0.0-beta.2
8+
## SCloud v8.0.0-beta.3
89

910
#### Non-Breaking Changes
1011
* Support SCS environments gstage and prod:
11-
New environment `playground-scs` can be specified to target `api.playground.scs.splunk.com` environment out-of-the-box
12+
New environment `playground-scs` can be specified to target `api.playground.scs.splunk.com` environment out-of-the-box
13+
1214

1315
## Version 1.12.0-beta.2
16+
1417
#### Breaking Changes
1518
* Identity service: `UseDefaultIdp` optional property was removed from `Tenant` in model
1619
* Ingest service: `PostCollectorRaw` and `PostCollectorRawV1` APIs were removed
1720
* Streams service: `CreateDataStream`, `DeleteDataStream`, `DescribeDataStream`, `ListDataStreams`, and `UpdateDataStream` APIs were removed
1821

19-
2022
#### Non-Breaking Changes
2123
* Search service: updated to target v2 endpoints (previously v2beta1) including new endpoint: `ExportResults`
2224
* Identity service: added new APIs of `CreateIdentityProvider`, `DeleteIdentityProvider`, `GetIdentityProvider`, `ListIdentityProvider`, and `UpdateIdentityProvider`;
2325
New optional property `AcceptTos` for `CreatePrincipalBody` was added in model
2426

2527
* Streams service: Added a new API of `UploadLookupFile`
2628

27-
28-
29-
3029
## SCloud v8.0.0-beta.2
3130

3231
#### Breaking Changes
@@ -39,7 +38,6 @@ New optional property `AcceptTos` for `CreatePrincipalBody` was added in model
3938
* Streams command: new command of `upload-lookup-file` was added
4039

4140

42-
4341
## Version 1.12.0-beta.1
4442
* Added support for multipart/form data endpoints
4543
* Multi-cell support:

cmd/scloud/cmd/scloud/version/client_info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
// Version the released version of the SDK
44

5-
const ScloudVersion = "8.0.0-beta.2"
5+
const ScloudVersion = "8.0.0-beta.3"
66

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

0 commit comments

Comments
 (0)