@backstage/plugin-techdocs-node 1.2.0-next.2 → 1.2.1-next.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - c8196bd37d: Fix AWS S3 404 NotFound error
8
+
9
+ When reading an object from the S3 bucket through a stream, the aws-sdk getObject() API may throw a 404 NotFound Error with no error message or, in fact, any sort of HTTP-layer error responses. These fail the @backstage/error's assertError() checks, so they must be wrapped. The test for this case was also updated to match the wrapped error message.
10
+
11
+ - Updated dependencies
12
+ - @backstage/backend-common@0.15.0-next.0
13
+ - @backstage/integration@1.3.0-next.0
14
+
15
+ ## 1.2.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 860765ff45: Added local publishing target directory `config`: `techdocs.publisher.local.publishDirectory`
20
+
21
+ ### Patch Changes
22
+
23
+ - a5d73da942: Fix the flag parsing for `legacyCopyReadmeMdToIndexMd` in `techdocs-cli generate` command, and decouple it's logic from the `techdocs-ref` flag.
24
+ - d505b7b37d: Fixed issue with git feedback buttons not appearing automatically in docs pages. This was done by appending `repo_url` to the helper function `getRepoUrlFromLocationAnnotation`.
25
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
26
+
27
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
28
+ to several CVEs detected by Snyk.
29
+
30
+ - SNYK-JS-PARSEURL-2935944
31
+ - SNYK-JS-PARSEURL-2935947
32
+ - SNYK-JS-PARSEURL-2936249
33
+
34
+ - Updated dependencies
35
+ - @backstage/backend-common@0.14.1
36
+ - @backstage/catalog-model@1.1.0
37
+ - @backstage/plugin-search-common@1.0.0
38
+ - @backstage/integration@1.2.2
39
+ - @backstage/errors@1.1.0
40
+
41
+ ## 1.2.0-next.3
42
+
43
+ ### Patch Changes
44
+
45
+ - d505b7b37d: Fixed issue with git feedback buttons not appearing automatically in docs pages. This was done by appending repo_url to the helper function getRepoUrlFromLocationAnnotation.
46
+ - Updated dependencies
47
+ - @backstage/backend-common@0.14.1-next.3
48
+ - @backstage/integration@1.2.2-next.3
49
+ - @backstage/catalog-model@1.1.0-next.3
50
+
3
51
  ## 1.2.0-next.2
4
52
 
5
53
  ### Patch Changes