framework/v1.3.18

maximhq/bifrostframework/v1.3.18Jun 7, 2026by akshaydeo

AI Summary

This is a minor patch release that fixes wildcard (`*`) allow-list behavior for catalog-opaque providers (custom providers without list-models like keyless self-hosted vLLM/Ollama/SGL), now correctly resolving to allow-all. The release also introduces a new shared `IsCatalogOpaqueProvider` helper and upgrades the core dependency to v1.5.18.

Key Highlights

  • Fixed wildcard (`*`) allow-lists to resolve to allow-all for catalog-opaque providers
  • Added new shared `IsCatalogOpaqueProvider` helper function
  • Upgraded core dependency to v1.5.18
  • Applies to custom providers without list-models (keyless self-hosted vLLM/Ollama/SGL)

New Features

  • Wildcard (`*`) allow-lists now resolve to allow-all for catalog-opaque providers
  • New `IsCatalogOpaqueProvider` helper for identifying custom providers without list-models

Full Release Notes

## Framework Release v1.3.18

- fix: wildcard (`*`) allow-lists now resolve to allow-all for catalog-opaque providers (custom providers without list-models, keyless self-hosted vLLM/Ollama/SGL) via the new shared `IsCatalogOpaqueProvider` helper (#4124)
- chore: upgraded core to v1.5.18

### Installation

```bash
go get github.com/maximhq/bifrost/framework@v1.3.18
```

---
_This release was automatically created and uses core version: `v1.5.18`_