@backstage/search-common
Advanced tools
Comparing version 0.0.0-nightly-20220217022146 to 0.0.0-nightly-20220303023541
# @backstage/search-common | ||
## 0.0.0-nightly-20220217022146 | ||
## 0.0.0-nightly-20220303023541 | ||
### Minor Changes | ||
- 022507c860: **BREAKING** | ||
The Backstage Search Platform's indexing process has been rewritten as a stream | ||
pipeline in order to improve efficiency and performance on large document sets. | ||
The concepts of `Collator` and `Decorator` have been replaced with readable and | ||
transform object streams (respectively), as well as factory classes to | ||
instantiate them. Accordingly, the `SearchEngine.index()` method has also been | ||
replaced with a `getIndexer()` factory method that resolves to a writable | ||
object stream. | ||
Check [this upgrade guide](https://backstage.io/docs/features/search/how-to-guides#how-to-migrate-from-search-alpha-to-beta) | ||
for further details. | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220303023541 | ||
## 0.2.4 | ||
### Patch Changes | ||
- Fix for the previous release with missing type declarations. | ||
- Updated dependencies | ||
- @backstage/types@0.1.3 | ||
- @backstage/plugin-permission-common@0.5.1 | ||
## 0.2.3 | ||
### Patch Changes | ||
- c77c5c7eb6: Added `backstage.role` to `package.json` | ||
- Updated dependencies | ||
- @backstage/plugin-permission-common@0.0.0-nightly-20220217022146 | ||
- @backstage/types@0.0.0-nightly-20220217022146 | ||
- @backstage/plugin-permission-common@0.5.0 | ||
- @backstage/types@0.1.2 | ||
@@ -12,0 +44,0 @@ ## 0.2.2 |
{ | ||
"name": "@backstage/search-common", | ||
"description": "Common functionalities for Search, to be shared between various search-enabled plugins", | ||
"version": "0.0.0-nightly-20220217022146", | ||
"version": "0.0.0-nightly-20220303023541", | ||
"main": "dist/index.cjs.js", | ||
@@ -42,7 +42,7 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/types": "^0.0.0-nightly-20220217022146", | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220217022146" | ||
"@backstage/types": "^0.1.3", | ||
"@backstage/plugin-permission-common": "^0.0.0-nightly-20220303023541" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20220217022146" | ||
"@backstage/cli": "^0.0.0-nightly-20220303023541" | ||
}, | ||
@@ -49,0 +49,0 @@ "jest": { |
7064
+ Added@backstage/types@0.1.3(transitive)
Updated@backstage/plugin-permission-common@^0.0.0-nightly-20220303023541
Updated@backstage/types@^0.1.3