ent-v1.5.0-base

vllm-project/vllm-omnient-v1.5.0-baseJun 25, 2026by akshaydeo

AI Summary

The enterprise base release focuses on stability and new enterprise features, including Bedrock prompt cache fixes, GLM-5.2 support, and UI/UX improvements for admin interfaces.

Key Highlights

  • Bedrock prompt cache preservation fixes for mid-conversation system messages.
  • Added GLM-5.2 support with reasoning effort configuration.
  • Enterprise UI enhancements including comboboxes, tooltips, and SCIM SVG updates.
  • New SSO providers (Sailpoint, generic) and vault store integration.
  • Refactored provider dropdowns and added circuit breaker to config schema.

Breaking Changes

  • Reverted `TableVirtualKey.Value` from `SecretVar` back to `string`, dropping env/vault reference support.

New Features

  • Add GLM-5.2 to models supporting max reasoning effort
  • Adds broader file extension support for bedrock
  • Add Auth0 SVG logo for SCIM integration
  • Add `group_traces_by_session` to OTEL/Datadog plugins
  • Add `sailpoint` and `generic` SSO providers
  • Add `env.VAR_NAME` support to `dns_names` in cluster discovery config
  • Add `direction_selection_enabled` and `route_selection_enabled` to config schema

Full Release Notes

## What's Changed
* build fix by @akshaydeo in https://github.com/maximhq/bifrost/pull/4583
* fixes go worspace setup for cost-accuracy and load-test by @akshaydeo in https://github.com/maximhq/bifrost/pull/4585
* enterprise changelog by @akshaydeo in https://github.com/maximhq/bifrost/pull/4586
* Enterprise changelog by @akshaydeo in https://github.com/maximhq/bifrost/pull/4587
* fix: add responses_input_history fallback to hybrid logstore check for logs UI by @roroghost17 in https://github.com/maximhq/bifrost/pull/4613
* fix: core test fixes by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4597
* fix: drops assistant reasoning for cerebras by @sammaji in https://github.com/maximhq/bifrost/pull/4657
* fix: base url protocol fix with custom header by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4656
* fix(bedrock): inline mid-conversation system messages to preserve prompt cache by @mickgvirtu in https://github.com/maximhq/bifrost/pull/4534
* docs for output streaming support for guardrails by @Madhuvod in https://github.com/maximhq/bifrost/pull/4654
* fix: add GLM-5.2 to models supporting max reasoning effort by @is911 in https://github.com/maximhq/bifrost/pull/4467
* retries on stale connections by @akshaydeo in https://github.com/maximhq/bifrost/pull/4662
* adds broader file extension support for bedrock closes #4622 by @akshaydeo in https://github.com/maximhq/bifrost/pull/4659
* test fix by @akshaydeo in https://github.com/maximhq/bifrost/pull/4663
* harness test fix by @akshaydeo in https://github.com/maximhq/bifrost/pull/4667
* revert: `TableVirtualKey.Value` from `SecretVar` back to `string`, dropping env/vault reference support by @BearTS in https://github.com/maximhq/bifrost/pull/4665
* updates password for e2e test by @akshaydeo in https://github.com/maximhq/bifrost/pull/4669
* refactor: replace Select with ComboboxSelect for provider dropdowns in routing rules and CEL builder by @impoiler in https://github.com/maximhq/bifrost/pull/4631
* feat: add creatable combobox, tooltip on model badges, SCIM layout fixes, and replace SCIM provider images with SVGs by @impoiler in https://github.com/maximhq/bifrost/pull/4638
* feat: circuit breaker in config schema by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4666
* fix: fireworks list models from config by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4670
* fix: core tests by @sammaji in https://github.com/maximhq/bifrost/pull/4664
* chore: skip nebius and vllm tests by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4668
* fix: fireworks core tests by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4671
* fixes migration cli pacakge.json by @akshaydeo in https://github.com/maximhq/bifrost/pull/4672
* feat: add Auth0 SVG logo for SCIM integration by @BearTS in https://github.com/maximhq/bifrost/pull/4674
* fix: fix the start time for vk quota model usage by @roroghost17 in https://github.com/maximhq/bifrost/pull/4675
* feat: add `group_traces_by_session` to OTEL/Datadog plugins and `vaultStore` reference block to Bifrost Helm chart values by @BearTS in https://github.com/maximhq/bifrost/pull/4637
* feat: add `sailpoint` and `generic` SSO providers, refactor SCIM attribute mapping schemas into shared `$defs` by @BearTS in https://github.com/maximhq/bifrost/pull/4645
* feat: add `env.VAR_NAME` support to `dns_names` in cluster discovery config and update 2.1.25 changelog by @BearTS in https://github.com/maximhq/bifrost/pull/4646
* fix: mantle models and openai endpoint by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4676
* fix: add mantle list models endpoint in bedrock list models method by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4677
* streaming memory improvements by @akshaydeo in https://github.com/maximhq/bifrost/pull/4678
* docs: adds docs for x-bf-customer-id support by @roroghost17 in https://github.com/maximhq/bifrost/pull/4683
* fix: bedrock glm-5 stop sequences and remove web search error by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4684
* chore: Format UI codebase by @impoiler in https://github.com/maximhq/bifrost/pull/4682
* docs: circuit breaker docs by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4686
* chore: replace image by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4687
* fix: runware in ui and test workflows by @TejasGhatte in https://github.com/maximhq/bifrost/pull/4690
* feat: add `direction_selection_enabled`, `route_selection_enabled`, `reroute_failed_directions`, and `prune_failed_fallbacks` to config schema by @Pratham-Mishra04 in https://github.com/maximhq/bifrost/pull/4695
* changelogs for 1.6.0 by @akshaydeo in https://github.com/maximhq/bifrost/pull/4692
* v1.6.0 by @akshaydeo in https://github.com/maximhq/bifrost/pull/4697
* build fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/4699
* build fixes by @akshaydeo in https://github.com/maximhq/bifrost/pull/4700
* update failing accuracy ci pipeline by @akshaydeo in https://github.com/maximhq/bifrost/pull/4701
* update failing accuracy ci pipeline (#4701) by @akshaydeo in https://github.com/maximhq/bifrost/pull/4702

## New Contributors
* @mickgvirtu made their first contribution in https://github.com/maximhq/bifrost/pull/4534
* @is911 made their first contribution in https://github.com/maximhq/bifrost/pull/4467

**Full Changelog**: https://github.com/maximhq/bifrost/compare/ent-v1.4.13-base...ent-v1.5.0-base