v2.0.22

nextapps-de/flexsearchv2.0.22Jul 9, 2026by omkar273

AI Summary

A patch release patching a gRPC CVE, improving CI processes, refactoring configuration (with a revert), and introducing new caching and locking mechanisms.

Key Highlights

  • CVE patch for gRPC
  • CI shared buildx registry layer cache
  • Repo caching feature
  • Redis lock for meter usage deduplication

New Features

  • Repo caching
  • Redis lock for meter usage

Full Release Notes

## What's Changed
* fix(deps): bump grpc to v1.79.3 to patch CVE-2026-33186 by @agrim123 in https://github.com/flexprice/flexprice/pull/2175
* ci(deploy): add shared buildx registry layer cache by @agrim123 in https://github.com/flexprice/flexprice/pull/2177
* refactor(config): single baked config.yaml + reflection env auto-bind by @ojasagarwal-flex in https://github.com/flexprice/flexprice/pull/2178
* Revert #2178: config-autobind merged to main by mistake (belongs on develop) by @ojasagarwal-flex in https://github.com/flexprice/flexprice/pull/2179
* refactor(config): single baked config.yaml + reflection env auto-bind by @ojasagarwal-flex in https://github.com/flexprice/flexprice/pull/2180
* feat(cache): repo caching by @Gursimar10 in https://github.com/flexprice/flexprice/pull/2146
* feat(meter-usage): Use redis lock to prevent duplicates by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2157
* fix(cache): TTL for inmemory cache in entielments by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2183
* fix(helm): render canonical svix env name alongside legacy alias (staging Svix 401) by @ojasagarwal-flex in https://github.com/flexprice/flexprice/pull/2182
* chore(cache): Set default deduplication to false by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2184
* chore(cache): Added spans by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2185
* fix(cache): Review comments by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2187
* Develop by @DiabolusGX in https://github.com/flexprice/flexprice/pull/2186
* Update Swagger to change 'value_at_time' and 'threshold' types by @omkar273 in https://github.com/flexprice/flexprice/pull/2204


**Full Changelog**: https://github.com/flexprice/flexprice/compare/v2.0.21...v2.0.22