Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jun 13:08
· 1 commit to main since this release
a621abc

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

πŸš€ Features

  • Workspace support (#408)
  • Versioned docs (#414)
  • (schema-cache) Include procedures & aggregates, fix query (#424)
  • (completions) Complete (materialized) views (#409)
  • (completions) Alter/drop/rename column statements (#421)
  • (completions) Complete in (simple) function bodies (#426)
  • (completions) Complete roles (#410)
  • (completions) Complete in WITH CHECK and USING clauses (#422)

πŸ› Bug Fixes

  • (docs) Make latest default after next release (#420)
  • (completions) Convert SQL to lowercase (#416)
  • (splitter) Split grant stmts (#425)
  • Broken text after receiving batched changes (#413)
  • Release pipeline points at correct schema.json (#427)

🚜 Refactor

  • (test_db) Use sqlx::test instead (#411)

Contributors