Bifrost HTTP Transport Release v1.2.1
🚀 Bifrost HTTP Transport v1.2.1
Release Notes
Discussion here (must check) 👉 #385
This release includes the complete Bifrost HTTP transport with all dependencies updated.
Dependencies
- Core:
v1.1.26
- Framework:
v1.0.4
🔌 Plugin Versions
This release includes the following plugin versions:
- maxim:
v1.2.0
- logging:
v1.2.0
- telemetry:
v1.2.0
- semanticcache:
v1.2.0
- governance:
v1.2.0
Installation
Docker (Recommended)
docker run -p 8080:8080 maximhq/bifrost:v1.2.1
Binary Download
npx @maximhq/bifrost --transport-version v1.2.1
Docker Images
maximhq/bifrost:v1.2.1
- This specific versionmaximhq/bifrost:latest
- Latest version (updated with this release)
This release was automatically created with dependencies: core v1.1.26
, framework v1.0.4
. All plugins have been validated and updated.
What's Changed
- adds darwin cross compilers by @akshaydeo in #380
- version sorting fixed for version detector by @akshaydeo in #381
- fixes detect versions by @akshaydeo in #382
- removes unwanted cross compilation package by @akshaydeo in #383
Full Changelog: transports/v1.2.0...transports/v1.2.1