Skip to content

Commit 2b41298

Browse files
authored
chore: release v1.19.0 (#299)
1 parent 7ee19c0 commit 2b41298

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18+
### Changed
19+
20+
### Fixed
21+
22+
### Removed
23+
24+
### Security
25+
26+
27+
## v1.19.0
28+
29+
### Added
30+
1831
- `--max-range-request-file-size` / `RAINBOW_MAX_RANGE_REQUEST_FILE_SIZE`: Configurable limit for HTTP Range requests on large files (default: 5GiB). Range requests for files larger than this limit return HTTP 501 Not Implemented to protect against CDN issues. Specifically addresses Cloudflare's bug where range requests for files over 5GiB are silently ignored, causing the entire file to be returned instead of the requested range, leading to excess bandwidth consumption and billing.
1932

2033
### Changed
@@ -26,10 +39,6 @@ The following emojis are used to highlight certain changes:
2639

2740
- Fixed bitswap client initialization to use `time.Duration` instead of `delay.Fixed()` for rebroadcast delay, matching the updated bitswap client API
2841

29-
### Removed
30-
31-
### Security
32-
3342

3443
## v1.18.0
3544

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.18.0"
2+
"version": "v1.19.0"
33
}

0 commit comments

Comments
 (0)