You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [unreleased]
9
9
10
-
### Fixed
11
-
12
-
- Use pathToFileURL so that import() works under ESM across platforms [#38](https://github.com/fastly/compute-js-static-publish/issues/38)
13
-
14
-
## [7.0.2] - 2025-09-16
15
-
16
-
### Fixed
17
-
18
-
- Fix script listed in readme instructions
19
-
- Handle symlinks properly in file enumeration [#41](https://github.com/fastly/compute-js-static-publish/issues/41)
20
-
21
10
### Breaking
22
11
23
12
- Rename symbols
@@ -26,12 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
15
27
16
### Added
28
17
29
-
- S3-compatible storage
18
+
- S3-compatible storage (BETA)
30
19
- Add support for S3-compatible storage, such as Fastly Object Storage
31
20
- Store items using same keys as KV Store
32
21
- Use S3 object metadata for storing asset metadata
33
22
- Storage factored out to StorageProvider, and S3 is implemented using this architecture
34
-
-Configure using
23
+
-Add AWS-related configurations to fastly.toml in local_server and setup sections
35
24
36
25
-`static-publish.rc.js`
37
26
- Add `s3` mode configuration
@@ -41,6 +30,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
30
-`publish-content.config.js`
42
31
-`kvStoreAssetInclusionTest` renamed to `assetInclusionTest`. Previous name deprecated.
43
32
33
+
## [7.0.3] - 2025-09-29
34
+
35
+
### Fixed
36
+
37
+
- Use pathToFileURL so that import() works under ESM across platforms [#38](https://github.com/fastly/compute-js-static-publish/issues/38)
38
+
39
+
## [7.0.2] - 2025-09-16
40
+
41
+
### Fixed
42
+
43
+
- Fix script listed in readme instructions
44
+
- Handle symlinks properly in file enumeration [#41](https://github.com/fastly/compute-js-static-publish/issues/41)
0 commit comments