From 222037daa98faa6abf0f3f66b0ae233d57e7fe78 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 16 Apr 2018 15:26:01 -0400 Subject: [PATCH] Add known issues section about flanker warnings. Signed-off-by: Roberto Rosario --- docs/releases/3.0.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/releases/3.0.rst b/docs/releases/3.0.rst index e7c227e49c..5eb3650dc2 100644 --- a/docs/releases/3.0.rst +++ b/docs/releases/3.0.rst @@ -473,7 +473,7 @@ Other changes worth mentioning - Production ALLOWED_HOSTS settings now defaults to a safer ['127.0.0.1', 'localhost', '[::1]'] - Capture menu resolution errors on invalid URLs. Closes GitLab issue #420. - New environment variables: MAYAN_SECRET_KEY, MAYAN_CELERY_ALWAYS_EAGER, MAYAN_CELERY_RESULT_BACKEND, - MAYAN_BROKER_URL, MAYAN_DATABASE_ENGINE, MAYAN_DATABASE_CONN_MAX_AGE, MAYAN_DATABASE_NAME, + MAYAN_BROKER_URL, MAYAN_DATABASE_ENGINE, MAYAN_DATABASE_CONN_MAX_AGE, MAYAN_DATABASE_NAME, MAYAN_DATABASE_USER, MAYAN_DATABASE_PASSWORD, MAYAN_DATABASE_HOST, MAYAN_DATABASE_PORT, MAYAN_DEBUG. - Stricter defaults. CELERY_ALWAYS_EAGER to False, ALLOWED_HOSTS to ['127.0.0.1', 'localhost', '[::1]']. @@ -481,7 +481,16 @@ Other changes worth mentioning Removals -------- -* None +* Data filters app. + +Known issues +------------ +The newly added 'flanker' dependency used to process email, produces a number of +warning on the console that are imposible to turn off. These are not critical and +related to coding practices in the library. All warning from flanker can be +ignored. + +Example: "WARNING:flanker.addresslib._parser.parser:Symbol 'domain' is unreachable" Upgrading from a previous version