feat(core): Add Cargo and Composer registries with storage, auth and helpers
This commit is contained in:
12
changelog.md
12
changelog.md
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-11-21 - 1.3.0 - feat(core)
|
||||
Add Cargo and Composer registries with storage, auth and helpers
|
||||
|
||||
- Add Cargo registry implementation (ts/cargo) including index, publish, download, yank/unyank and search handlers
|
||||
- Add Composer registry implementation (ts/composer) including package upload/download, metadata, packages.json and helpers
|
||||
- Extend RegistryStorage with Cargo and Composer-specific storage helpers and path conventions
|
||||
- Extend AuthManager with Composer token creation/validation and unified token validation support
|
||||
- Wire SmartRegistry to initialize and route requests to cargo and composer handlers
|
||||
- Add adm-zip dependency and Composer ZIP parsing helpers (extractComposerJsonFromZip, sha1 calculation, version sorting)
|
||||
- Add tests for Cargo index path calculation and config handling
|
||||
- Export new modules from ts/index.ts and add module entry files for composer and cargo
|
||||
|
||||
## 2025-11-21 - 1.2.0 - feat(maven)
|
||||
Add Maven registry protocol support (storage, auth, routing, interfaces, and exports)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user