Skip to content

Releases: hfern/tf

v1.2.0: Map Types, Description Kinds, and Deprecated Flags

27 Mar 07:26

Choose a tag to compare

What's Changed

  • Allow Schemas/Blocks to specify description(kind) and deprecated by @hfern in #12
  • tf now has it's own E2E tests by @hfern in #13
  • New Tutorial and updated documentation by @hfern in #14
  • Fix serve certificate timezone issue by @TheEdda in #16
  • Fix Set Encoding + Field Names on Encoding Crashes by @hfern in #15
  • feat: add Map type by @rhencke in #18

New Contributors

Full Changelog: v1.1.0...v1.2.0

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.