Skip to content

Commit f3e6991

Browse files
author
Kevin Westphal
committed
chore(release): 1.30.0
1 parent 19aeeaa commit f3e6991

5 files changed

Lines changed: 13 additions & 88 deletions

CHANGELOG.md

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

3+
<a id='changelog-1.30.0'></a>
4+
5+
## 1.30.0 — 2026-04-28
6+
7+
### Added
8+
9+
- `scan_and_create_incidents`: documents now accept an optional `location` field containing an http/https URL identifying the origin of the document.
10+
11+
- New endpoints `send_ai_discovery()` and `log_mcp_activity`, with associated models.
12+
13+
- New `honeytokens:check` token scope for prefix-based honeytoken lookup.
14+
315
<a id='changelog-1.29.0'></a>
416

517
## 1.29.0 — 2026-01-27

changelog.d/20260414_172659_hhubert_scan_create_incidents_location.md

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

changelog.d/20260421_121207_paul.petit.ext_HEAD.md

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

changelog.d/20260422_142610_clement.tourriere_add_honeytokens_new_scopes.md

Lines changed: 0 additions & 42 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.29.0"
6+
__version__ = "1.30.0"
77
GGClient._version = __version__
88

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

0 commit comments

Comments
 (0)