File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.42.0] - 2026-04-15
9+ ### Added
10+ - ` fetch_parser_candidates() ` method to retrieve parser candidates for a given log type
11+ - CLI command ` secops parser fetch-candidates ` for fetching parser candidates for given type
12+
813## [ 0.41.0] - 2026-04-09
914### Added
1015- Comprehensive SOAR integration management capabilities
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " secops"
7- version = " 0.41 .0"
7+ version = " 0.42 .0"
88description = " Python SDK for wrapping the Google SecOps API for common use cases"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments