Releases: GitGuardian/py-gitguardian
Releases · GitGuardian/py-gitguardian
1.30.0
Added
-
scan_and_create_incidents: documents now accept an optionallocationfield containing an http/https URL identifying the origin of the document. -
New endpoints
send_ai_discovery()andlog_mcp_activity, with associated models. -
New
honeytokens:checktoken scope for prefix-based honeytoken lookup.
1.29.0
Added
- Capture secret incident
custom_tagsdictionaries when callingretrieve_secret_incident.
1.28.0
Fixed
- MembersParameters, TeamInvitationParameters, and TeamMembershipParameters now properly apply pagination and search queries.
1.27.0
Changed
- Changed the following fields to
str:visibility,kind,presence status,ignore_reason,tag.
1.26.0
Fixed
- Missing scope leading to validation errors
1.25.0
Changed
- Updated
Client.scan_and_create_incidents()to match server-side API changes.
1.24.0
Added
-
Added
GGClient.scan_and_create_incidents()function to scan content for secrets and automatically create incidents. -
Added
vault_type,vault_name,vault_pathandvault_path_countfields toPolicyBreak.
1.23.0
Changed
- Set PolicyBreak's detector_name and detector_group_name fields as optional to fix backwards compatibility with the GitGuardian API
1.22.0
Added
- Added
is_vaultedfield toPolicyBreak.
1.21.0
Added
- Add extra information to scan results: detector name, detector group name, and documentation URL.
Fixed
- Add missing scopes to the TokenScope Enum.