Releases: GitGuardian/py-gitguardian
Releases · GitGuardian/py-gitguardian
1.28.0
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.
1.20.0
Removed
- Removed support for the deprecated SCA and IaC endpoints.
1.19.0
Added
- Added support for members and teams endpoints.
- Added support for invitations endpoints.
- Added support for sources endpoints.