v2.0.0
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. regionsno longer acceptsdevices(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.