The Wayback Machine - https://web.archive.org/web/20220508135108/https://github.com/topics/foss
Skip to content
#

foss

Here are 491 public repositories matching this topic...

Yury-Fridlyand
Yury-Fridlyand commented Mar 29, 2022

Describe the bug
OpenSearch is able to warn a use about upcoming deprecation of API used. Some of deprecation messages refers to Elasticsearch version instead of OpenSearch.
There are deprecations seen by .Net client automated test:

299 OpenSearch-1.3.0-e45991597c86ba1bbcc36ee1dfdc165197a913af "Parameter [boost] on field [name] is deprecated and will be removed in 8.0"
299 OpenS
bug good first issue Indexing & Search
joshuarrrr
joshuarrrr commented May 6, 2022

These have been deprecated since node v11.0.0. The recommendation is to "Use the WHATWG URL API" instead.

Parsing can generally be done through the new URL() constructor pattern.

format() still exists, although the signature has changed, and it may no longer be needed in many places.

(via opensearch-project/OpenSearch-Dashboards#1553 (comment))

good first issue dependencies

Improve this page

Add a description, image, and links to the foss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the foss topic, visit your repo's landing page and select "manage topics."

Learn more