feat(smarts3): Add local smarts3 testing support and documentation

This commit is contained in:
2025-11-24 00:15:29 +00:00
parent 4f662ff611
commit 284329c191
6 changed files with 414 additions and 21 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-11-24 - 1.8.0 - feat(smarts3)
Add local smarts3 testing support and documentation
- Added @push.rocks/smarts3 ^5.1.0 to devDependencies to enable a local S3-compatible test server.
- Updated README with a new "Testing with smarts3" section including a Quick Start example and integration test commands.
- Documented benefits and CI-friendly usage for running registry integration tests locally without cloud credentials.
## 2025-11-23 - 1.7.0 - feat(core)
Standardize S3 storage config using @tsclass/tsclass IS3Descriptor and wire it into RegistryStorage and plugins exports; update README and package dependencies.