Skip to content

Commit 03cda35

Browse files
committed
chore(release): 1.8.0
1 parent 178e259 commit 03cda35

File tree

5 files changed

+19
-10
lines changed

5 files changed

+19
-10
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.8.0'></a>
4+
5+
## 1.8.0 — 2023-06-26
6+
7+
### Added
8+
9+
- Added `GGClient.create_jwt()` method. This is only used to interact with HasMySecretLeaked for now.
10+
11+
- py-gitguardian is now fully type-hinted (#49).
12+
13+
### Changed
14+
15+
- All HTTP requests are now logged using Python logger. The log message includes the HTTP method, endpoint, status code and duration.
16+
17+
### Fixed
18+
19+
- `GGClient.iac_directory_scan()` was not correctly sending the files to scan.
20+
321
<a id='changelog-1.7.0'></a>
422

523
## 1.7.0 — 2023-05-29

changelog.d/20230529_153802_aurelien.gateau_log.md

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

changelog.d/20230613_163511_paul.petit.ext_jwt_creation.md

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

changelog.d/20230622_100420_sylvain.baud.ext_fix_request_data_field.md

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

pygitguardian/__init__.py

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

44

5-
__version__ = "1.7.0"
5+
__version__ = "1.8.0"
66
GGClient._version = __version__
77

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

0 commit comments

Comments
 (0)