Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jul 07:39
· 2 commits to main since this release
36a3c52

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

This release fixes a deadlock that w as introduced earlier and adds support for named parameters in the lexer.

🚀 Features

  • Add support for named params (#458)

🐛 Bug Fixes

  • Revoke split (#459)
  • Deadlock (#460)
  • Syntax error regression (#461)

⚙️ Miscellaneous Tasks

  • Expose schema_cache & file_context in lint rules (#449)

Contributors

@juleswritescode
@psteinroe