Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update go-cty #34756

Merged
merged 1 commit into from
Mar 1, 2024
Merged

update go-cty #34756

merged 1 commit into from
Mar 1, 2024

Conversation

jbardin
Copy link
Member

@jbardin jbardin commented Mar 1, 2024

Update from go-cty v1.14.1:

1.14.3 (February 29, 2024)

  • msgpack: Fixed edge-case bug that could cause loss of floating point precision when round-tripping due to incorrectly using a MessagePack integer to represent a large non-integral number. #176
  • cty: Fixed some false-negative numeric equality test results by comparing numbers as integers when possible. #176

1.14.2 (January 23, 2024)

  • convert: Converting from an unknown map value to an object type now correctly handles the situation where the map element type disagrees with an optional attribute of the target type, since when a map value is unknown we don't yet know which keys it has and thus cannot predict what subset of the elements will get converted as attributes in the resulting object. (#175)

Closes #34589
Closes #34540

@jbardin jbardin added this to the v1.8.0 milestone Mar 1, 2024
@jbardin jbardin requested a review from a team March 1, 2024 15:07
@jbardin jbardin merged commit 41e5745 into main Mar 1, 2024
6 checks passed
@jbardin jbardin deleted the jbardin/update-cty branch March 1, 2024 16:02
Copy link

github-actions bot commented Mar 1, 2024

Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch.

Copy link

github-actions bot commented Apr 1, 2024

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants