Skip to content

Commit

Permalink
Release 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achillean committed Feb 22, 2022
1 parent 99756e2 commit b32a7bc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
CHANGELOG
=========

1.27.0
------
* New command: ``shodan alert export`` to save the current network monitoring configuration
* New command: ``shodan alert import`` to restore a previous network monitoring configuration
* Automatically rate limit API requests to 1 request per second (credit to @malvidin)

1.26.1
------
* Fix a unicode issue that caused the streams to get truncated and error out due to invalid JSON

1.26.0
------
* Add the ability to create custom data streams in the Shodan() class as well as the CLI (``shodan stream --custom-filters <query>``)

1.25.0
------
* Add new CLI command: shodan alert download
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='shodan',
version='1.26.1',
version='1.27.0',
description='Python library and command-line utility for Shodan (https://developer.shodan.io)',
long_description=README,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit b32a7bc

Please sign in to comment.