Changelog¶
2.0.0 (2025-08-08)¶
Features¶
- add support for creating metric index (c9f9e00)
- add support for creating metric index (#134) (38cfd58)
- release 2.0.0 (#135) (8516563)
- search for all types of indexes in get_index (35ef4b5)
- support kvstore api (#131) (930a076)
BREAKING CHANGES¶
- change get_index method interface so it’s able to get indexes from idm stacks.
PR Type¶
What kind of change does this PR introduce? * [X] Feature * [ ] Bug Fix * [ ] Refactoring (no functional or API changes) * [X] Documentation Update * [ ] Maintenance (dependency updates, CI, etc.)
Summary¶
Test runs:
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28335229
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28340518
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28533993
https://cd.splunkdev.com/taautomation/ta-automation-compatibility-tests/-/pipelines/28533938
Changes¶
Please provide a summary of the changes.
User experience¶
Please describe the user experience before and after this change. Screenshots are welcome for additional context.
Checklist¶
If an item doesn’t apply to your changes, leave it unchecked.
- I have performed a self-review of this change according to the development guidelines
- Tests have been added/modified to cover the changes (testing doc)
- Changes are documented
- PR title and description follows the contributing principles
1.0.1 (2025-07-02)¶
Bug Fixes¶
- add error handling while tests collection (#108) (263b900)
- set proper attribute name for token (#120) (ea0eb1d)