Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-07-26 08:37:39 +00:00
parent ac052fac0e
commit 73cee58fc2
306 changed files with 4054 additions and 1056 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-node
## 1.2.1-next.0
### Patch Changes
- c8196bd37d: Fix AWS S3 404 NotFound error
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.
- Updated dependencies
- @backstage/backend-common@0.15.0-next.0
- @backstage/integration@1.3.0-next.0
## 1.2.0
### Minor Changes