@backstage/plugin-techdocs-node 1.2.0-next.3 → 1.3.0-next.1

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,56 @@
1
1
  # @backstage/plugin-techdocs-node
2
2
 
3
+ ## 1.3.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - ad35364e97: feat(techdocs): add edit button support for bitbucketServer
8
+
9
+ ### Patch Changes
10
+
11
+ - f833344611: Bump default `TechDocs` image to `v1.1.0`, see the release [here](https://github.com/backstage/techdocs-container/releases/tag/v1.1.0).
12
+ - Updated dependencies
13
+ - @backstage/backend-common@0.15.0-next.1
14
+ - @backstage/integration@1.3.0-next.1
15
+
16
+ ## 1.2.1-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - c8196bd37d: Fix AWS S3 404 NotFound error
21
+
22
+ 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.
23
+
24
+ - Updated dependencies
25
+ - @backstage/backend-common@0.15.0-next.0
26
+ - @backstage/integration@1.3.0-next.0
27
+
28
+ ## 1.2.0
29
+
30
+ ### Minor Changes
31
+
32
+ - 860765ff45: Added local publishing target directory `config`: `techdocs.publisher.local.publishDirectory`
33
+
34
+ ### Patch Changes
35
+
36
+ - a5d73da942: Fix the flag parsing for `legacyCopyReadmeMdToIndexMd` in `techdocs-cli generate` command, and decouple it's logic from the `techdocs-ref` flag.
37
+ - 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`.
38
+ - e2d7b76f43: Upgrade git-url-parse to 12.0.0.
39
+
40
+ Motivation for upgrade is transitively upgrading parse-url which is vulnerable
41
+ to several CVEs detected by Snyk.
42
+
43
+ - SNYK-JS-PARSEURL-2935944
44
+ - SNYK-JS-PARSEURL-2935947
45
+ - SNYK-JS-PARSEURL-2936249
46
+
47
+ - Updated dependencies
48
+ - @backstage/backend-common@0.14.1
49
+ - @backstage/catalog-model@1.1.0
50
+ - @backstage/plugin-search-common@1.0.0
51
+ - @backstage/integration@1.2.2
52
+ - @backstage/errors@1.1.0
53
+
3
54
  ## 1.2.0-next.3
4
55
 
5
56
  ### Patch Changes