github cue-lang/cue v0.9.0-rc.1

latest releases: v0.9.2, v0.9.1, v0.10.0-0.dev...
pre-releaseone month ago

This release includes a number of fixes for issues spotted in the modules experiment now enabled by default as well as a few other fixes.

Modules

A number of changes such as CL 1195195 were made to fix a regression where CUE_EXPERIMENT=modules, now on by default since v0.9.0-alpha.5, would load every CUE package in the entire module even when only loading a single package.

CL 1195518 tweaks the structure of the module cache to be more consistent and self-explanatory.

CL 1195514 tweaks cue mod publish so that OCI reference digests are not printed by default, as they are often non-deterministic due to VCS information.

CL 1195530 fixed a regression where importing packages with an unnecessary package name qualifier would always result in an error.

Encodings

CL 1195047 fixes the decoding of YAML 1.1 octal numbers so that they no longer result in invalid CUE literals.

Don't miss a new cue release

NewReleases is sending notifications on new releases.