Skip to content

ci(changesets): version packages#1115

Merged
omeraplak merged 1 commit intomainfrom
changeset-release/main
Feb 28, 2026
Merged

ci(changesets): version packages#1115
omeraplak merged 1 commit intomainfrom
changeset-release/main

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Feb 28, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/langfuse-exporter@2.0.3

Patch Changes


Summary by cubic

Release @voltagent/langfuse-exporter 2.0.3 with a dependency bump to langfuse ^3.38.6 to fix export retry failures on non-JSON error responses.
Updated the Langfuse example to use 2.0.3 and synced the lockfile.

Written for commit b3c4c75. Summary will update on new commits.

Summary by CodeRabbit

Release Notes

  • Bug Fixes

    • Improved error handling for Langfuse exports during retries.
  • Chores

    • Updated @voltagent/langfuse-exporter to version 2.0.3.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Feb 28, 2026

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: b3c4c75
Status: ✅  Deploy successful!
Preview URL: https://9953c348.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@joggrbot

This comment has been minimized.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8c8aa14 and b3c4c75.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • .changeset/fuzzy-turkeys-smell.md
  • examples/with-langfuse/package.json
  • packages/langfuse-exporter/CHANGELOG.md
  • packages/langfuse-exporter/package.json
💤 Files with no reviewable changes (1)
  • .changeset/fuzzy-turkeys-smell.md

📝 Walkthrough

Walkthrough

This is a patch release (2.0.3) of @voltagent/langfuse-exporter that updates the langfuse dependency to ^3.38.6 to address non-JSON error response handling during export retries (resolving issue #670). The example package dependency is also bumped to the new version, and the changeset entry is removed after publishing.

Changes

Cohort / File(s) Summary
Langfuse Exporter Release
packages/langfuse-exporter/package.json, packages/langfuse-exporter/CHANGELOG.md
Version bump from 2.0.2 to 2.0.3 with changelog entry documenting langfuse dependency update to ^3.38.6 for non-JSON error response handling fix.
Example Dependencies
examples/with-langfuse/package.json
Updated @voltagent/langfuse-exporter dependency from ^2.0.2 to ^2.0.3.
Changeset Cleanup
.changeset/fuzzy-turkeys-smell.md
Removed changeset markdown file after release publication.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

Suggested reviewers

  • omeraplak

Poem

🐰 A fluffy patch hops in with care,
Fixing JSON errors in the air,
From 2.0.2 to 2.0.3 we climb,
Langfuse dependency now keeps time! 🎯

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' is accurate and clearly describes the automated release versioning action performed by the Changesets GitHub action.
Description check ✅ Passed The description is comprehensive, explaining the automated release process, listing the package being released with version details, and providing context about the dependency update addressing issue #670.
Linked Issues check ✅ Passed The PR successfully addresses issue #670 by updating the langfuse dependency to ^3.38.6, which includes upstream fixes for non-JSON error responses during export retries that caused the reported SyntaxError.
Out of Scope Changes check ✅ Passed All changes are in scope: version bumps for @voltagent/langfuse-exporter (2.0.2→2.0.3), dependency update to langfuse ^3.38.6, example package update, and changelog entry reflect the release objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

@omeraplak omeraplak merged commit c0f1915 into main Feb 28, 2026
23 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch February 28, 2026 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Langfuseexporter fails on json response

2 participants