Skip to content

Commit 633e3f8

Browse files
authored
Merge pull request #8 from faststats-dev/changeset-release/main
chore: version packages
2 parents 0ba9838 + a3a8f56 commit 633e3f8

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/backend-ingest-body-limit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundler-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Patch Changes
66

7+
- bd0e180: Increase the public sourcemap ingest request body limit to 50MB to avoid 413 errors when uploading larger sourcemap payloads.
8+
9+
## 0.2.1
10+
11+
### Patch Changes
12+
713
- bd0e180: Add upload payload batching with a configurable `maxUploadBodyBytes` limit and introduce a `failOnError` option to control whether upload failures should fail the build.
814

915
## 0.2.0

packages/bundler-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststats/sourcemap-uploader-plugin",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"type": "module",
55
"files": [
66
"dist",

0 commit comments

Comments
 (0)