Skip to content

Commit 0386c93

Browse files
committed
chore: release v1.19.1
1 parent b701e58 commit 0386c93

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,24 @@ The following emojis are used to highlight certain changes:
1717

1818
### Changed
1919

20-
- Upgrade go-ds-pebble to [v0.5.3](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.5.3)
21-
2220
### Fixed
2321

2422
### Removed
2523

2624
### Security
2725

2826

27+
## v1.19.1
28+
29+
### Added
30+
31+
- `--diagnostic-service-url` / `RAINBOW_DIAGNOSTIC_SERVICE_URL`: Configure URL for CID retrievability diagnostic service (default: `https://check.ipfs.network`). When gateway returns 504 timeout, users see "Inspect retrievability of CID" button linking to diagnostic service. Set to empty string to disable.
32+
33+
### Changed
34+
35+
- Upgrade go-ds-pebble to [v0.5.3](https://github.com/ipfs/go-ds-pebble/releases/tag/v0.5.3)
36+
37+
2938
## v1.19.0
3039

3140
### Added

version.json

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

0 commit comments

Comments
 (0)