Skip to content

Releases: Scalr/pygohcl

v1.2.7

16 Mar 19:50
1450a07

Choose a tag to compare

Added

  • Support Windows AMD64 Wheels

Full Changelog: v1.2.6...v1.2.7

v1.2.6

09 Dec 16:41
3206bc2

Choose a tag to compare

  • Added Python 3.14 to the build matrix.
  • Updated macOS build platforms due to deprecations: actions/runner-images#13046
  • Updated cffi requirement to cffi>=2.0.0 to support Python 3.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

13 May 08:29
d8c7b50

Choose a tag to compare

Changes

  • Bump go version to 1.23.8.

Full Changelog: v1.2.4...v1.2.5

v1.2.4

16 Apr 08:12
b666d2a

Choose a tag to compare

Fixed

  • Ignore comments when parsing expressions

Full Changelog: v1.2.3...v1.2.4

v1.2.3

18 Oct 13:30
34ad7ff

Choose a tag to compare

Added

  • Python 3.13 support

Full Changelog: v1.2.2...v1.2.3

v1.2.2

04 Oct 08:37
1853014

Choose a tag to compare

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

10 Sep 06:30
d136c54

Choose a tag to compare

Changed

  • Bump Go to v1.22.7

Full Changelog: v1.2.0...v1.2.1

v1.2.0

03 Sep 07:08
cc52950

Choose a tag to compare

Changed

  • Bump HCL dependency to v2.22.0

Full Changelog: v1.1.1...v1.2.0

v1.1.1

03 Jul 17:13
27a04ad

Choose a tag to compare

Fixed

  • runtime error: slice bounds out of range when parsing complex structures with attributes_load.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

02 Jul 08:49
730b014

Choose a tag to compare

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's validation block.

Full Changelog: v1.0.9...v1.1.0