Skip to content

Commit 5263548

Browse files
committed
chore: bump version to 0.37.0 and update changelog
1 parent 64fee57 commit 5263548

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.37.0] - 2026-03-11
9+
### Added
10+
- Comprehensive case management functionality for Chronicle
11+
- `get_case()` - Retrieve single case details with optional field expansion
12+
- `list_cases()` - List cases with filtering, pagination, and sorting capabilities
13+
- `patch_case()` - Update case properties using partial updates
14+
- `merge_cases()` - Merge multiple cases into a single case
15+
- `get_cases()` - Legacy batch case retrieval for multiple case IDs
16+
- Bulk case operations for efficient case management
17+
- `execute_bulk_add_tag()` - Add tags to multiple cases
18+
- `execute_bulk_assign()` - Assign multiple cases to users
19+
- `execute_bulk_change_priority()` - Change priority for multiple cases
20+
- `execute_bulk_change_stage()` - Change stage for multiple cases
21+
- `execute_bulk_close()` - Close multiple cases with reasons
22+
- `execute_bulk_reopen()` - Reopen multiple cases
23+
- Complete CLI support for case management through `secops case` commands
24+
- `secops case get` - Get single case details
25+
- `secops case list` - List cases with filtering and pagination
26+
- `secops case update` - Update case properties
27+
- `secops case merge` - Merge multiple cases
28+
- `secops case bulk-*` commands for bulk operations
29+
830
## [0.36.0] - 2026-03-10
931
### Added
1032
- Raw log search functionality with `search_raw_logs()` method

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "secops"
7-
version = "0.36.0"
7+
version = "0.37.0"
88
description = "Python SDK for wrapping the Google SecOps API for common use cases"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)