From f6795775e2b0d873b985be463210194f0b75901a Mon Sep 17 00:00:00 2001 From: mpostma Date: Mon, 1 Jun 2020 15:00:46 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + errors.yaml | 51 --------------------------------------------------- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 errors.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ccab2d5..f6f40e3e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - Add support for error code reporting (#703) - Allow the dashboard to query private servers (#732) - Add telemetry (#720) + - Add post route for search (#735) ## v0.10.1 diff --git a/errors.yaml b/errors.yaml deleted file mode 100644 index 718796d57..000000000 --- a/errors.yaml +++ /dev/null @@ -1,51 +0,0 @@ ---- -errors: - - code: create_index - description: "Error relatice to index creation, check out our guide on [index creation](link.com)" - - code: existing_index - description: "An index with this name already exists, check out our guide on [index creation](link.com)" - - code: invalid_index_uid - description: "The provided index formatting is wrong, check out our guide on [index creation](link.com)" - - code: open_index - description: "An error occured while trying to open the requested index, ..." - - code: invalid_state - description: "" - - code: missing_primary_key - description: "" - - code: primary_key_already_present - description: "" - - code: max_field_limit_exceeded - description: "" - - code: missing_document_id - description: "" - - code: invalid_facet - description: "" - - code: invalid_filter - description: "" - - code: bad_parameter - description: "" - - code: bad_request - description: "" - - code: document_not_found - description: "" - - code: internal - description: "" - - code: invalid_token - description: "" - - code: maintenance - description: "" - - code: missing_authorization_header - description: "" - - code: missing_header - description: "" - - code: not_found - description: "" - - code: payload_too_large - description: "" - - code: retrieve_document - description: "" - - code: search_error - description: "" - - code: unsupported_media_type - description: "" -...