feat(core,storage,oci,registry-config): add streaming response support and configurable registry URLs across protocols
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-24 - 2.8.0 - feat(core,storage,oci,registry-config)
|
||||
add streaming response support and configurable registry URLs across protocols
|
||||
|
||||
- Normalize SmartRegistry responses to ReadableStream bodies at the public API boundary and add stream helper utilities for buffers, JSON, and hashing
|
||||
- Add streaming storage accessors for OCI, npm, Maven, Cargo, Composer, PyPI, and RubyGems downloads to reduce in-memory buffering
|
||||
- Make per-protocol registryUrl configurable so CLI and integration tests can use correct host and port values
|
||||
- Refactor OCI blob uploads to persist chunks in storage during upload and clean up temporary chunk objects after completion or expiry
|
||||
- Update tests and storage integration to use the new stream-based response model and smartstorage backend
|
||||
|
||||
## 2025-12-03 - 2.7.0 - feat(upstream)
|
||||
Add dynamic per-request upstream provider and integrate into registries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user