Releases: hfern/tf
Releases · hfern/tf
v1.2.0: Map Types, Description Kinds, and Deprecated Flags
What's Changed
- Allow Schemas/Blocks to specify description(kind) and
deprecatedby @hfern in #12 tfnow 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
What's Changed
- Add production caveat docs by @hfern in #5
- feat: add functions by @rirze in #6
- Pull in pre-MPL
grpc_stdioandgrpc_controllerProtos 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
Full Changelog: 1.0.3...1.1.0a
1.1.0a
What's Changed
- Add production caveat docs by @hfern in #5
- feat: add functions by @rirze in #6
- Pull in pre-MPL
grpc_stdioandgrpc_controllerProtos 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
Full Changelog: 1.0.3...1.1.0a
1.0.3: Docs and Declared Dependencies
1.0.1: Renaming of Integer to Number and Stabilize the API
This release stabilizes the API and renames Integer to Number to more accurately reflect the usage of the type.
Initial OSS Release
Initial open-source release of tf - a Python package to help you write Terraform/OpenTofu providers in Python.