Download Latest Version v1.1.0 source code.zip (11.1 MB)
Email in envelope

Get an email when there's a new version of OpenConnector

Home / v1.0.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-08 889 Bytes
v1.0.1 source code.tar.gz 2026-07-08 7.5 MB
v1.0.1 source code.zip 2026-07-08 10.1 MB
Totals: 3 Items   17.6 MB 0

## Database Migrations

This release includes database schema migrations.

For local Node, Docker, and Fly.io deployments, SQLite migrations are applied automatically when the runtime starts. Before upgrading, back up your connect.sqlite file or the mounted data volume.

For Cloudflare Workers deployments, apply D1 migrations manually before or immediately after deployment:

:::bash
 npx wrangler d1 migrations apply open-connector --remote --config wrangler.local.jsonc

What's Changed

Full Changelog: https://github.com/oomol-lab/open-connector/compare/v1.0.0...v1.0.1

Source: README.md, updated 2026-07-08