plugins/mocker/v1.6.0
maximhq/bifrostplugins/mocker/v1.6.0Aug 26, 2026by akshaydeo
AI Summary
The mocker plugin adds support for a new pre-authentication transport phase and upgrades its core and framework dependencies.
Key Highlights
- Added a no-op `HTTPTransportPreAuthHook` for the new pre-authentication transport phase.
- Upgraded core to v1.8.0 and framework to v1.6.0.
New Features
- HTTPTransportPreAuthHook implementation
Full Release Notes
## Plugin Release: mocker v1.6.0 - feat: add a no-op `HTTPTransportPreAuthHook` for the new pre-authentication transport phase (#6375) - chore: upgraded core to v1.8.0 and framework to v1.6.0 ### Installation ```bash # Update your go.mod to use the new plugin version go get github.com/maximhq/bifrost/plugins/mocker@v1.6.0 ``` --- _This release was automatically created from version file: `plugins/mocker/version`_