diff --git a/.github/workflows/dependabot-alerts.yml b/.github/workflows/dependabot-alerts.yml index 26effeb18f..78baf85c1f 100644 --- a/.github/workflows/dependabot-alerts.yml +++ b/.github/workflows/dependabot-alerts.yml @@ -12,6 +12,10 @@ jobs: create-issues: runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Create issues from Dependabot alerts env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/docs-validation.yml b/.github/workflows/docs-validation.yml index a4a2ca3e63..fb96aff103 100644 --- a/.github/workflows/docs-validation.yml +++ b/.github/workflows/docs-validation.yml @@ -17,6 +17,10 @@ jobs: name: Check Broken Links runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index f171c326a6..63ebfdadfa 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -16,6 +16,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index 77682648a9..cfafbc37f7 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -16,6 +16,10 @@ jobs: release: runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/npx-publish.yml b/.github/workflows/npx-publish.yml index 404c3fd0d8..3e09160edf 100644 --- a/.github/workflows/npx-publish.yml +++ b/.github/workflows/npx-publish.yml @@ -23,6 +23,10 @@ jobs: outputs: should-skip: ${{ steps.check.outputs.should-skip }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -45,6 +49,10 @@ jobs: contents: write id-token: write # Required for npm provenance steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -163,6 +171,10 @@ jobs: contents: write id-token: write # Required for npm provenance steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/openapi-bundle.yml b/.github/workflows/openapi-bundle.yml index 3cafc49569..abe469d658 100644 --- a/.github/workflows/openapi-bundle.yml +++ b/.github/workflows/openapi-bundle.yml @@ -20,6 +20,10 @@ jobs: name: Bundle OpenAPI Spec runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/pr-test-notifier.yml b/.github/workflows/pr-test-notifier.yml index 571c085703..58fa16957c 100644 --- a/.github/workflows/pr-test-notifier.yml +++ b/.github/workflows/pr-test-notifier.yml @@ -16,6 +16,10 @@ jobs: outputs: should-skip: ${{ steps.check.outputs.should-skip }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -36,6 +40,10 @@ jobs: name: Post Test Instructions runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Post comment with test trigger instructions env: GH_TOKEN: ${{ github.token }} diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 7f79885c6b..c8ebd1ea51 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -23,6 +23,10 @@ jobs: outputs: should-skip: ${{ steps.check.outputs.should-skip }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -55,6 +59,10 @@ jobs: pull-requests: write steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 13b16efc38..701a60c090 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -17,6 +17,10 @@ jobs: version: ${{ steps.get-version.outputs.version }} tag_exists: ${{ steps.check-tag.outputs.exists }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -43,6 +47,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -67,6 +75,10 @@ jobs: outputs: success: ${{ steps.release.outputs.success }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -101,6 +113,10 @@ jobs: permissions: contents: write steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index e02fddfd9e..218e47e1ec 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -17,6 +17,10 @@ jobs: outputs: should-skip: ${{ steps.check.outputs.should-skip }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Check if pipeline should be skipped id: check env: @@ -28,7 +32,7 @@ jobs: else echo "should-skip=false" >> $GITHUB_OUTPUT fi - + # Detect what needs to be released detect-changes: needs: [check-skip] @@ -46,6 +50,10 @@ jobs: framework-version: ${{ steps.detect.outputs.framework-version }} transport-version: ${{ steps.detect.outputs.transport-version }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -69,6 +77,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -138,6 +150,10 @@ jobs: outputs: approved: ${{ steps.approve.outputs.approved }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Display failed test info run: | echo "::warning::test-core failed. Review the logs to determine if this is a flaky test." @@ -154,6 +170,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -219,6 +239,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -289,6 +313,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -334,6 +362,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -376,6 +408,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -428,6 +464,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -487,6 +527,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -556,6 +600,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -639,6 +687,10 @@ jobs: success: ${{ steps.release.outputs.success }} version: ${{ needs.detect-changes.outputs.core-version }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -724,6 +776,10 @@ jobs: success: ${{ steps.release.outputs.success }} version: ${{ needs.detect-changes.outputs.framework-version }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -817,6 +873,10 @@ jobs: outputs: success: ${{ steps.release.outputs.success }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -922,6 +982,10 @@ jobs: outputs: success: ${{ steps.prep.outputs.success }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -958,6 +1022,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1009,6 +1077,10 @@ jobs: permissions: contents: read steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1060,6 +1132,10 @@ jobs: success: ${{ steps.release.outputs.success }} version: ${{ needs.detect-changes.outputs.transport-version }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1113,6 +1189,10 @@ jobs: ACCOUNT: maximhq IMAGE_NAME: bifrost steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1184,6 +1264,10 @@ jobs: ACCOUNT: maximhq IMAGE_NAME: bifrost steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1237,6 +1321,10 @@ jobs: ACCOUNT: maximhq IMAGE_NAME: bifrost steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -1274,6 +1362,10 @@ jobs: permissions: contents: write steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: @@ -1308,6 +1400,10 @@ jobs: if: "always() && needs.check-skip.outputs.should-skip != 'true'" runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Install jq run: | sudo apt-get update diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 0d42b3d5fd..3a9c40cc1c 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -18,6 +18,10 @@ jobs: outputs: should-skip: ${{ steps.check.outputs.should-skip }} steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -38,6 +42,10 @@ jobs: name: Snyk Open Source (deps) runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -78,6 +86,10 @@ jobs: name: Snyk Code (SAST) runs-on: ubuntu-latest steps: + - uses: bullfrogsec/bullfrog@7bc9b6e13e2dd9cbe5861f33bc26dc6bdb9d9ed2 + with: + egress-policy: audit + - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/core/changelog.md b/core/changelog.md index e69de29bb2..28893d385c 100644 --- a/core/changelog.md +++ b/core/changelog.md @@ -0,0 +1,7 @@ +- fix: handle SSE error events for 429s and other error status codes during streaming +- fix: pick max tokens for Anthropic from model params cache +- fix: fixed Anthropic streaming usage token reporting +- fix: fixed Anthropic cache token reporting +- fix: preserved provider precision in embedding responses +- fix: removed pending marshal-to-map to fix caching issues at provider level +- fix: fixed support for Claude office suite add-on model routing diff --git a/core/version b/core/version index 323afbcd2a..976182be5d 100644 --- a/core/version +++ b/core/version @@ -1 +1 @@ -1.4.14 +1.4.15 \ No newline at end of file diff --git a/framework/changelog.md b/framework/changelog.md index 9a2498a0ad..a61a838624 100644 --- a/framework/changelog.md +++ b/framework/changelog.md @@ -1 +1,4 @@ -[feat]: add CalendarAligned budget field, GetCalendarPeriodStart and IsCalendarAlignableDuration helpers [@17jmumford](https://github.com/17jmumford) +- feat: added CalendarAligned budget field, GetCalendarPeriodStart and IsCalendarAlignableDuration helpers +- fix: pick max tokens for Anthropic from model params cache (model catalog) +- fix: preserved provider precision in embedding responses (log store) +- fix: added migration for calendar_aligned field diff --git a/framework/version b/framework/version index 47f5bfd9fa..dcbb259019 100644 --- a/framework/version +++ b/framework/version @@ -1 +1 @@ -1.2.33 +1.2.34 \ No newline at end of file diff --git a/plugins/governance/changelog.md b/plugins/governance/changelog.md index 461a236a95..b02b3878c0 100644 --- a/plugins/governance/changelog.md +++ b/plugins/governance/changelog.md @@ -1 +1,2 @@ -[feat]: snap LastReset to calendar boundary for calendar-aligned budgets [@17jmumford](https://github.com/17jmumford) +- feat: snap LastReset to calendar boundary for calendar-aligned budgets +- feat: added calendar alignment support for budget periods diff --git a/plugins/governance/version b/plugins/governance/version index 9baec2fdfe..f32f94b9f6 100644 --- a/plugins/governance/version +++ b/plugins/governance/version @@ -1 +1 @@ -1.4.33 +1.4.34 \ No newline at end of file diff --git a/plugins/jsonparser/changelog.md b/plugins/jsonparser/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/jsonparser/changelog.md +++ b/plugins/jsonparser/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/jsonparser/version b/plugins/jsonparser/version index 00bbe72aea..5d3dbca71a 100644 --- a/plugins/jsonparser/version +++ b/plugins/jsonparser/version @@ -1 +1 @@ -1.4.32 +1.4.33 \ No newline at end of file diff --git a/plugins/litellmcompat/changelog.md b/plugins/litellmcompat/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/litellmcompat/changelog.md +++ b/plugins/litellmcompat/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/litellmcompat/version b/plugins/litellmcompat/version index 818944f5b8..95dfee2488 100644 --- a/plugins/litellmcompat/version +++ b/plugins/litellmcompat/version @@ -1 +1 @@ -0.0.22 +0.0.23 \ No newline at end of file diff --git a/plugins/logging/changelog.md b/plugins/logging/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/logging/changelog.md +++ b/plugins/logging/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/logging/version b/plugins/logging/version index 9baec2fdfe..f32f94b9f6 100644 --- a/plugins/logging/version +++ b/plugins/logging/version @@ -1 +1 @@ -1.4.33 +1.4.34 \ No newline at end of file diff --git a/plugins/maxim/changelog.md b/plugins/maxim/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/maxim/changelog.md +++ b/plugins/maxim/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/maxim/version b/plugins/maxim/version index 6062bd9648..f79cc1c383 100644 --- a/plugins/maxim/version +++ b/plugins/maxim/version @@ -1 +1 @@ -1.5.32 +1.5.33 \ No newline at end of file diff --git a/plugins/mocker/changelog.md b/plugins/mocker/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/mocker/changelog.md +++ b/plugins/mocker/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/mocker/version b/plugins/mocker/version index 00bbe72aea..5d3dbca71a 100644 --- a/plugins/mocker/version +++ b/plugins/mocker/version @@ -1 +1 @@ -1.4.32 +1.4.33 \ No newline at end of file diff --git a/plugins/otel/changelog.md b/plugins/otel/changelog.md index e69de29bb2..9f338855cf 100644 --- a/plugins/otel/changelog.md +++ b/plugins/otel/changelog.md @@ -0,0 +1 @@ +- chore: upgraded core to v1.4.15 and framework to v1.2.34 diff --git a/plugins/otel/version b/plugins/otel/version index ba7b2f76d1..d28d4019a0 100644 --- a/plugins/otel/version +++ b/plugins/otel/version @@ -1 +1 @@ -1.1.32 +1.1.33 \ No newline at end of file diff --git a/plugins/semanticcache/changelog.md b/plugins/semanticcache/changelog.md index e69de29bb2..7aa438b9f5 100644 --- a/plugins/semanticcache/changelog.md +++ b/plugins/semanticcache/changelog.md @@ -0,0 +1,3 @@ +- fix: hardened direct-only config handling and aligned UI types +- fix: preserved provider precision in embedding responses +- fix: skip unsupported count_tokens requests diff --git a/plugins/semanticcache/version b/plugins/semanticcache/version index d156665af4..7e0d42a49d 100644 --- a/plugins/semanticcache/version +++ b/plugins/semanticcache/version @@ -1 +1 @@ -1.4.31 +1.4.32 \ No newline at end of file diff --git a/plugins/telemetry/changelog.md b/plugins/telemetry/changelog.md index e69de29bb2..c6f3d45560 100644 --- a/plugins/telemetry/changelog.md +++ b/plugins/telemetry/changelog.md @@ -0,0 +1 @@ +- fix: removed reason field from telemetry events diff --git a/plugins/telemetry/version b/plugins/telemetry/version index 9baec2fdfe..f32f94b9f6 100644 --- a/plugins/telemetry/version +++ b/plugins/telemetry/version @@ -1 +1 @@ -1.4.33 +1.4.34 \ No newline at end of file diff --git a/transports/changelog.md b/transports/changelog.md index e69de29bb2..e21bdad6f2 100644 --- a/transports/changelog.md +++ b/transports/changelog.md @@ -0,0 +1,18 @@ +## ✨ Features + +- **Calendar-Aligned Budgets** — Added calendar alignment support for budget periods in governance + +## 🐞 Fixed + +- **SSE Error Events** — Handle SSE error events for 429 rate-limit and other error status codes during streaming +- **Anthropic Max Tokens** — Pick max tokens for Anthropic from model params cache instead of hardcoded values +- **Anthropic Streaming Usage** — Fixed usage token reporting for Anthropic streaming responses +- **Anthropic Cache Tokens** — Fixed Anthropic cache token reporting in non-streaming responses +- **Embedding Precision** — Preserved provider precision in embedding responses instead of truncating float values +- **Provider Caching** — Removed pending marshal-to-map to fix caching issues at provider level +- **Claude Office Suite** — Fixed support for Claude office suite add-on model routing +- **Semantic Cache Config** — Hardened direct-only config handling and aligned UI types for semantic cache +- **Semantic Cache Count Tokens** — Skip unsupported count_tokens requests in semantic cache plugin +- **Telemetry Events** — Removed reason field from telemetry events +- **CORS Headers** — Fixed wildcard allowed headers for CORS +- **UI Routing Display** — Shows selected virtual key and routing rule in UI diff --git a/transports/version b/transports/version index 04e0d3f14f..4007e54579 100644 --- a/transports/version +++ b/transports/version @@ -1 +1 @@ -1.4.17 +1.4.18 \ No newline at end of file