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/backend-ingest-body-limit.md

This file was deleted.

2 changes: 1 addition & 1 deletion bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/bundler-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Patch Changes

- bd0e180: Increase the public sourcemap ingest request body limit to 50MB to avoid 413 errors when uploading larger sourcemap payloads.

## 0.2.1

### Patch Changes

- bd0e180: Add upload payload batching with a configurable `maxUploadBodyBytes` limit and introduce a `failOnError` option to control whether upload failures should fail the build.

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststats/sourcemap-uploader-plugin",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"files": [
"dist",
Expand Down