sensorbee v0.7.1 Release Notes
Release Date: 2017-08-18 // almost 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)
- support
- ๐ change behavior of converting string to bool (#138)