Skip to content

0.19.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 11:10
· 75 commits to main since this release
d9964c1

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.19.0

πŸš€ Features

  • (splinter) Allow ignoring db objects (#634)
  • Add dblint with splinter (#631)

πŸ› Bug Fixes

  • Many completion issues from snapshots (#607)
  • (completions) Replace error node handling with better grammar (#616)
  • Clippy issues (#622)
  • (docs) Links (#635)

🚜 Refactor

  • (analyser) Separate concerns (#617)
  • (configuration) Cleanup codegen and make RuleSelector generic (#623)

πŸ“š Documentation

  • Fix comma and extra space in JSON in configuration.md (#627)

βš™οΈ Miscellaneous Tasks

  • (splinter) Integrate with codegen (#618)
  • (splinter) Integrate runtime (#620)

Contributors