Skip to content

v0.15.4

Latest

Choose a tag to compare

@cueckoo cueckoo released this 27 Jan 16:34
· 337 commits to master since this release

Evaluator

Fix a panic which could occur when using the error built-in with cyclic references.

Fix a panic which could occur when loading @experiment(aliasv2) syntax with an invalid alias name.

cmd/cue

Relax the cue login --token validation to allow future Central Registry token types.

Encodings

Fix a bug in the TOML decoder where nested arrays were causing incorrect "duplicate key" errors.

Full list of changes since v0.15.3
  • internal/cueversion: bump LanguageVersion for v0.15.4 by @mvdan in 50c137c
  • internal/ci: bump Go and goreleaser for v0.15.4 by @mvdan in 8e3eaa9
  • cmd/cue: relax login --token prefix validation by @rustyx in d0bd478
  • cue/ast/astutil: fix nil pointer dereference in postfix alias error by @mvdan in c5df0af
  • internal/core/debug: fix stack overflow in error formatting by @mvdan in bf7a40d
  • encoding/toml: correctly check for duplicate keys with arrays by @mvdan in 4a5fd52