Skip to content

Releases: hfern/tf

1.1.0

21 Aug 04:16

Choose a tag to compare

What's Changed

  • Add production caveat docs by @hfern in #5
  • feat: add functions by @rirze in #6
  • Pull in pre-MPL grpc_stdio and grpc_controller Protos by @hfern in #8
  • Support diagnostic error messages on field decoding failure by @hfern in #9
  • Performance improvements by @rirze in #7
  • Alpha release: 1.1.0a by @hfern in #10

New Contributors

  • @rirze made their first contribution in #6

Full Changelog: 1.0.3...1.1.0a

1.1.0a

27 Jun 06:28

Choose a tag to compare

1.1.0a Pre-release
Pre-release

What's Changed

  • Add production caveat docs by @hfern in #5
  • feat: add functions by @rirze in #6
  • Pull in pre-MPL grpc_stdio and grpc_controller Protos by @hfern in #8
  • Support diagnostic error messages on field decoding failure by @hfern in #9
  • Performance improvements by @rirze in #7
  • Alpha release: 1.1.0a by @hfern in #10

New Contributors

  • @rirze made their first contribution in #6

Full Changelog: 1.0.3...1.1.0a

1.0.3: Docs and Declared Dependencies

13 Nov 23:44
3aa4bcc

Choose a tag to compare

What's Changed

  • Add Sphinx docs by @hfern in #2
  • Improve docs by @hfern in #3
  • Declare dependency on protobuf and include source code link by @hfern in #4

Full Changelog: 1.0.1...1.0.3

1.0.1: Renaming of Integer to Number and Stabilize the API

03 Nov 19:28

Choose a tag to compare

This release stabilizes the API and renames Integer to Number to more accurately reflect the usage of the type.

Initial OSS Release

03 Nov 09:13

Choose a tag to compare

Initial open-source release of tf - a Python package to help you write Terraform/OpenTofu providers in Python.