Skip to content
Open
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/blue-dots-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-spoons-reject.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-bugs-glow.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/start/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solidjs/start

## 1.3.3

### Patch Changes

- fe9b18f: Fixed an issue where runtimes like AWS Lambda would default to `application/json` when no header was present, causing parsing errors in `json` serialization mode. To ensure consistent behavior, the `Content-Type` is now explicitly set to `text/plain`.
- d62f09c: Reject server function calls when the response is a 5xx without an X-Error header, instead of resolving with the parsed error body
- 7052bde: update seroval to 1.5.4

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/start/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solidjs/start",
"version": "1.3.2",
"version": "1.3.3",
"type": "module",
"author": "Ryan Carniato",
"license": "MIT",
Expand Down