File tree Expand file tree Collapse file tree 3 files changed +286
-33
lines changed Expand file tree Collapse file tree 3 files changed +286
-33
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414- Fix script listed in readme instructions
1515- Handle symlinks properly in file enumeration [ #41 ] ( https://github.com/fastly/compute-js-static-publish/issues/41 )
1616
17+ ### Breaking
18+
19+ - Rename symbols
20+ - ` KVAssetEntry ` renamed to ` AssetEntry `
21+ - ` KVAssetEntryMap ` renamed to ` AssetEntryMap `
22+
23+ ### Added
24+
25+ - S3-compatible storage
26+ - Add support for S3-compatible storage, such as Fastly Object Storage
27+ - Store items using same keys as KV Store
28+ - Use S3 object metadata for storing asset metadata
29+ - Storage factored out to StorageProvider, and S3 is implemented using this architecture
30+ - Configure using
31+
32+ - ` static-publish.rc.js `
33+ - Add ` s3 ` mode configuration
34+
35+ ### Changed
36+
37+ - ` publish-content.config.js `
38+ - ` kvStoreAssetInclusionTest ` renamed to ` assetInclusionTest ` . Previous name deprecated.
39+
1740## [ 7.0.1] - 2025-04-24
1841
1942### Fixed
You can’t perform that action at this time.
0 commit comments