Skip to content

v2.0.0

Choose a tag to compare

@gistrec gistrec released this 29 Jun 09:35
v2.0.0
bb9c3fb

Breaking change — cloud-only. The server now talks only to the Yandex Cloud Search API v2 (Api-Key + folderId). The standalone api.wordstat.yandex.net OAuth flavor has been removed — Yandex retired that API and folded the functionality into the Search API.

Changed

  • Removed env vars: WORDSTAT_FLAVOR, WORDSTAT_TOKEN.
  • Required env: WORDSTAT_API_KEY (Yandex Cloud Search API key), WORDSTAT_FOLDER_ID.
  • regions no longer accepts devices (was OAuth-only).

Migration

Get a Yandex Cloud Search API key (API-key scope yc.search-api.execute, service-account role search-api.webSearch.user) and set WORDSTAT_API_KEY + WORDSTAT_FOLDER_ID. See the README for the full setup.