diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index e48994c743..ec3ffbddca 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 8f64764013..bfeb83bb39 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -49,7 +49,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Run chart-testing (lint) run: | diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index f47731aecb..70bb7e3605 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -77,7 +77,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index b843195885..327b06d99c 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -67,7 +67,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Run CLI tests working-directory: cli @@ -97,7 +97,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Configure Git run: | diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 9f3ba7435c..0ba3ae7601 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -163,7 +163,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -281,7 +281,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Docker Compose run: | @@ -383,7 +383,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Docker Compose run: | @@ -479,7 +479,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -546,7 +546,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -629,7 +629,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -720,7 +720,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -829,7 +829,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -924,7 +924,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1022,7 +1022,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Configure Git run: | @@ -1141,7 +1141,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1258,7 +1258,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1322,7 +1322,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 @@ -1391,7 +1391,7 @@ jobs: - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Set up Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 diff --git a/.github/workflows/scripts/schemasync/go.mod b/.github/workflows/scripts/schemasync/go.mod index fa49ff0d72..0b8a2eee00 100644 --- a/.github/workflows/scripts/schemasync/go.mod +++ b/.github/workflows/scripts/schemasync/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/tools/schema-sync -go 1.26.1 +go 1.26.2 require golang.org/x/tools v0.30.0 diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index cfb3fe7b82..3a0cf24fd2 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -61,7 +61,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Setup Go workspace run: make setup-workspace @@ -134,7 +134,7 @@ jobs: - name: Setup Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: - go-version: "1.26.1" + go-version: "1.26.2" - name: Setup Go workspace run: make setup-workspace diff --git a/cli/go.mod b/cli/go.mod index f7260a3b86..c887aac505 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/cli -go 1.26.1 +go 1.26.2 require ( github.com/bytedance/sonic v1.15.0 diff --git a/core/go.mod b/core/go.mod index 013296f021..23c599d0da 100644 --- a/core/go.mod +++ b/core/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/core -go 1.26.1 +go 1.26.2 require ( cloud.google.com/go v0.123.0 diff --git a/core/version b/core/version index 8af85beb51..94fe62c274 100644 --- a/core/version +++ b/core/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/examples/mcps/auth-demo-server/go.mod b/examples/mcps/auth-demo-server/go.mod index 9e29fa77cd..a504c44a06 100644 --- a/examples/mcps/auth-demo-server/go.mod +++ b/examples/mcps/auth-demo-server/go.mod @@ -1,6 +1,6 @@ module auth-demo-server -go 1.26.1 +go 1.26.2 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/edge-case-server/go.mod b/examples/mcps/edge-case-server/go.mod index 579b3b29e6..6bc0c8d556 100644 --- a/examples/mcps/edge-case-server/go.mod +++ b/examples/mcps/edge-case-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/edge-case-server -go 1.26.1 +go 1.26.2 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/error-test-server/go.mod b/examples/mcps/error-test-server/go.mod index e5d077b6b7..ea9d5e760f 100644 --- a/examples/mcps/error-test-server/go.mod +++ b/examples/mcps/error-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/error-test-server -go 1.26.1 +go 1.26.2 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/go-test-server/go.mod b/examples/mcps/go-test-server/go.mod index 12ffbb998d..e0157678cf 100644 --- a/examples/mcps/go-test-server/go.mod +++ b/examples/mcps/go-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/go-test-server -go 1.26.1 +go 1.26.2 require ( github.com/google/uuid v1.6.0 diff --git a/examples/mcps/http-no-ping-server/go.mod b/examples/mcps/http-no-ping-server/go.mod index f97b55921d..4dae226d90 100644 --- a/examples/mcps/http-no-ping-server/go.mod +++ b/examples/mcps/http-no-ping-server/go.mod @@ -1,6 +1,6 @@ module http-no-ping-server -go 1.26.1 +go 1.26.2 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/mcps/parallel-test-server/go.mod b/examples/mcps/parallel-test-server/go.mod index 88376699c9..950742ac3a 100644 --- a/examples/mcps/parallel-test-server/go.mod +++ b/examples/mcps/parallel-test-server/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/mcps/parallel-test-server -go 1.26.1 +go 1.26.2 require github.com/mark3labs/mcp-go v0.43.2 diff --git a/examples/plugins/hello-world-wasm-go/go.mod b/examples/plugins/hello-world-wasm-go/go.mod index 5bdf8f6b7a..67dbd664e8 100644 --- a/examples/plugins/hello-world-wasm-go/go.mod +++ b/examples/plugins/hello-world-wasm-go/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world-wasm -go 1.26.1 +go 1.26.2 require github.com/maximhq/bifrost/core v1.4.17 diff --git a/examples/plugins/hello-world/go.mod b/examples/plugins/hello-world/go.mod index 376edf862e..d3acfad734 100644 --- a/examples/plugins/hello-world/go.mod +++ b/examples/plugins/hello-world/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/hello-world -go 1.26.1 +go 1.26.2 require github.com/maximhq/bifrost/core v1.5.3 diff --git a/examples/plugins/http-transport-only/go.mod b/examples/plugins/http-transport-only/go.mod index b904d3a096..77bf6f68a4 100644 --- a/examples/plugins/http-transport-only/go.mod +++ b/examples/plugins/http-transport-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/http-transport-only -go 1.26.1 +go 1.26.2 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/examples/plugins/llm-only/go.mod b/examples/plugins/llm-only/go.mod index 85828fab68..a971af88d0 100644 --- a/examples/plugins/llm-only/go.mod +++ b/examples/plugins/llm-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/llm-only -go 1.26.1 +go 1.26.2 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/examples/plugins/mcp-only/go.mod b/examples/plugins/mcp-only/go.mod index 290d2b4725..1e0d2124ad 100644 --- a/examples/plugins/mcp-only/go.mod +++ b/examples/plugins/mcp-only/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/mcp-only -go 1.26.1 +go 1.26.2 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/examples/plugins/multi-interface/go.mod b/examples/plugins/multi-interface/go.mod index fd6828df0f..838b7c27ca 100644 --- a/examples/plugins/multi-interface/go.mod +++ b/examples/plugins/multi-interface/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/examples/plugins/multi-interface -go 1.26.1 +go 1.26.2 replace github.com/maximhq/bifrost/core => ../../../core diff --git a/framework/changelog.md b/framework/changelog.md index e69de29bb2..9d9d65de79 100644 --- a/framework/changelog.md +++ b/framework/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 diff --git a/framework/go.mod b/framework/go.mod index 59a91576d7..6eef4e174f 100644 --- a/framework/go.mod +++ b/framework/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/framework -go 1.26.1 +go 1.26.2 require ( cloud.google.com/go/storage v1.61.3 diff --git a/framework/version b/framework/version index 31e5c84349..d0149fef74 100644 --- a/framework/version +++ b/framework/version @@ -1 +1 @@ -1.3.3 +1.3.4 diff --git a/plugins/compat/changelog.md b/plugins/compat/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/compat/changelog.md +++ b/plugins/compat/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/compat/go.mod b/plugins/compat/go.mod index 92290cd5af..c4bddd4685 100644 --- a/plugins/compat/go.mod +++ b/plugins/compat/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/compat -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/compat/version b/plugins/compat/version index d917d3e26a..b1e80bb248 100644 --- a/plugins/compat/version +++ b/plugins/compat/version @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/plugins/governance/changelog.md b/plugins/governance/changelog.md index e69de29bb2..4a5138aa30 100644 --- a/plugins/governance/changelog.md +++ b/plugins/governance/changelog.md @@ -0,0 +1,2 @@ +- fix: dump all rate limits to DB including access profiles — access profile rate limit counters were always showing 0 in the UI due to missing range in DumpRateLimits +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/governance/go.mod b/plugins/governance/go.mod index 50c55eacdd..84e3c2f57d 100644 --- a/plugins/governance/go.mod +++ b/plugins/governance/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/governance -go 1.26.1 +go 1.26.2 require gorm.io/gorm v1.31.1 diff --git a/plugins/governance/version b/plugins/governance/version index 8af85beb51..94fe62c274 100644 --- a/plugins/governance/version +++ b/plugins/governance/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/plugins/jsonparser/changelog.md b/plugins/jsonparser/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/jsonparser/changelog.md +++ b/plugins/jsonparser/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/jsonparser/go.mod b/plugins/jsonparser/go.mod index 4b4c2a3573..a33e881d65 100644 --- a/plugins/jsonparser/go.mod +++ b/plugins/jsonparser/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/jsonparser -go 1.26.1 +go 1.26.2 require github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/jsonparser/version b/plugins/jsonparser/version index 8af85beb51..94fe62c274 100644 --- a/plugins/jsonparser/version +++ b/plugins/jsonparser/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/plugins/logging/changelog.md b/plugins/logging/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/logging/changelog.md +++ b/plugins/logging/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/logging/go.mod b/plugins/logging/go.mod index 8e99f77089..f8ba7fc28b 100644 --- a/plugins/logging/go.mod +++ b/plugins/logging/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/logging -go 1.26.1 +go 1.26.2 require ( github.com/bytedance/sonic v1.15.0 diff --git a/plugins/logging/version b/plugins/logging/version index 8af85beb51..94fe62c274 100644 --- a/plugins/logging/version +++ b/plugins/logging/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/plugins/maxim/changelog.md b/plugins/maxim/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/maxim/changelog.md +++ b/plugins/maxim/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/maxim/go.mod b/plugins/maxim/go.mod index f236ad9ce0..4698c37d84 100644 --- a/plugins/maxim/go.mod +++ b/plugins/maxim/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/maxim -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/maxim/version b/plugins/maxim/version index 266146b87c..9edc58bb1d 100644 --- a/plugins/maxim/version +++ b/plugins/maxim/version @@ -1 +1 @@ -1.6.3 +1.6.4 diff --git a/plugins/mocker/changelog.md b/plugins/mocker/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/mocker/changelog.md +++ b/plugins/mocker/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/mocker/go.mod b/plugins/mocker/go.mod index a1e111ac67..d6cf6be8ca 100644 --- a/plugins/mocker/go.mod +++ b/plugins/mocker/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/mocker -go 1.26.1 +go 1.26.2 require ( github.com/jaswdr/faker/v2 v2.8.0 diff --git a/plugins/mocker/version b/plugins/mocker/version index 8af85beb51..94fe62c274 100644 --- a/plugins/mocker/version +++ b/plugins/mocker/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/plugins/otel/changelog.md b/plugins/otel/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/otel/changelog.md +++ b/plugins/otel/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/otel/go.mod b/plugins/otel/go.mod index 6083f759bb..cb1d3220f5 100644 --- a/plugins/otel/go.mod +++ b/plugins/otel/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/otel -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/otel/version b/plugins/otel/version index 0495c4a88c..e8ea05db81 100644 --- a/plugins/otel/version +++ b/plugins/otel/version @@ -1 +1 @@ -1.2.3 +1.2.4 diff --git a/plugins/prompts/changelog.md b/plugins/prompts/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/prompts/changelog.md +++ b/plugins/prompts/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/prompts/go.mod b/plugins/prompts/go.mod index 2cf76eb782..5245391cb9 100644 --- a/plugins/prompts/go.mod +++ b/plugins/prompts/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/prompts -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/prompts/version b/plugins/prompts/version index 21e8796a09..ee90284c27 100644 --- a/plugins/prompts/version +++ b/plugins/prompts/version @@ -1 +1 @@ -1.0.3 +1.0.4 diff --git a/plugins/semanticcache/changelog.md b/plugins/semanticcache/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/semanticcache/changelog.md +++ b/plugins/semanticcache/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/semanticcache/go.mod b/plugins/semanticcache/go.mod index b5c84651f1..272ce03b23 100644 --- a/plugins/semanticcache/go.mod +++ b/plugins/semanticcache/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/semanticcache -go 1.26.1 +go 1.26.2 require ( github.com/cespare/xxhash/v2 v2.3.0 diff --git a/plugins/semanticcache/version b/plugins/semanticcache/version index 8af85beb51..94fe62c274 100644 --- a/plugins/semanticcache/version +++ b/plugins/semanticcache/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/plugins/telemetry/changelog.md b/plugins/telemetry/changelog.md index e69de29bb2..d70db4cb68 100644 --- a/plugins/telemetry/changelog.md +++ b/plugins/telemetry/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.5.4 and framework to v1.3.4 diff --git a/plugins/telemetry/go.mod b/plugins/telemetry/go.mod index fdba46e659..4604557182 100644 --- a/plugins/telemetry/go.mod +++ b/plugins/telemetry/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/plugins/telemetry -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.5.3 diff --git a/plugins/telemetry/version b/plugins/telemetry/version index 8af85beb51..94fe62c274 100644 --- a/plugins/telemetry/version +++ b/plugins/telemetry/version @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/tests/async/go.mod b/tests/async/go.mod index ff2f970e7d..1e7b31bec7 100644 --- a/tests/async/go.mod +++ b/tests/async/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/async -go 1.26.1 +go 1.26.2 diff --git a/tests/governance/go.mod b/tests/governance/go.mod index bf0b5b7936..b3ff55d545 100644 --- a/tests/governance/go.mod +++ b/tests/governance/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/governance -go 1.26.1 +go 1.26.2 diff --git a/tests/scripts/1millogs/go.mod b/tests/scripts/1millogs/go.mod index c4dd43e882..e51491f776 100644 --- a/tests/scripts/1millogs/go.mod +++ b/tests/scripts/1millogs/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/tests/scripts/1millogs -go 1.26.1 +go 1.26.2 require ( github.com/maximhq/bifrost/core v1.4.18 diff --git a/tests/scripts/migration-checker/go.mod b/tests/scripts/migration-checker/go.mod index 6efa899f7e..a06ecc3002 100644 --- a/tests/scripts/migration-checker/go.mod +++ b/tests/scripts/migration-checker/go.mod @@ -1,3 +1,3 @@ module github.com/maximhq/bifrost/tests/scripts/migration-checker -go 1.26.1 +go 1.26.2 diff --git a/transports/Dockerfile b/transports/Dockerfile index b58345c4be..65a6333645 100644 --- a/transports/Dockerfile +++ b/transports/Dockerfile @@ -14,7 +14,7 @@ # Skip the copy-build step since we'll copy the files in the Go build stage # --- Go Build Stage: Compile the Go binary --- - FROM golang:1.26.1-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039 AS builder + FROM golang:1.26.2-alpine3.23@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder WORKDIR /app # Install dependencies including gcc for CGO and sqlite diff --git a/transports/Dockerfile.local b/transports/Dockerfile.local index d8d36528f9..7044b06939 100644 --- a/transports/Dockerfile.local +++ b/transports/Dockerfile.local @@ -17,7 +17,7 @@ # Skip the copy-build step since we'll copy the files in the Go build stage # --- Go Build Stage: Compile the Go binary using local modules --- - FROM golang:1.26.1-alpine3.23@sha256:2389ebfa5b7f43eeafbd6be0c3700cc46690ef842ad962f6c5bd6be49ed82039 AS builder + FROM golang:1.26.2-alpine3.23@sha256:f85330846cde1e57ca9ec309382da3b8e6ae3ab943d2739500e08c86393a21b1 AS builder WORKDIR /build # Install dependencies including gcc for CGO and sqlite diff --git a/transports/changelog.md b/transports/changelog.md index 0b83e029e7..e35295ef85 100644 --- a/transports/changelog.md +++ b/transports/changelog.md @@ -1,5 +1,19 @@ ## ✨ Features +- **Access Profiles via Config** — Seed enterprise access profiles declaratively from `config.json` and Helm values at deploy time, including provider restrictions, model allowlists, budgets, rate limits, and MCP server/tool controls +- **Key IDs in Helm** — `key_ids` is now the preferred field for pinning provider keys in Helm virtual key configurations, aligning Helm values with `config.json` schema + +## 🐞 Fixed + +- **Fallback Stream State** — Clear `BifrostContextKeyStreamEndIndicator` before fallback requests so stale streaming state doesn't carry into retries +- **Access Profile Rate Limits** — Rate limit counters for access profiles were always showing 0; now persisted correctly to the database +- **Helm Encryption Key** — `encryptionKey` is now properly optional for Helm StatefulSet deployments when using a Kubernetes secret reference +- **Teams View OSS/Enterprise Split** — Extracted full TeamsView into the shared fallback component so it works correctly in OSS builds; fixed pagination offset snap-back and RBAC loading state race + +--- + +## ✨ Features + - **Claude Opus 4.7** — Added compatibility for Anthropic's Claude Opus 4.7 model, including adaptive thinking, task-budgets beta header, `display` parameter handling, and "xhigh" effort mapping - **Anthropic Structured Outputs** — Added `response_format` and structured output support for Anthropic models across chat completions and Responses API, with order-preserving merge of additional model request fields (thanks [@emirhanmutlu-natuvion](https://github.com/emirhanmutlu-natuvion)!) - **MCP Tool Annotations** — Preserve MCP tool annotations (`title`, `readOnly`, `destructive`, `idempotent`, `openWorld`) in bidirectional conversion so agents can reason about tool behavior diff --git a/transports/go.mod b/transports/go.mod index ff2c5a028b..023e16ddd7 100644 --- a/transports/go.mod +++ b/transports/go.mod @@ -1,6 +1,6 @@ module github.com/maximhq/bifrost/transports -go 1.26.1 +go 1.26.2 require ( github.com/andybalholm/brotli v1.2.0 diff --git a/transports/version b/transports/version index ed4732d0af..d254372b7a 100644 --- a/transports/version +++ b/transports/version @@ -1 +1 @@ -1.5.0-prerelease4 +1.5.0-prerelease5