Skip to content

Commit ebcf204

Browse files
committed
chore(release): 1.18.0
1 parent bf46665 commit ebcf204

6 files changed

+21
-168
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
<a id='changelog-1.18.0'></a>
4+
5+
## 1.18.0 — 2024-11-25
6+
7+
### Added
8+
9+
- Added the `is_diff` attribute to `ScanResult`.
10+
11+
- Added the following attributes to `PolicyBreak`: `diff_kind`, `is_excluded` and `exclude_reason`.
12+
13+
- `GGClient` now provides a `api_tokens()` method to retrieve API token details (see https://api.gitguardian.com/docs#tag/API-Tokens).
14+
15+
### Changed
16+
17+
- `GGClient.content_scan()` and `GGClient.multi_content_scan()` now accept an `all_secrets` parameter.
18+
19+
### Fixed
20+
21+
- Add missing value `info` to Severity model (#120).
22+
323
<a id='changelog-1.17.0'></a>
424

525
## 1.17.0 — 2024-09-23

changelog.d/20241014_101918_mathias.millet_handle_excluded_policy_breaks.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

changelog.d/20241107_113401_pierrelalanne_fix_typing_issue_on_severity.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

changelog.d/20241113_094144_samuel.guillaume_spi_526_add_fields_is_diff_and_diff_kind.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

changelog.d/20241120_112255_salome.voltz_add_api_tokens_endpoint_method.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

pygitguardian/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.17.0"
6+
__version__ = "1.18.0"
77
GGClient._version = __version__
88

99
__all__ = ["GGClient", "GGClientCallbacks", "ContentTooLarge"]

0 commit comments

Comments
 (0)