@smart-cloud/publisher-exporter 1.1.71 → 1.1.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/content-sync.js +15 -15
- package/dist/crawl.js +13 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,15 @@ It is designed to run outside WordPress. The WordPress plugin only manages runti
|
|
|
6
6
|
|
|
7
7
|
## Release notes
|
|
8
8
|
|
|
9
|
+
### 1.1.72
|
|
10
|
+
|
|
11
|
+
- Correct the coordinator's saved-page counter for HTML already uploaded to the S3 workspace by Lambda workers.
|
|
12
|
+
- Include validated retained local or remote outputs when incremental processing reuses a page, and when a completed checkpoint is resumed. Count each output path once per run, including repeated writes or retries.
|
|
13
|
+
- Keep failed requests, rejected URLs, missing outputs, and unrelated skips out of the saved-page count. Rendering, reuse decisions, asset processing, and deployment behavior are unchanged.
|
|
14
|
+
- Add behavioral regression coverage for local and S3-native saves, reuse, checkpoints, failures, and duplicate output accounting.
|
|
15
|
+
|
|
16
|
+
The counter correction takes effect in new coordinator jobs after upgrading the exporter. It does not modify an already running job or retrospectively rewrite its progress log.
|
|
17
|
+
|
|
9
18
|
### 1.1.71
|
|
10
19
|
|
|
11
20
|
- Restore `--no-zygote` for Lambda Chromium launches while keeping `--single-process` disabled. Browser and renderer processes remain separate.
|