Skip to content

Commit e79cad5

Browse files
committed
chore(release): 1.12.0
1 parent 440dd91 commit e79cad5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
<a id='changelog-1.12.0'></a>
4+
5+
## 1.12.0 — 2024-01-08
6+
7+
### Added
8+
9+
- `GGClient` now obeys rate-limits and can notify callers when hitting one.
10+
- Added the following attributes to `IaCVulnerability`: `url`, `status`, `ignored_until`, `ignore_reason`, `ignore_comment`.
11+
- Added the `source_found` attribute to `IaCScanParameters` and `IaCDiffScanEntities`.
12+
313
<a id='changelog-1.11.0'></a>
414

515
## 1.11.0 — 2023-10-16

changelog.d/20231221_170806_aurelien.gateau_report_rate_limit.md

-3
This file was deleted.

pygitguardian/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .client import ContentTooLarge, GGClient, GGClientCallbacks
33

44

5-
__version__ = "1.11.0"
5+
__version__ = "1.12.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)