Skip to content

Commit dbdfb40

Browse files
committed
update changelog
1 parent 87f1edf commit dbdfb40

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.MD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
**Warning:** Features marked as *alpha* may change or be removed in a future release without notice. Use with caution.
66

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
21+
722
## [0.9.0] - 2026-07-09
823

924
### Added

0 commit comments

Comments
 (0)