Files
backstage/plugins/search-backend-module-pg/CHANGELOG.md
T
Patrik Oldsberg ba68ea4450 apply 0.68.1 fixes to master
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-18 11:30:15 +01:00

2.8 KiB

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

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