From a51c66ff50dd2c4d85c48ead5e5c0859cecec090 Mon Sep 17 00:00:00 2001 From: Eric Horvat Date: Tue, 11 May 2021 12:28:23 -0300 Subject: [PATCH] [ADD] READY for 1.0.1 --- .../current/fix_crash_with_invalid_url.md | 1 - CHANGELOG/current/fix_create_ws_error.md | 1 - CHANGELOG/current/fix_fplugin_ssl.md | 1 - .../current/fix_impost_csv_vuln_api_call.md | 1 - CHANGELOG/remove_deleted_method.md | 1 - HISTORY.rst | 18 ++++++++++++++++-- README.rst | 6 ++++-- faraday_client/__init__.py | 2 +- 8 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 CHANGELOG/current/fix_crash_with_invalid_url.md delete mode 100644 CHANGELOG/current/fix_create_ws_error.md delete mode 100644 CHANGELOG/current/fix_fplugin_ssl.md delete mode 100644 CHANGELOG/current/fix_impost_csv_vuln_api_call.md delete mode 100644 CHANGELOG/remove_deleted_method.md diff --git a/CHANGELOG/current/fix_crash_with_invalid_url.md b/CHANGELOG/current/fix_crash_with_invalid_url.md deleted file mode 100644 index b97ef0f3..00000000 --- a/CHANGELOG/current/fix_crash_with_invalid_url.md +++ /dev/null @@ -1 +0,0 @@ -Fix crash if invalid faraday server url is used diff --git a/CHANGELOG/current/fix_create_ws_error.md b/CHANGELOG/current/fix_create_ws_error.md deleted file mode 100644 index 2f7b3953..00000000 --- a/CHANGELOG/current/fix_create_ws_error.md +++ /dev/null @@ -1 +0,0 @@ -Fix the Create workspace dialog error diff --git a/CHANGELOG/current/fix_fplugin_ssl.md b/CHANGELOG/current/fix_fplugin_ssl.md deleted file mode 100644 index c6f2072c..00000000 --- a/CHANGELOG/current/fix_fplugin_ssl.md +++ /dev/null @@ -1 +0,0 @@ -Fix fplugin when self signed cert is used diff --git a/CHANGELOG/current/fix_impost_csv_vuln_api_call.md b/CHANGELOG/current/fix_impost_csv_vuln_api_call.md deleted file mode 100644 index 4b254e78..00000000 --- a/CHANGELOG/current/fix_impost_csv_vuln_api_call.md +++ /dev/null @@ -1 +0,0 @@ -Fix how Import csv call api to check if vuln exists diff --git a/CHANGELOG/remove_deleted_method.md b/CHANGELOG/remove_deleted_method.md deleted file mode 100644 index 3e4ae597..00000000 --- a/CHANGELOG/remove_deleted_method.md +++ /dev/null @@ -1 +0,0 @@ -remove the use of a deleted method diff --git a/HISTORY.rst b/HISTORY.rst index c2202608..c541d855 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,21 @@ History ======= -1.0.0 (2019-12-27) +Before v1.0.1 this repository was **deprecated**. As it wasn't when releasing 1.0.0, we update the API access. **NO +MORE CODE IS GOING TO BE ADDED** + +1.0.1 (2021-05-11) +------------------ + +* MOD Updated access to Faraday using API v3. + +1.0.0 (2020-07-15) ------------------ -* First release on PyPI. +* ADD Use of `faraday-plugins `_ within the code +* FIX If invalid faraday server url is used not crash anymore +* FIX Create workspace dialog error +* FIX How Import csv call api to check if vulnerability already exists +* FIX fplugin when self signed cert is used + + diff --git a/README.rst b/README.rst index 00b4dfd9..438c16a8 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ -**This is deprecated please use Faraday-Cli instead!!!** +================ +This is deprecated please use `Faraday-Cli `_ instead!!! +================ -https://github.com/infobyte/faraday-cli +v1.1.0 was a hand-off release, updating only accessing Faraday using API v3 (v2 will be deprecated too). ================== Faraday GTK Client diff --git a/faraday_client/__init__.py b/faraday_client/__init__.py index 1f356cc5..1a72d32e 100644 --- a/faraday_client/__init__.py +++ b/faraday_client/__init__.py @@ -1 +1 @@ -__version__ = '1.0.0' +__version__ = '1.1.0'