You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
5
5
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
6
6
7
+
## [0.9.1] - 2026-07-23
8
+
9
+
### Changed
10
+
11
+
- Docker builds use a local `mime.types` and pinned container hash for better security
12
+
13
+
### Fixed
14
+
15
+
- Fixed `session:` scheme URLs for the web server not passing on query parameters to the session's HTTP request. Session URLs like `session:https://example.com/data.json?t=abc` will work now
16
+
- Hash list for manifest command is now validated
17
+
- This has probably never shown up in the real world, but requesting the byte range `bytes=0-0` for a resource would have caused issues in the web server
18
+
- Further confine local FS reads on Windows. The long term solution is to is os.Root or such, but that requires go-toolkit changes
19
+
- Improved bonding reliability to deal with edge cases
20
+
- Improved open publication cache logic to deal with rare edge cases
0 commit comments