Skip to content

Commit 519dd9c

Browse files
committed
bump version to 2.10.0
1 parent b68c724 commit 519dd9c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
### 2.10.0
4+
- [NEW] Support HMAC signature authentication for feed endpoints and CLI (`--no-sign-api-key`).
5+
- [UPDATE] Officially support all available feed parameters and CLI options across real-time threat feed endpoints (including `--frombeginning`, risk filters, and IP-specific filters).
6+
- [FIX] Prevent authentication credentials from being passed as plain-text query parameters when header or HMAC authentication is enabled.
7+
- [FIX] Remove incorrect requirement for `sessionID`, `after`, or `before` parameters when using the feed download endpoint.
8+
39
### 2.9.0
410
- [NEW] Add support for querying real-time IP feeds (`iphotlist` and `iprisk`).
511
- [FIX] Type hint used for `top` parameter in Feeds API from str to int.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
2.10.0

domaintools/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
current = "2.9.0"
23+
current = "2.10.0"

0 commit comments

Comments
 (0)