Skip to content

Commit a7fae87

Browse files
committed
chore(release): 1.15.0
1 parent b7ea463 commit a7fae87

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,38 @@
11
# Changelog
22

3+
<a id='changelog-1.15.0'></a>
4+
5+
## 1.15.0 — 2024-06-24
6+
7+
### Changed
8+
9+
- The project now uses [pdm](https://pdm-project.org/) instead of pipenv.
10+
11+
### Fixed
12+
13+
- `GGClient` no longer crashes when it receives a server response with no Content-Type header.
14+
315
<a id='changelog-1.14.0'></a>
416

517
## 1.14.0 — 2024-02-26
618

719
### Added
820

9-
- Add `GGClient.create_honeytoken_with_context()` method
10-
- Export scan schemas in addition to dataclasses for sca
21+
- Add `GGClient.create_honeytoken_with_context()` method.
22+
23+
- Export scan schemas in addition to dataclasses for sca.
1124

1225
<a id='changelog-1.13.0'></a>
1326

1427
## 1.13.0 — 2024-01-30
1528

1629
### Added
1730

18-
- Added maximum payload size as a property of GGClient
31+
- Added maximum payload size as a property of GGClient.
1932

2033
### Changed
2134

22-
- Set minimum Python version to >=3.8
35+
- Set minimum Python version to >=3.8.
2336

2437
<a id='changelog-1.12.0'></a>
2538

@@ -28,7 +41,9 @@
2841
### Added
2942

3043
- `GGClient` now obeys rate-limits and can notify callers when hitting one.
44+
3145
- Added the following attributes to `IaCVulnerability`: `url`, `status`, `ignored_until`, `ignore_reason`, `ignore_comment`.
46+
3247
- Added the `source_found` attribute to `IaCScanParameters` and `IaCDiffScanEntities`.
3348

3449
<a id='changelog-1.11.0'></a>

changelog.d/20240514_143905_aurelien.gateau_improve_error_handling.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
@@ -3,7 +3,7 @@
33
from .client import ContentTooLarge, GGClient, GGClientCallbacks
44

55

6-
__version__ = "1.14.0"
6+
__version__ = "1.15.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)