Skip to content

5.17.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:19
· 3 commits to main since this release

馃悶 Bug Fixes

  • (js/ts) Keep the sign of negative decimals below 0.1 (91d80f18)
  • (js/ts) Respect the precision when formatting decimals below 0.1 (1c02557e)
  • (js/ts) Omit the decimal sign when the rounded result is zero (ef63087d)
  • (python) Preserve record field names in structured formatting (#4952) (fbc162d6)
  • (python) Support bytes() on generic and bool arrays (#4961) (94b59294)
  • (python) Parse uint64 values above Int64.MaxValue (584d8ce4)
  • (python) Report DateTimeKind.Utc for DateTime.UtcNow (4abf06ea)
  • (python) Reflect an erased union as the type it erases to (0f564c74)
  • (python) Implement Decimal.GetBits and the bits constructors (cf0c9305)
  • (python) Round a float to .NET's precision when converting to decimal (4a441b19)
  • (ts) Declare the type parameter of a flexible-type overload (6f1f1b8a)

View changes on Github