Skip to content

v0.6.0

Compare
Choose a tag to compare
@kubukoz kubukoz released this 20 Nov 04:36
· 406 commits to main since this release
0b7ee8b

Huge and long-awaited release!

Multi-query files in #126

SmithyQL files can now include multiple queries. Multiple use clauses are also allowed. When running a file, if one of the queries fails the rest will not be attempted.

image

Other changes

  • Improve consistency of the formatted in #126
  • Improve completions of structs/union members
  • Improve completions for queries
  • Sort use clauses when formatting by @kubukoz in #168
  • (completions) Skip operation input if it already exists by @kubukoz in #170
  • Require whitespace around keywords by @kubukoz in #172
  • Fix race condition causing server to hang by @kubukoz in #173
  • Remove redundant supervisor by @kubukoz in #175
  • Update readme for multi-query files by @kubukoz in #176
  • Update smithy4s-aws-http4s, ... to 0.16.8 by @scala-steward in #143
  • Update cats-effect to 3.4.1 by @scala-steward in #153

Full Changelog: v0.5.3...v0.6.0