v1.0.27
upstash/context7v1.0.27Nov 13, 2025by enesgules
AI Summary
This release includes a major architectural change by migrating the HTTP server to Express and deprecating SSE, alongside new integration instructions for Copilot, Factory, and Zed.
Key Highlights
- Migrated HTTP server to Express
- Deprecated SSE (Server-Sent Events)
- Added integration docs for Copilot, Factory, and Zed
- Added remote server connection for OpenAI Codex
Breaking Changes
- Deprecated SSE (Server-Sent Events)
New Features
- Express HTTP server migration
- Remote server connection
- SSE usage logging
Full Release Notes
## What's Changed * feat: add remote server connection for OpenAI Codex across all docs by @someblue in https://github.com/upstash/context7/pull/849 * feat: log sse usage counter by @enesgules in https://github.com/upstash/context7/pull/871 * make call to action more visible by @omerXfaruq in https://github.com/upstash/context7/pull/874 * feat: migrate HTTP server to Express and deprecate sse by @enesgules in https://github.com/upstash/context7/pull/861 * docs: Add Copilot CLI installation instructions to README by @scarletkc in https://github.com/upstash/context7/pull/894 * docs: add Factory installation instructions by @factory-ben in https://github.com/upstash/context7/pull/896 * Improve line formatting in README.md to avoid a scroll tab on Github Marketplace by @FidelusAleksander in https://github.com/upstash/context7/pull/952 * docs: update the Zed configuration file format by @tthallos in https://github.com/upstash/context7/pull/956 * Docs by @enesakar in https://github.com/upstash/context7/pull/927 * Bench-score by @enesakar in https://github.com/upstash/context7/pull/978 ## New Contributors * @someblue made their first contribution in https://github.com/upstash/context7/pull/849 * @omerXfaruq made their first contribution in https://github.com/upstash/context7/pull/874 * @scarletkc made their first contribution in https://github.com/upstash/context7/pull/894 * @factory-ben made their first contribution in https://github.com/upstash/context7/pull/896 * @FidelusAleksander made their first contribution in https://github.com/upstash/context7/pull/952 * @tthallos made their first contribution in https://github.com/upstash/context7/pull/956 **Full Changelog**: https://github.com/upstash/context7/compare/v1.0.26...v1.0.27