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
11 changes: 0 additions & 11 deletions .changeset/discovery-openapi-consolidation.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fuzzy-badgers-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-require-account.md

This file was deleted.

19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# mppx

## 0.4.10

### Patch Changes

- b4e1a3d: Add OpenAPI-first discovery tooling via `mppx/discovery`, framework `discovery()` helpers, and `mppx discover validate`.

This also changes `mppx/proxy` discovery routes:

- `GET /openapi.json` is now the canonical machine-readable discovery document.
- `GET /llms.txt` remains available as the text-friendly discovery view.
- Legacy `/discover*` routes now return `410 Gone`.

- 70f6595: Fix two production session/SSE robustness issues.

1. Accept exact voucher replays (`cumulativeAmount == highestVoucherAmount`) as idempotent success after signature verification, while still rejecting lower cumulative amounts and preserving monotonic state advancement rules.
2. Prevent invalid null-body response wrapping in SSE receipt transport by returning `101/204/205/304` responses directly instead of stream-wrapping them.

- 3c713c9: `tempo.session()` now throws immediately at initialization if no viem `Account` is provided, instead of failing later with an opaque error during channel close. The error message includes an example fix.

## 0.4.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"[!start-pkg]": "",
"name": "mppx",
"type": "module",
"version": "0.4.9",
"version": "0.4.10",
"main": "./dist/index.js",
"license": "MIT",
"files": [
Expand Down
Loading