Version Packages
This commit is contained in:
@@ -1,5 +1,20 @@
|
||||
# @backstage/app-defaults
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.3
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/core-app-api@1.4.0
|
||||
- @backstage/plugin-permission-react@0.4.9
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.1.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/app-defaults",
|
||||
"description": "Provides the default wiring of a Backstage App",
|
||||
"version": "1.1.0-next.2",
|
||||
"version": "1.1.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,69 @@
|
||||
# example-app
|
||||
|
||||
## 0.2.79
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.22.1
|
||||
- @backstage/plugin-search@1.0.7
|
||||
- @backstage/plugin-scaffolder@1.10.0
|
||||
- @backstage/plugin-catalog-graph@0.2.26
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/plugin-catalog-react@1.2.4
|
||||
- @backstage/core-components@0.12.3
|
||||
- @backstage/plugin-scaffolder-react@1.0.0
|
||||
- @backstage/plugin-user-settings@0.6.2
|
||||
- @backstage/plugin-explore@0.3.45
|
||||
- @backstage/plugin-techdocs@1.4.3
|
||||
- @backstage/plugin-github-actions@0.5.14
|
||||
- @backstage/plugin-home@0.4.30
|
||||
- @backstage/plugin-jenkins@0.7.13
|
||||
- @backstage/plugin-kubernetes@0.7.7
|
||||
- @backstage/plugin-stack-overflow@0.1.10
|
||||
- @backstage/plugin-tech-radar@0.6.0
|
||||
- @backstage/plugin-search-react@1.4.0
|
||||
- @backstage/app-defaults@1.1.0
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/core-app-api@1.4.0
|
||||
- @backstage/plugin-lighthouse@0.3.14
|
||||
- @backstage/plugin-cost-insights@0.12.3
|
||||
- @backstage/plugin-cloudbuild@0.3.14
|
||||
- @backstage/plugin-api-docs@0.8.14
|
||||
- @backstage/plugin-azure-devops@0.2.5
|
||||
- @backstage/plugin-azure-sites@0.1.3
|
||||
- @backstage/plugin-gcp-projects@0.3.33
|
||||
- @backstage/plugin-techdocs-react@1.1.2
|
||||
- @backstage/plugin-permission-react@0.4.9
|
||||
- @backstage/plugin-playlist@0.1.5
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/integration-react@1.1.9
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/plugin-airbrake@0.3.14
|
||||
- @backstage/plugin-apache-airflow@0.2.7
|
||||
- @backstage/plugin-badges@0.2.38
|
||||
- @backstage/plugin-catalog-common@1.0.10
|
||||
- @backstage/plugin-catalog-import@0.9.4
|
||||
- @backstage/plugin-circleci@0.3.14
|
||||
- @backstage/plugin-code-coverage@0.2.7
|
||||
- @backstage/plugin-dynatrace@1.0.4
|
||||
- @backstage/plugin-gcalendar@0.3.10
|
||||
- @backstage/plugin-gocd@0.1.20
|
||||
- @backstage/plugin-graphiql@0.2.46
|
||||
- @backstage/plugin-kafka@0.3.14
|
||||
- @backstage/plugin-newrelic@0.3.32
|
||||
- @backstage/plugin-newrelic-dashboard@0.2.7
|
||||
- @backstage/plugin-org@0.6.4
|
||||
- @backstage/plugin-pagerduty@0.5.7
|
||||
- @backstage/plugin-rollbar@0.4.14
|
||||
- @backstage/plugin-search-common@1.2.1
|
||||
- @backstage/plugin-sentry@0.4.7
|
||||
- @backstage/plugin-shortcuts@0.3.6
|
||||
- @backstage/plugin-tech-insights@0.3.6
|
||||
- @backstage/plugin-techdocs-module-addons-contrib@1.0.9
|
||||
- @backstage/plugin-todo@0.2.16
|
||||
- @internal/plugin-catalog-customized@0.0.6
|
||||
|
||||
## 0.2.79-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-app",
|
||||
"version": "0.2.79-next.2",
|
||||
"version": "0.2.79",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,41 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 02b119ff93: **BREAKING**: The `httpRouterFactory` now accepts a `getPath` option rather than `indexPlugin`. To set up custom index path, configure the new `rootHttpRouterFactory` with a custom `indexPath` instead.
|
||||
|
||||
Added an implementation for the new `rootHttpRouterServiceRef`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type.
|
||||
- b99c030f1b: Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option.
|
||||
- 170282ece6: Fixed a bug in the default token manager factory where it created multiple incompatible instances.
|
||||
- 843a0a158c: Added service factory for the new core identity service.
|
||||
- 150a7dd790: An error will now be thrown if attempting to override the plugin metadata service.
|
||||
- 483e907eaf: Internal updates of `createServiceFactory` from `@backstage/backend-plugin-api`.
|
||||
- 015a6dced6: The `createSpecializedBackend` function will now throw an error if duplicate service implementations are provided.
|
||||
- e3fca10038: Tweaked the plugin logger to use `plugin` as the label for the plugin ID, rather than `pluginId`.
|
||||
- ecbec4ec4c: Internal refactor to match new options pattern in the experimental backend system.
|
||||
- 51b7a7ed07: Exported the default root HTTP router implementation as `DefaultRootHttpRouter`. It only implements the routing layer and needs to be exposed via an HTTP server similar to the built-in setup in the `rootHttpRouterFactory`.
|
||||
- 0e63aab311: Moved over logging and configuration loading implementations from `@backstage/backend-common`. There is a now `WinstonLogger` which implements the `RootLoggerService` through Winston with accompanying utilities. For configuration the `loadBackendConfig` function has been moved over, but it now instead returns an object with a `config` property.
|
||||
- 8e06f3cf00: Switched imports of `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- 3b8fd4169b: Internal folder structure refactor.
|
||||
- 6cfd4d7073: Updated implementations for the new `RootLifecycleService`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0
|
||||
- @backstage/backend-common@0.18.0
|
||||
- @backstage/backend-tasks@0.4.1
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config-loader@1.1.8
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-auth-node@0.2.9
|
||||
- @backstage/plugin-permission-node@0.7.3
|
||||
|
||||
## 0.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.3.0-next.1",
|
||||
"version": "0.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,34 @@
|
||||
# @backstage/backend-common
|
||||
|
||||
## 0.18.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 5e2cebe9a3: **BREAKING**: Removed deprecated `read` method from the `UrlReader` interface. All implementations should use the `readUrl` method instead.
|
||||
|
||||
Migrated `UrlReader` and related types to `backend/backend-plugin-api`, types remain re-exported from `backend-common` for now.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0e63aab311: Internal refactor of the logger and configuration loading implementations.
|
||||
- 31e2309c8c: Added `legacyPlugin` and the lower level `makeLegacyPlugin` wrappers that convert legacy plugins to the new backend system. This will be used to ease the future migration to the new backend system, but we discourage use of it for now.
|
||||
- 8e06f3cf00: Added `loggerToWinstonLogger`, which was moved from `@backstage/backend-plugin-api`.
|
||||
- 2b1554cebf: Replaced dependencies on the `Logger` type from `winston` with `LoggerService` from `@backstage/backend-plugin-api`. This is not a breaking change as the `LoggerService` is a subset of the `Logger` interface.
|
||||
- 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
||||
- 6f02d23b01: Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
|
||||
- d592ec4f51: Updated the logger created by `createRootLogger` to make it possible to override the default `service` log label.
|
||||
- b99c030f1b: Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.
|
||||
- f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0
|
||||
- @backstage/backend-app-api@0.3.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config-loader@1.1.8
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/integration@1.4.2
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.18.0-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-common",
|
||||
"description": "Common functionality library for Backstage backends",
|
||||
"version": "0.18.0-next.1",
|
||||
"version": "0.18.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/backend-defaults
|
||||
|
||||
## 0.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6cfd4d7073: Include implementations for the new `rootLifecycleServiceRef`.
|
||||
- ecc6bfe4c9: Use new `ServiceFactoryOrFunction` type.
|
||||
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
|
||||
- 843a0a158c: Added factory for the new core identity service to the set of default service factories.
|
||||
- 5b7bcd3c5e: Added support to supply a shared environment to `createBackend`, which can be created using `createSharedEnvironment` from `@backstage/backend-plugin-api`.
|
||||
- 02b119ff93: The new root HTTP router service is now installed by default.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0
|
||||
- @backstage/backend-app-api@0.3.0
|
||||
|
||||
## 0.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-defaults",
|
||||
"description": "Backend defaults used by Backstage backend apps",
|
||||
"version": "0.1.5-next.1",
|
||||
"version": "0.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# example-backend-next
|
||||
|
||||
## 0.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.10.0
|
||||
- @backstage/backend-defaults@0.1.5
|
||||
- @backstage/plugin-app-backend@0.3.40
|
||||
- @backstage/plugin-catalog-backend@1.7.0
|
||||
|
||||
## 0.0.7-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend-next",
|
||||
"version": "0.0.7-next.2",
|
||||
"version": "0.0.7",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,85 @@
|
||||
# @backstage/backend-plugin-api
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 8e06f3cf00: Moved `loggerToWinstonLogger` to `@backstage/backend-common`.
|
||||
- ecbec4ec4c: Updated all factory function creators to accept options as a top-level callback rather than extra parameter to the main factory function.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6cfd4d7073: Added `RootLifecycleService` and `rootLifecycleServiceRef`, as well as added a `logger` option to the existing `LifecycleServiceShutdownHook`.
|
||||
- ecc6bfe4c9: Added `ServiceFactoryOrFunction` type, for use when either a `ServiceFactory` or `() => ServiceFactory` can be used.
|
||||
- 5b7bcd3c5e: Added `createSharedEnvironment` for creating a shared environment containing commonly used services in a split backend setup of the backend.
|
||||
- 02b119ff93: Added a new `rootHttpRouterServiceRef` and `RootHttpRouterService` interface.
|
||||
- 5e2cebe9a3: Migrate `UrlReader` into this package to gradually remove the dependency on backend-common.
|
||||
- 843a0a158c: Added new core identity service.
|
||||
- 5437fe488f: Migrated types related to `TokenManagerService`, `CacheService` and `DatabaseService` into backend-plugin-api.
|
||||
- 6f02d23b01: Moved `PluginEndpointDiscovery` type from backend-common to backend-plugin-api.
|
||||
- 483e907eaf: The `createServiceFactory` function has been updated to no longer use a duplicate callback pattern for plugin scoped services. The outer callback is now replaced by an optional `createRootContext` method. This change was made in order to support TypeScript 4.9, but it also simplifies the API surface a bit, especially for plugin scoped service factories that don't need to create a root context. In addition, the factory and root context functions can now be synchronous.
|
||||
|
||||
A factory that previously would have looked like this:
|
||||
|
||||
```ts
|
||||
createServiceFactory({
|
||||
service: coreServices.cache,
|
||||
deps: {
|
||||
config: coreServices.config,
|
||||
plugin: coreServices.pluginMetadata,
|
||||
},
|
||||
async factory({ config }) {
|
||||
const cacheManager = CacheManager.fromConfig(config);
|
||||
return async ({ plugin }) => {
|
||||
return cacheManager.forPlugin(plugin.getId());
|
||||
};
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
Now instead looks like this:
|
||||
|
||||
```ts
|
||||
createServiceFactory({
|
||||
service: coreServices.cache,
|
||||
deps: {
|
||||
config: coreServices.config,
|
||||
plugin: coreServices.pluginMetadata,
|
||||
},
|
||||
async createRootContext({ config }) {
|
||||
return CacheManager.fromConfig(config);
|
||||
},
|
||||
async factory({ plugin }, manager) {
|
||||
return manager.forPlugin(plugin.getId());
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
Although in many cases the `createRootContext` isn't needed, for example:
|
||||
|
||||
```ts
|
||||
createServiceFactory({
|
||||
service: coreServices.logger,
|
||||
deps: {
|
||||
rootLogger: coreServices.rootLogger,
|
||||
plugin: coreServices.pluginMetadata,
|
||||
},
|
||||
factory({ rootLogger, plugin }) {
|
||||
return rootLogger.child({ plugin: plugin.getId() });
|
||||
},
|
||||
});
|
||||
```
|
||||
|
||||
- 16054afdec: Documented `coreServices` an all of its members.
|
||||
- 0e63aab311: Updated the `RootLoggerService` to also have an `addRedactions` method.
|
||||
- 62b04bb865: Updates all `create*` methods to simplify their type definitions and ensure they all have configuration interfaces.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-tasks@0.4.1
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-auth-node@0.2.9
|
||||
- @backstage/plugin-permission-common@0.7.3
|
||||
|
||||
## 0.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-plugin-api",
|
||||
"description": "Core API used by Backstage backend plugins",
|
||||
"version": "0.3.0-next.1",
|
||||
"version": "0.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @backstage/backend-tasks
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3fad4ed40a: Added a new static `TaskScheduler.forPlugin` method.
|
||||
- b99c030f1b: Minor internal refactor to avoid import cycle issue.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.4.1-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-tasks",
|
||||
"description": "Common distributed task management library for Backstage backends",
|
||||
"version": "0.4.1-next.1",
|
||||
"version": "0.4.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/backend-test-utils
|
||||
|
||||
## 0.1.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 6cfd4d7073: Include implementations for the new `rootLifecycleServiceRef`.
|
||||
- 015a6dced6: Updated to make sure that service implementations replace default service implementations.
|
||||
- a3ec2f32ea: The `startTestBackend` setup now includes default implementations for all core services.
|
||||
- 483e907eaf: Internal updates of `createServiceFactory` from `@backstage/backend-plugin-api`.
|
||||
- 51b7a7ed07: The backend started by `startTestBackend` now has default implementations of all core services. It now also returns a `TestBackend` instance, which provides access to the underlying `server` that can be used with testing libraries such as `supertest`.
|
||||
- f23eef3aa2: Updated dependency `better-sqlite3` to `^8.0.0`.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.3.0
|
||||
- @backstage/cli@0.22.1
|
||||
- @backstage/backend-common@0.18.0
|
||||
- @backstage/backend-app-api@0.3.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-auth-node@0.2.9
|
||||
|
||||
## 0.1.32-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-test-utils",
|
||||
"description": "Test helpers library for Backstage backends",
|
||||
"version": "0.1.32-next.2",
|
||||
"version": "0.1.32",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,53 @@
|
||||
# example-backend
|
||||
|
||||
## 0.2.79
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/plugin-scaffolder-backend@1.10.0
|
||||
- @backstage/backend-common@0.18.0
|
||||
- @backstage/plugin-scaffolder-backend-module-rails@0.4.8
|
||||
- @backstage/plugin-adr-backend@0.2.5
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/plugin-search-backend-module-elasticsearch@1.1.1
|
||||
- @backstage/plugin-search-backend-node@1.1.1
|
||||
- @backstage/catalog-client@1.3.0
|
||||
- @backstage/plugin-explore-backend@0.0.2
|
||||
- @backstage/backend-tasks@0.4.1
|
||||
- @backstage/plugin-events-backend@0.2.1
|
||||
- @backstage/plugin-catalog-node@1.3.1
|
||||
- @backstage/plugin-app-backend@0.3.40
|
||||
- @backstage/plugin-code-coverage-backend@0.2.6
|
||||
- @backstage/plugin-catalog-backend@1.7.0
|
||||
- @backstage/plugin-tech-insights-backend@0.5.6
|
||||
- @backstage/plugin-kubernetes-backend@0.9.1
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/plugin-search-backend@1.2.1
|
||||
- @backstage/plugin-events-node@0.2.1
|
||||
- example-app@0.2.79
|
||||
- @backstage/integration@1.4.2
|
||||
- @backstage/plugin-auth-backend@0.17.3
|
||||
- @backstage/plugin-auth-node@0.2.9
|
||||
- @backstage/plugin-azure-devops-backend@0.3.19
|
||||
- @backstage/plugin-azure-sites-backend@0.1.2
|
||||
- @backstage/plugin-badges-backend@0.1.34
|
||||
- @backstage/plugin-graphql-backend@0.1.30
|
||||
- @backstage/plugin-jenkins-backend@0.1.30
|
||||
- @backstage/plugin-kafka-backend@0.2.33
|
||||
- @backstage/plugin-permission-backend@0.5.15
|
||||
- @backstage/plugin-permission-common@0.7.3
|
||||
- @backstage/plugin-permission-node@0.7.3
|
||||
- @backstage/plugin-playlist-backend@0.2.3
|
||||
- @backstage/plugin-proxy-backend@0.2.34
|
||||
- @backstage/plugin-rollbar-backend@0.1.37
|
||||
- @backstage/plugin-search-backend-module-pg@0.5.1
|
||||
- @backstage/plugin-search-common@1.2.1
|
||||
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.24
|
||||
- @backstage/plugin-tech-insights-node@0.3.8
|
||||
- @backstage/plugin-techdocs-backend@1.5.1
|
||||
- @backstage/plugin-todo-backend@0.1.37
|
||||
|
||||
## 0.2.79-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "example-backend",
|
||||
"version": "0.2.79-next.2",
|
||||
"version": "0.2.79",
|
||||
"main": "dist/index.cjs.js",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/catalog-client
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- f75bf76330: Implemented support for the `order` directive on `getEntities`
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e23f13a573: Enable the `by-refs` endpoint to receive `fields` through the POST body as well as through query parameters.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 1.3.0-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-client",
|
||||
"description": "An isomorphic client for the catalog backend",
|
||||
"version": "1.3.0-next.2",
|
||||
"version": "1.3.0",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/catalog-model
|
||||
|
||||
## 1.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 011bd518b7: Fixed spelling mistakes in documentation.
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 1.1.5-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/catalog-model",
|
||||
"description": "Types and validators that help describe the model of a Backstage Catalog",
|
||||
"version": "1.1.5-next.1",
|
||||
"version": "1.1.5",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @backstage/cli
|
||||
|
||||
## 0.22.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- db2e137744: Removed unnecessary usage of `ThemeProvider` from the `ExampleComponent` test in the plugin template.
|
||||
- 47c10706df: Fixed an issue where the CLI would fail to function when there was a mix of workspace and non-workspace versions of the same package in `yarn.lock` when using Yarn 3.
|
||||
- 2b435be4cf: Updated backend plugin ID during creation to match user-entered input.
|
||||
- 4b572126f1: Add experimental environment variable to enable caching for production builds.
|
||||
- 7b407b303b: Slightly improve readability of "base URL conflict" error handling code
|
||||
- a62a1f9dca: The frontend serve task now filters out allowed package duplicates during its package check, just like `versions:bump` and `versions:check`.
|
||||
- d06a7890c6: Removed unused package `type-fest`
|
||||
- 7c8a974515: The `repo test`, `repo lint`, and `repo build` commands will now analyze `yarn.lock` for dependency changes when searching for changed packages. This allows you to use the `--since <ref>` flag even if you have `yarn.lock` changes.
|
||||
- e1b71e142e: Workspace ranges are no longer considered invalid by version commands.
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/config-loader@1.1.8
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/release-manifests@0.0.8
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 0.22.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/cli",
|
||||
"description": "CLI for developing Backstage plugins and apps",
|
||||
"version": "0.22.1-next.2",
|
||||
"version": "0.22.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/config-loader
|
||||
|
||||
## 1.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 1.1.8-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/config-loader",
|
||||
"description": "Config loading functionality used by Backstage backend, and CLI",
|
||||
"version": "1.1.8-next.0",
|
||||
"version": "1.1.8",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.cjs.js",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @backstage/config
|
||||
|
||||
## 1.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- ba2d69ee17: Adds the ability to coerce values to their boolean representatives.
|
||||
Values such as `"true"` `1` `on` and `y` will become `true` when using `getBoolean` and the opposites `false`.
|
||||
This happens particularly when such parameters are used with environmental substitution as environment variables are always strings.
|
||||
- Updated dependencies
|
||||
- @backstage/types@1.0.2
|
||||
|
||||
## 1.0.6-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/config",
|
||||
"description": "Config API used by Backstage core, backend, and CLI",
|
||||
"version": "1.0.6-next.0",
|
||||
"version": "1.0.6",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.cjs.js",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/core-app-api
|
||||
|
||||
## 1.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 1.4.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-app-api",
|
||||
"description": "Core app API used by Backstage apps",
|
||||
"version": "1.4.0-next.1",
|
||||
"version": "1.4.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @backstage/core-components
|
||||
|
||||
## 0.12.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f2ea446de0: Applied fix from v1.9.1
|
||||
- 80ce4e8c29: Small updates to some components to ensure theme typography properties are inherited correctly.
|
||||
- f23146520e: Ensure that the "Custom User" sign-in makes use of supplied custom tokens, if any
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/errors@1.1.4
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 0.12.3-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-components",
|
||||
"description": "Core components used by Backstage plugins and apps",
|
||||
"version": "0.12.3-next.2",
|
||||
"version": "0.12.3",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/core-plugin-api
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bca8e8b393: Allow defining application level feature flags. See [Feature Flags documentation](https://backstage.io/docs/plugins/feature-flags#in-the-application) for reference.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/version-bridge@1.0.3
|
||||
|
||||
## 1.3.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/core-plugin-api",
|
||||
"description": "Core API used by Backstage plugins",
|
||||
"version": "1.3.0-next.1",
|
||||
"version": "1.3.0",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @backstage/create-app
|
||||
|
||||
## 0.4.36
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- f834622f56: Bumped create-app version.
|
||||
- 724b55689b: Avoid potential temporary directory conflict.
|
||||
- a2a70504e3: Remove deprecated `create-plugin` script from the `default-app` template's `package.json.hbs`.
|
||||
Also, update the documentation to not mention the `create-plugin` script and instead mention
|
||||
the `new` script.
|
||||
- 016a52c28f: Bumped the minimum version of `better-sqlite3`. You can make the following change to your `packages/backend/package.json` to keep your instance of Backstage updated.
|
||||
|
||||
```diff
|
||||
- "better-sqlite3": "^7.5.0",
|
||||
+ "better-sqlite3": "^8.0.0",
|
||||
```
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.11
|
||||
|
||||
## 0.4.36-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/create-app",
|
||||
"description": "A CLI that helps you create your own Backstage app",
|
||||
"version": "0.4.36-next.2",
|
||||
"version": "0.4.36",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @backstage/dev-utils
|
||||
|
||||
## 1.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/plugin-catalog-react@1.2.4
|
||||
- @backstage/core-components@0.12.3
|
||||
- @backstage/app-defaults@1.1.0
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/core-app-api@1.4.0
|
||||
- @backstage/integration-react@1.1.9
|
||||
- @backstage/test-utils@1.2.4
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.0.11-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/dev-utils",
|
||||
"description": "Utilities for developing Backstage plugins.",
|
||||
"version": "1.0.11-next.2",
|
||||
"version": "1.0.11",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @backstage/integration-aws-node
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 89062b8ba0: Skip STS API calls where not needed, to support Minio use cases
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.1.1-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-aws-node",
|
||||
"description": "Helpers for fetching AWS account credentials",
|
||||
"version": "0.1.1-next.0",
|
||||
"version": "0.1.1",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @backstage/integration-react
|
||||
|
||||
## 1.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-components@0.12.3
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/integration@1.4.2
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 1.1.9-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration-react",
|
||||
"description": "Frontend package for managing integrations towards external systems",
|
||||
"version": "1.1.9-next.2",
|
||||
"version": "1.1.9",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @backstage/integration
|
||||
|
||||
## 1.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 1.4.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/integration",
|
||||
"description": "Helpers for managing integrations towards external systems",
|
||||
"version": "1.4.2-next.0",
|
||||
"version": "1.4.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/repo-tools
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c447a5221b: Use the project tsconfig in case of selection all packages
|
||||
- 93cff3053e: Move some dependencies as `peerDependencies` because we need to always use same version as in `api-extractor`
|
||||
- d48cf39f2a: fix glob on windows os
|
||||
- 75275b0b0b: Updated dependency `@microsoft/tsdoc-config` to `0.16.2`.
|
||||
- 76fc6f7ec8: Updates Api-extractor and api-documenter version
|
||||
- Updated dependencies
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/errors@1.1.4
|
||||
|
||||
## 0.1.1-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/repo-tools",
|
||||
"description": "CLI for Backstage repo tooling ",
|
||||
"version": "0.1.1-next.2",
|
||||
"version": "0.1.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# techdocs-cli-embedded-app
|
||||
|
||||
## 0.2.78
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/cli@0.22.1
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/core-components@0.12.3
|
||||
- @backstage/plugin-techdocs@1.4.3
|
||||
- @backstage/plugin-catalog@1.7.2
|
||||
- @backstage/app-defaults@1.1.0
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/core-app-api@1.4.0
|
||||
- @backstage/plugin-techdocs-react@1.1.2
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/integration-react@1.1.9
|
||||
- @backstage/test-utils@1.2.4
|
||||
- @backstage/theme@0.2.16
|
||||
|
||||
## 0.2.78-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "techdocs-cli-embedded-app",
|
||||
"version": "0.2.78-next.2",
|
||||
"version": "0.2.78",
|
||||
"private": true,
|
||||
"backstage": {
|
||||
"role": "frontend"
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- bc18c902a2: Add `--preview-app-bundle-path` and `--preview-app-port` options to the `serve` command enabling previewing with apps other than the provided one
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 9f2b786fc9: Provide context for logged errors.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.18.0
|
||||
- @backstage/catalog-model@1.1.5
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/cli-common@0.1.11
|
||||
- @backstage/plugin-techdocs-node@1.4.4
|
||||
|
||||
## 1.3.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.3.0-next.2",
|
||||
"version": "1.3.0",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @backstage/test-utils
|
||||
|
||||
## 1.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/core-plugin-api@1.3.0
|
||||
- @backstage/core-app-api@1.4.0
|
||||
- @backstage/plugin-permission-react@0.4.9
|
||||
- @backstage/config@1.0.6
|
||||
- @backstage/theme@0.2.16
|
||||
- @backstage/types@1.0.2
|
||||
- @backstage/plugin-permission-common@0.7.3
|
||||
|
||||
## 1.2.4-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/test-utils",
|
||||
"description": "Utilities to test Backstage plugins and apps.",
|
||||
"version": "1.2.4-next.1",
|
||||
"version": "1.2.4",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"main": "dist/index.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user