| Name | Modified | Size | Downloads / 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
- feat(headers): add caching headers for assets and catalog apps by @l1shen in https://github.com/oomol-lab/open-connector/pull/56
- feat: enhance overview page with call trend and recent calls sections by @l1shen in https://github.com/oomol-lab/open-connector/pull/57
Full Changelog: https://github.com/oomol-lab/open-connector/compare/v1.0.0...v1.0.1