Skip to content

Releases: influxdata/flux-lsp

Release 0.8.40

17 Mar 17:14
Compare
Choose a tag to compare
  • chore: update to latest flux (#627)
  • build(deps): bump tokio from 1.19.2 to 1.20.4 (#626)
  • build(deps): bump json5 from 2.2.0 to 2.2.2 in /integration (#624)
  • build(deps): bump bumpalo from 3.10.0 to 3.12.0 (#625)

Release 0.8.39

15 Dec 22:49
Compare
Choose a tag to compare
  • fix(618): handle remaining wasm panics, and expose is_valid_flux() API (#621)

Release 0.8.38

13 Dec 19:57
Compare
Choose a tag to compare
  • chore: update LspServer logging level to Info (not debug) (#620)
  • fix(618): handle wasm LspServer panic on logging (#619)
  • feat(609/610/ui-6334): LSP notification sent to UI with ActionItems (#617)
  • build(flux): update flux to v0.191.0 (#611)
  • feat(615): basic composition coordination with UI (#616)
  • chore(613): replace unmaintained wee_alloc with dlmalloc (#614)
  • build(deps): bump minimatch from 3.0.4 to 3.0.5 in /integration (#612)

Release 0.8.37

07 Nov 17:49
Compare
Choose a tag to compare
  • feat: escape schema analysis after other calls (#606)
  • chore: update to rust 1.65 (#608)
  • build(flux): update flux to v0.189.0 (#605)
  • feat: retain range arguments (#607)
  • feat: use stateful composition (#603)

Release 0.8.36

28 Oct 14:50
Compare
Choose a tag to compare
  • chore: support multi tag value selection (#601)
  • chore: remove didSave (#602)
  • chore: audit the claimed server capabilities (#600)
  • chore: update to rust 1.64 (#593)
  • build(flux): update flux to v0.187.0 (#598)
  • chore(ui-6063): add composition tests which demonstrate support for import statements (#596)
  • build(flux): update to Flux v0.185.0 (#594)
  • feat: Syntax highlight the hover information (#585)
  • chore: remove tag filtering (#590)

Release 0.8.35

27 Sep 15:10
Compare
Choose a tag to compare
  • build(flux): update flux to v0.184.2 (#589)
  • fix: provide all lsp execute commands in initialization (#588)
  • chore: remove original injection commands (#586)
  • feat: Display the type constraints when hovering over something (#496)
  • fix: Complete empty properties on member expressions (#580)
  • build(flux): update flux to v0.183.0 (#581)

Release 0.8.34

07 Sep 16:37
Compare
Choose a tag to compare
  • fix(578): the line_col library does 1 indexing for lines and chars, whereas the monaco-editor range (per LSP spec) does zero-based lines and chars. (#579)

Release 0.8.33

02 Sep 15:48
Compare
Choose a tag to compare
  • fix(576): new_text in composition applyEdit should only be the composition string. Not the entire file string. (#577)

Release 0.8.32

01 Sep 18:19
Compare
Choose a tag to compare
  • feat: allow initialize to add extra filters (#575)

Release 0.8.31

30 Aug 17:34
Compare
Choose a tag to compare
  • fix: always use the replacement position for the applyEdit (#573)