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-structform to 0.0.8 #25051

Merged
merged 4 commits into from
Apr 14, 2021
Merged

Commits on Apr 14, 2021

  1. Update go-structform to 0.0.8

    Update go structform and configure json encoding to encode NaN and Inf
    as `null` values.
    
    The json encoder is used by all outputs and debug logging. NaN and Inf
    are undefined in the JSON standart. By not being able to encode or even
    display those values in the log output, we have data loss without being
    able to identify the actual event.
    urso committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b59b62f View commit details
    Browse the repository at this point in the history
  2. Add test

    urso committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    b89d7a3 View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    urso committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    bb0beed View commit details
    Browse the repository at this point in the history
  4. make update

    urso committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    047ce58 View commit details
    Browse the repository at this point in the history