ent-v1.5.13-base
Tencent-Hunyuan/HY-Motion-1.0ent-v1.5.13-baseAug 27, 2026by akshaydeo
AI Summary
Enterprise release with Redis vectorstore fixes, per-size and joint size+quality image pricing columns, and Accept-Encoding filtering improvements.
Key Highlights
- Redis vectorstore escape special characters in TAG query values
- Per-size and joint size+quality image pricing columns
- Expanded CheckAndDecodeBody to handle deflate, brotli, zstd
- Identity-aware-proxy headers redaction before connector export
- New contributors: vdemonchy
New Features
- Added per-size and joint size+quality image pricing for 1024×1536 and 1536×1024
- Escape all RedisSearch special characters in TAG query values
- Filter Accept-Encoding to supported codecs on passthrough headers
- Redact sensitive headers including Cloudflare Access and AWS ALB OIDC
Full Release Notes
## What's Changed * fix: redact identity-aware-proxy headers before connector export by @roroghost17 in https://github.com/maximhq/bifrost/pull/6371 * feat: filter `Accept-Encoding` to supported codecs on passthrough headers and expand `CheckAndDecodeBody` to handle deflate, brotli, zstd, and chained encodings by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/6360 * [Fix]: Redis vectorstore - escape all RedisSearch special characters in TAG query values by @AdityaPainuli in https://github.com/maximhq/bifrost/pull/5351 * feat: add per-size and joint size+quality image pricing columns, cost computation, and overrides for `gpt-image-1`-style models by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/6379 * feat: add per-size and joint size+quality image pricing fields for 1024×1536 and 1536×1024 resolutions by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/6380 **Full Changelog**: https://github.com/maximhq/bifrost/compare/ent-v1.5.12-base...ent-v1.5.13-base