close
Skip to content

Tags: valyala/fastjson

Tags

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

Verified

This tag was signed with the committer’s verified signature.
Image valyala Aliaksandr Valialkin

v1.6.3

Toggle v1.6.3's commit message
fastfloat: parse "infinity" in fastfloat.Parse() function

v1.6.2

Toggle v1.6.2's commit message
fastfloat: support parsing "infinity" strings

This is needed for OpenMetrics - see https://github.com/OpenObservability/OpenMetrics/blob/master/OpenMetrics.md#abnf

v1.6.1

Toggle v1.6.1's commit message
report more errors when parsing numbers

Previously numbers' parsing could miss parse errors. Properly handle such cases now.

Updates VictoriaMetrics/vmctl#25