Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/brave-heron-917.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-otters-limit-downloads.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-otter-482.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @neuledge/context

## 1.2.5

### Patch Changes

- [`104c4e6`](https://github.com/neuledge/context/commit/104c4e646bac625e64e126e9f4b45bf3fabe6bfd) Thanks [@TeeJS](https://github.com/TeeJS)! - Falling back from better-sqlite3 to the sql.js (WebAssembly) engine now prints a warning instead of happening silently, and `context serve` reports which SQLite engine it is using. Set `CONTEXT_REQUIRE_NATIVE_SQLITE=1` to make startup fail instead of falling back, for deployments that must never run the in-memory engine.

- [`866ed97`](https://github.com/neuledge/context/commit/866ed9744e50bd9622645c81174d25900e92e3c6) Thanks [@TeeJS](https://github.com/TeeJS)! - Limit registry download sizes to protect local storage from oversized packages.

- [`3e6d1a0`](https://github.com/neuledge/context/commit/3e6d1a021842ab67d7c1089a1dfe4c11a106fbfb) Thanks [@TeeJS](https://github.com/TeeJS)! - `context serve --http` now caps concurrent sessions (`CONTEXT_MAX_SESSIONS`, default 64) and closes sessions idle for longer than `CONTEXT_SESSION_IDLE_TIMEOUT` seconds (default 1800), so clients that disappear without closing their session no longer accumulate in memory. A first request that is not a valid `initialize` no longer leaves an orphaned transport behind.

## 1.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neuledge/context",
"version": "1.2.4",
"version": "1.2.5",
"mcpName": "io.github.neuledge/context",
"description": "Context management for Neuledge packages",
"keywords": [],
Expand Down
7 changes: 7 additions & 0 deletions packages/registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @neuledge/registry

## 0.0.18

### Patch Changes

- Updated dependencies [[`104c4e6`](https://github.com/neuledge/context/commit/104c4e646bac625e64e126e9f4b45bf3fabe6bfd), [`866ed97`](https://github.com/neuledge/context/commit/866ed9744e50bd9622645c81174d25900e92e3c6), [`3e6d1a0`](https://github.com/neuledge/context/commit/3e6d1a021842ab67d7c1089a1dfe4c11a106fbfb)]:
- @neuledge/context@1.2.5

## 0.0.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neuledge/registry",
"version": "0.0.17",
"version": "0.0.18",
"private": true,
"description": "Registry infrastructure for building and publishing context packages",
"type": "module",
Expand Down