Version Packages (next)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user