-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
1.0.1: | ||
* fix bug when no complete backup is reported to a client but it has date that seems to be the last backup running | ||
1.0.2: | ||
* Added retry 3 times to urlget lib | ||
1.0.3: | ||
* fix #2 missing status for inactive client not in burp | ||
1.2.0: | ||
* Refactor debug usage with logging | ||
* improve more tests | ||
* increase performance and better error proven when no data comes from burpui | ||
* first experiments with pandas library (not yet in use from cli, only preparing future usage) | ||
1.1.1: | ||
* Small changes to get more tests done | ||
* Enhanced behaviour when burpui returns [] in the api | ||
1.1.0: | ||
* More unittests | ||
* Parallel ping (deco concurrent) | ||
* Small fixes | ||
1.1.1: | ||
* Small changes to get more tests done | ||
* Enhanced behaviour when burpui returns [] in the api | ||
1.0.3: | ||
* fix #2 missing status for inactive client not in burp | ||
1.0.2: | ||
* Added retry 3 times to urlget lib | ||
1.0.1: | ||
* fix bug when no complete backup is reported to a client but it has date that seems to be the last backup running |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.1 | ||
1.2.0 |