Skip to content

0.17.1

Choose a tag to compare

@github-actions github-actions released this 29 Oct 06:39
· 6 commits to main since this release
1abf019

Postgres Language Server

A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling.

0.17.1

Important

We are migrating from postgrestoolspostgres-language-server.
Both names will continue to work for a few upcoming releases to ensure a smooth transition.
However, please migrate to the new name as soon as possiblepostgrestools will be fully deprecated in a future release.

The following changes are part of this migration:

  • Configuration file

    • Renamed from postgrestools.jsoncpostgres-language-server.jsonc.
  • NPM package scope

    • Moved from @postgrestools@postgres-language-server.
    • Package name changes:
      • @postgrestools/postgrestools@postgres-language-server/cli
      • @postgrestools/backend-jsonrpc@postgres-language-server/backend-jsonrpc
  • Website and $schema references

    • Domain changed from pgtools.devpg-language-server.com.
    • If you reference the hosted $schema in your config file, update it to the new domain.
  • Environment variables

    • Prefix changed from PGT_*PGLS_*.

🐛 Bug Fixes

  • Submodule path (#583)

Contributors