File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
18
1.25.0
5
19
------
6
20
* Add new CLI command: shodan alert download
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'shodan' ,
12
- version = '1.26.1 ' ,
12
+ version = '1.27.0 ' ,
13
13
description = 'Python library and command-line utility for Shodan (https://developer.shodan.io)' ,
14
14
long_description = README ,
15
15
long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments