Skip to content

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Dec 24, 2025

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/[email protected]

Minor Changes

  • #887 25f3859 Thanks @nt9142! - Add Edge/Cloudflare Workers support for @voltagent/libsql

    • New @voltagent/libsql/edge export for edge runtimes
    • Refactored adapters into core classes with dependency injection
    • Edge adapters use @libsql/client/web for fetch-based transport
    • Core uses DataView/ArrayBuffer for cross-platform compatibility
    • Node.js adapters override with Buffer for better performance

    Usage:

    import { LibSQLMemoryAdapter } from "@voltagent/libsql/edge";
    
    const adapter = new LibSQLMemoryAdapter({
      url: "libsql://your-db.turso.io",
      authToken: "your-token",
    });

Summary by cubic

Versions packages to publish @voltagent/libsql 1.1.0 with Edge/Cloudflare Workers support and update example apps to use the new version. This enables the LibSQL memory adapter to run in edge runtimes and improves cross-platform compatibility.

  • New Features

    • New @voltagent/libsql/edge export for Edge/Cloudflare Workers.
    • Adapters refactored into core classes with dependency injection.
    • Cross-platform buffers: DataView/ArrayBuffer in core, Buffer in Node for performance.
  • Migration

    • In edge runtimes, import from @voltagent/libsql/edge (e.g., LibSQLMemoryAdapter) and provide url and authToken.

Written for commit 994f129. Summary will update automatically on new commits.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Dec 24, 2025

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: 994f129
Status: ✅  Deploy successful!
Preview URL: https://198e2572.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@joggrbot

This comment has been minimized.

Copy link

@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 51 files

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.

2 participants