Skip to content

Version v2.2.0.14

Compare
Choose a tag to compare
@wsobel wsobel released this 03 Nov 23:26
· 244 commits to main since this release
84bd81f

Patch Release

  • Fixed connection status: Changed from from LISTENING to LISTEN
  • Added support for NaN and Infinity in JSON
    • NaN is represented as the string "NaN"
    • Infinity and -Infinity are represented as the strings "Infinity" and "-Infinity" respectively.