Skip to content

Releases: Scalr/pygohcl

v1.2.3

18 Oct 13:30
34ad7ff
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.0.9

29 May 11:49
d145a99
Compare
Choose a tag to compare

Added

  • Bump golang version to 1.22.3 (#23)

v1.0.8

10 Jan 01:23
1360e13
Compare
Choose a tag to compare

Added

  • Added support for Python 3.12 . Thanks @nobbs!
  • Dropped support for Python 3.7.
  • Get rid of the distutils dependency.

Full Changelog: v1.0.7...v1.0.8

v1.0.7

06 Jul 00:20
3671d1a
Compare
Choose a tag to compare

Fixed

  • Negative numbers parsed as string

v1.0.6

12 Jan 03:23
Compare
Choose a tag to compare

Added

  • Build packages for Python 3.10 and Python 3.11