IMPROVEMENTS
- geocoding: read
GEOCODING_API_KEYfrom environment by @toruiwasa in #867- The env var was documented but only YAML
Geocoding.Provider.APIKeywas honored - When set,
GEOCODING_API_KEYtakes precedence over YAML (same pattern asOPENSANCTIONS_API_KEY)
- The env var was documented but only YAML
- embeddings: read
EMBEDDINGS_*from environment by @toruiwasa in #868EMBEDDINGS_ENABLED,CACHE_SIZE,CROSS_SCRIPT_ONLY,BATCH_SIZE, andINDEX_BUILD_TIMEOUTwere documented but ignored- Env overrides now apply before the
Enabledcheck, so embeddings can be turned on or off from the environment
- bench: keep skip-fetch-gh-pages on master by @adamdecaf in c099c42
- github-action-benchmark fetches
master:master, which git refuses when master is already checked out
- github-action-benchmark fetches
- bench: write data.js in github-action-benchmark format by @adamdecaf in 7c1a563
- A trailing semicolon made the action treat stored history as missing
- fix(ci): don't inspect docker tags at makefile parse time by @adamdecaf in c7e9e81
- Move the existing-tag guard into the manifest recipes so OpenShift builds are not blocked by Docker Hub tags
- bench: reset stored benchmark history by @adamdecaf in 6cd1e5e
BUILD
- fix(deps): update module github.com/openrouterteam/go-sdk to v0.7.135 by @renovate in #865
- fix(deps): update all by @renovate in #866
github.com/openrouterteam/go-sdkv0.7.135 → v0.7.137benchmark-action/github-action-benchmarkv1.22.1 → v1.22.2
Full Changelog: v0.66.2...v0.66.3