Releases: Scalr/pygohcl
Releases · Scalr/pygohcl
v1.2.7
v1.2.6
- Added Python
3.14to the build matrix. - Updated macOS build platforms due to deprecations: actions/runner-images#13046
- Updated cffi requirement to
cffi>=2.0.0to support Python3.14. - Updated pypa/cibuildwheel to
v3.3.0. - Fixed broken Golang URL in the build scripts.
- Bumped Golang to
1.23.5.
v1.2.5
v1.2.4
v1.2.3
v1.2.2
Added
- Optional flag to preserve interpolation sequences in strings
Changed
- Do not strip all the whitespaces from expressions anymore
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.1
Fixed
runtime error: slice bounds out of rangewhen parsing complex structures withattributes_load.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Added
- New function
attributes_load: parse only top-level attributes (key = "value") from HCL input, raising an error when other blocks are detected. - New function
eval_var_condition: this is specific to Terraform/OpenTofu configuration language and is meant to evaluate the results of a variable definition'svalidationblock.
Full Changelog: v1.0.9...v1.1.0