Files
backstage/plugins/search-backend-module-pg/CHANGELOG.md
T
github-actions[bot] ad955c1b1b Version Packages (next)
2022-03-22 12:28:03 +00:00

4.4 KiB

@backstage/plugin-search-backend-module-pg

0.3.2-next.0

Patch Changes

  • 62ee65422c: Use new IndexableResultSet type as return type of query method in SearchEngine implementation.
  • Updated dependencies

0.3.1

Patch Changes

  • 3e54f6c436: Use @backstage/plugin-search-common package instead of @backstage/search-common.
  • Updated dependencies

0.3.1-next.0

Patch Changes

  • 3e54f6c436: Use @backstage/plugin-search-common package instead of @backstage/search-common.
  • Updated dependencies

0.3.0

Minor Changes

  • 022507c860: BREAKING

    The PgSearchEngine implements the new stream-based indexing process expected by the latest @backstage/search-backend-node.

    When updating to this version, you must also update to the latest version of @backstage/search-backend-node. Check this upgrade guide for further details.

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

  • Fix for the previous release with missing type declarations.
  • Updated dependencies

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.6-next.0

Patch Changes

0.2.5

Patch Changes

0.2.5-next.0

Patch Changes

0.2.4

Patch Changes

0.2.4-next.0

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

  • dcd1a0c3f4: Minor improvement to the API reports, by not unpacking arguments directly
  • Updated dependencies
    • @backstage/backend-common@0.9.13

0.2.1

Patch Changes

  • febddedcb2: Bump lodash to remediate SNYK-JS-LODASH-590103 security vulnerability
  • Updated dependencies
    • @backstage/backend-common@0.9.4

0.2.0

Minor Changes

  • a13f21cdc: Implement optional pageCursor based paging in search.

    To use paging in your app, add a <SearchResultPager /> to your SearchPage.tsx.

Patch Changes

  • Updated dependencies
    • @backstage/search-common@0.2.0
    • @backstage/plugin-search-backend-node@0.4.2
    • @backstage/backend-common@0.9.1

0.1.3

Patch Changes

  • 80c562039: Sanitize special characters before building search query for postgres
  • Updated dependencies
    • @backstage/backend-common@0.9.0

0.1.2

Patch Changes

  • ee99798da: Correct version requirements on postgres from 11 to 12. Postgres 12 is required due the use of generated columns.
  • Updated dependencies
    • @backstage/backend-common@0.8.10

0.1.1

Patch Changes