Skip to content

Latest commit

 

History

History
133 lines (83 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

133 lines (83 loc) · 3.35 KB

CHANGELOG

0.8.3

Improvements

  • Propagate current and root env name to providers. #264

Bug Fixes

  • Specify pulumi access token per command run. #263

0.8.2

Improvements

  • Document the CLI's REST API client. #257

0.8.1

Improvements

  • Handle anonymous environments when injecting it to the context #250

  • Export context schema for editor autocompletion #252

0.8.0

Improvements

  • Allow evaluation of environments with parse errors. #222

  • Return a properly-merged root schema from environment evaluation. #229

  • Improve property accessor diagnostics. #230

  • Populate source positions for property accessors in single-line flow scalars. #231

  • Provide more accurate accessor diagnostic positions. #238

  • Add support for execution context interpolation. #239

0.7.0

Bug Fixes

  • Fix merging of already-merged values. #213

0.6.2

Bug Fixes

  • Add support for yaml format as output from esc open. #204

0.6.1

Bug Fixes

  • Fix a nil pointer dereference in Syntax.NodeError. #180

  • Mark nested structures as secret if the JSON string is secret. #191

0.6.0

Improvements

  • Include paths in diagnostics. #157

  • Support secret elision in definitions via encryption and decryption #155

  • Support --show-secrets in esc env get to display secrets in plaintext. #163

0.5.7

Improvements

  • Add two new builtins, fn::fromBase64 and fn::fromJSON. The former decodes a base64-encoded string into a binary string and the latter decodes a JSON string into a value. #117
  • Add support for temporary file projection in run and open commands. #141 #151
  • Support null, boolean, and number values in environment variables. #151

0.5.4

Bug Fixes

  • Do not panic when env set is passed an empty value. #110

  • Fix behavior for esc login when no existing credentials are present #111

0.5.3

Bug Fixes

  • Fix behavior for esc login when no backend is provided #105

0.5.2

Improvements

  • Add a -f flag to esc env init that allows the specification of the initial definition for an environment. #95

Bug Fixes

  • Fix panics that could occur when no credentials are available or credentials were invalid. #93