Skip to content

Releases: bbannier/zeek-language-server

v0.26.0

03 Mar 09:15
Compare
Choose a tag to compare
Bump version

v0.25.0

22 Jan 12:09
Compare
Choose a tag to compare
  • Add support for range formatting
  • Parallelize file reading during startup

v0.24.0

10 Dec 12:23
Compare
Choose a tag to compare
Bump dependencies

v0.23.0

29 Nov 08:51
Compare
Choose a tag to compare
Fix completion for variable from field

In order to complete a field one more layer of type resolution was
needed.

Closes #66.

v0.22.0

28 Nov 23:25
Compare
Choose a tag to compare
Merge branch 't/issue-66'

v0.21.0

26 Nov 20:59
Compare
Choose a tag to compare
Remove dependency on server in completion tests

v0.20.0

24 Nov 15:37
Compare
Choose a tag to compare
Move client capabilities to database

v0.19.0

10 Oct 18:01
Compare
Choose a tag to compare
Do not attempt to start server on unsupported platforms

This extension now contains more than just support for running the
server, so it makes sense to use it on other platforms as well. On such
platforms we would still have emitted an error message about being
unable to download the server, and also would have performed a check for
`zeek-format` which is useless without the server

With this patch we now skip the server initialization on such platforms
and emit a simple information message.

v0.18.0

07 Oct 22:30
Compare
Choose a tag to compare
Let binaries to static linking with glibc

v0.17.0

05 Oct 08:33
Compare
Choose a tag to compare
Switch back to non-musl binaries on Linux

This reverts commit 33d16b0d909e1fb80091fc6ecfbf97943b51fcfa.

It seems that when building with musl e.g., the server's initial scan of the
system directories takes orders of magnitude longer. Reverting back to
non-musl Linux binaries for now.