Skip to content

Commit

Permalink
prepare 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Apr 15, 2020
1 parent d03e530 commit 511198e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Changelog for fishnet
=====================

v1.17.0
-------

* Option to join only if a backlog is building up. Added `--user-backlog`
and `--system-backlog` to configure threshold for oldest item in queue.
Run `python -m fishnet configure` to rerun the setup dialog.
* Slow clients no longer work on young user requested analysis jobs. The
threshold is continuously adjusted based on performance on other jobs.

v1.16.1
-------

* Fix false positive slowness warning.

v1.16.0
-------

* Removed `--threads-per-process`.
* Warning if client is unsustainably slow.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include README.rst
include LICENSE.txt
include CHANGELOG.md
2 changes: 1 addition & 1 deletion fishnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
DEAD_ENGINE_ERRORS = (EOFError, IOError)


__version__ = "1.16.1"
__version__ = "1.17.0" # remember to update changelog

__author__ = "Niklas Fiekas"
__email__ = "niklas.fiekas@backscattering.de"
Expand Down

0 comments on commit 511198e

Please sign in to comment.