Skip to content

Commit b32a7bc

Browse files
committed
Release 1.27.0
1 parent 99756e2 commit b32a7bc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CHANGELOG
22
=========
33

4+
1.27.0
5+
------
6+
* New command: ``shodan alert export`` to save the current network monitoring configuration
7+
* New command: ``shodan alert import`` to restore a previous network monitoring configuration
8+
* Automatically rate limit API requests to 1 request per second (credit to @malvidin)
9+
10+
1.26.1
11+
------
12+
* Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON
13+
14+
1.26.0
15+
------
16+
* Add the ability to create custom data streams in the Shodan() class as well as the CLI (``shodan stream --custom-filters <query>``)
17+
418
1.25.0
519
------
620
* Add new CLI command: shodan alert download

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='shodan',
12-
version='1.26.1',
12+
version='1.27.0',
1313
description='Python library and command-line utility for Shodan (https://developer.shodan.io)',
1414
long_description=README,
1515
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)