Version Packages
This commit is contained in:
@@ -1,5 +1,41 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.17.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- de8a975911: Changed to use native `AbortController` and `AbortSignal` from Node.js, instead
|
||||
of the one from `node-abort-controller`. This is possible now that the minimum
|
||||
supported Node.js version of the project is 16.
|
||||
|
||||
Note that their interfaces are very slightly different, but typically not in a
|
||||
way that matters to consumers. If you see any typescript errors as a direct
|
||||
result from this, they are compatible with each other in the ways that we
|
||||
interact with them, and should be possible to type-cast across without ill
|
||||
effects.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d3fea4ae0a: Internal fixes to avoid implicit usage of globals
|
||||
- 98776e638a: Fixed GitlabUrlReader to include api tokens in API calls
|
||||
- 1f2b2de3fe: exported KubernetesContainerRunner, KubernetesContainerRunnerOptions, KubernetesContainerRunnerMountBase
|
||||
- 840f2113c6: Fix `GitlabUrlReader.readTree` bug when there were no matching commits
|
||||
- 20a5161f04: Adds MySQL support for the catalog-backend
|
||||
- 3280711113: Updated dependency `msw` to `^0.49.0`.
|
||||
- 9ce7866ecd: Updated dependency `@kubernetes/client-node` to `0.18.0`.
|
||||
- 3c1302c07d: Updated dependency `@types/http-errors` to `^2.0.0`.
|
||||
- 6b82598bd8: Added the ability to understand Job Artifact URLs to the GitLab integration
|
||||
- dfc8edf9c5: Internal refactor to avoid usage of deprecated symbols.
|
||||
- 8015ff1258: Tweaked wording to use inclusive terminology
|
||||
- 8646067e07: Fixed `SingleHostDiscovery` so that it properly handles single-string `backend.listen` configurations such as `:80`.
|
||||
- Updated dependencies
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/config-loader@1.1.7
|
||||
- @backstage/integration@1.4.1
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config@1.0.5
|
||||
|
||||
## 0.17.0-next.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.17.0-next.3",
|
||||
"version": "0.17.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user