github moov-io/watchman v0.66.3
Release v0.66.3

4 hours ago

IMPROVEMENTS

  • geocoding: read GEOCODING_API_KEY from environment by @toruiwasa in #867
    • The env var was documented but only YAML Geocoding.Provider.APIKey was honored
    • When set, GEOCODING_API_KEY takes precedence over YAML (same pattern as OPENSANCTIONS_API_KEY)
  • embeddings: read EMBEDDINGS_* from environment by @toruiwasa in #868
    • EMBEDDINGS_ENABLED, CACHE_SIZE, CROSS_SCRIPT_ONLY, BATCH_SIZE, and INDEX_BUILD_TIMEOUT were documented but ignored
    • Env overrides now apply before the Enabled check, 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
  • 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-sdk v0.7.135 → v0.7.137
    • benchmark-action/github-action-benchmark v1.22.1 → v1.22.2

Full Changelog: v0.66.2...v0.66.3

Don't miss a new watchman release

NewReleases is sending notifications on new releases.