|
1 | 1 | # Splunk Cloud SDK for Python Changelog |
2 | 2 |
|
| 3 | +## Version 6.0.0 |
| 4 | + |
| 5 | +### Services |
| 6 | + |
| 7 | +#### Breaking Changes |
| 8 | + |
| 9 | +##### Features |
| 10 | +- Streams |
| 11 | + - A new version of spec: v3beta1 has been added. Changes in the new version: |
| 12 | + - `CompileDSL` is not longer supported, substituted by Compile which leverages SPL instead of DSL to produce streams JSON object |
| 13 | + - CRUD on `Group` endpoints have been removed and all models corresponding to Groups have been removed |
| 14 | + - `ExpandGroup` which creates and returns the expanded version of a group has been removed |
| 15 | + - `UplPipeline` model replaced by `Pipeline` model |
| 16 | + - `UplNode` model replaced by `PipelineNode` model |
| 17 | + - `UplEdge` model replaced by `PipelineEdge` model |
| 18 | + - `UplRegistry` model replaced by `RegistryModel` model |
| 19 | + - `UplFunction` model replaced by `FunctionalModel` model |
| 20 | + - `UplArgument` model replaced by `ArgumentModel` model |
| 21 | + - `UplCategory` model has been removed |
| 22 | + - `MergePipelines` support has been removed |
| 23 | + - `PipelinesMergeRequest` model has been removed |
| 24 | + - `PipelineDeleteResponse` model has been removed |
| 25 | + - `DslCompilationRequest` model has been removed |
| 26 | + - `ObjectNode`model has been removed |
| 27 | + - The default version changed from v2beta1.2 to v3beta1.1 |
| 28 | + |
| 29 | +#### Non-Breaking Changes |
| 30 | + |
| 31 | +##### Features |
| 32 | +- Search |
| 33 | + - In v2beta1 spec version: |
| 34 | + - Support for new endpoint: `DeleteSearchJob` has been added |
| 35 | + - New `DeleteSearchJob` creates a search job that deletes events from an index. |
| 36 | +- Streams |
| 37 | + - In v2beta1 spec version: |
| 38 | + - Models `GroupFunctionArguments`, `GroupFunctionMappings`, `PipelineMigrationInfo`, `PipelineUpgradeResponse` have been added. |
| 39 | + - In v3beta1 spec version: |
| 40 | + - Models `FilesMetaDataResponse`, `LookupTableResponse`, `ErrorResponse`, `RuleMetrics` have been added. |
| 41 | + - New `GetLookupTable` endpoint returns lookup table results |
| 42 | + - New `Decompile` endpoint decompiles UPL and returns SPL |
| 43 | + - New `DeleteFile` endpoint deletes a file give a file-id |
| 44 | + - New `GetFilesMetaData` endpoint returns files metadata |
| 45 | + |
3 | 46 | ## Version 5.0.0 |
4 | 47 |
|
5 | 48 | ### Library |
|
0 commit comments