sensorbee v0.7.1 Release Notes

Release Date: 2017-08-18 // over 6 years ago
    • ๐Ÿ›  fix "sirupsen/logrus" import path (#156)

Previous changes from v0.7.0

  • ๐Ÿš€ From this release, SensorBee only supports Go1.8 or later (#140, #141).

    ๐Ÿ’ฅ Breaking Change!!

    • ๐Ÿ”„ change behavior of converting string to bool (#138)
      • before: "" -> false, "(non-empty)" -> true
      • after:
      • "f", "false", "n", "no", "off", "0" -> false
      • "t", "true", "y", "yes", "on", "1" -> true
      • other -> invalid (error)

    Other changes

    The following list contains changes in this version.

    • ๐Ÿ‘Œ support inner map and inner array on WITH statement (#133)
    • ๐Ÿ‘Œ support file rotate option on built-in file sink (#135)
    • โž• add Array.Copy to create deep copies of array (#139)
    • โž• add UDS termination when runfile command is finished (#146)
    • โž• add UDS existed check when runfile command with --save-uds option (#151)
    • "*.peg.go" file is regenerated (#132)
      • support go generate with "jsonpath.peg.go" (#142)