Skip to content

v5.8.5

Compare
Choose a tag to compare
@objeck objeck released this 28 May 14:47
· 7594 commits to master since this release

JSON enhancements and bug fixes

Highlights:

  • Added builder methods to the JSON library (new)
  • Added ‘IsNeg’ and ‘NotNeg’ to numeric types (new)
  • Fixed TCPSocket and TCPSecureSocket 'WriteString(..)' methods, they added an extra byte to output (bug #27, medium)
  • Resolved garbage collection crashes with highly multi-threaded workloads (bug #28, high)