All Versions
10
Latest Version
Avg Release Cycle
61 days
Latest Release
2225 days ago
Changelog History
Changelog History
-
v0.7.1 Changes
August 18, 2017- ๐ fix "sirupsen/logrus" import path (#156)
-
v0.7.0 Changes
July 21, 2017๐ 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)
-
v0.6.1 Changes
January 05, 2017 -
v0.6.0 Changes
December 05, 2016- โ Add
commands
section in build.yaml for build_sensorbee to support custom subcommand (#117) - โ Add
data.Decoder
to convertdata.Map
into a struct (#123) - โ Add a new option to log destination less tuples (#126)
- A destination is tuples is logged when a tuple is dropped by a source or stream which doesn't have any destination.
- โ Remove undocumented
exp
command from the default command list (#128)
- โ Add
-
v0.5.2 Changes
September 15, 2016 -
v0.5.1 Changes
July 14, 2016- โ Add
array_length
UDF (#109)
- โ Add
-
v0.5.0 Changes
July 07, 2016๐ This release removes the default
sensorbee
command and a user always needs to build a customsensorbee
command bybuild_sensorbee
. This is because the defaultsensorbee
can do pretty much nothing due to the lack of plugins.๐ป To complement the
sensorbee shell
command, thebql
command is provided. It acts exactly likesensorbee shell
and the same command line options can be used.The following list contains changes in this version.
- โ Remove default
sensorbee
command (#68) - โ Add
bql
command (#65) - ๐ Support parsing integers in JSON as int, not float (#108)
- โ Add
interval
andrepeat
parameters to the built-in file source (#66) - Set buffer size of the sink processing
SELECT
statements to 1 (#104) - Add
blob_to_raw_string
built-in UDF that converts a blob value to a string without base64 encoding if blob only contains valid UDF-8 characters (#105) - Add
encode_json
anddecode_json
UDFs (#107) - ๐ Other small fixes: #64, #67, #69, #70, #73, #75, #76, #103
- โ Remove default
-
v0.4.2 Changes
May 20, 2016๐ This maintenance release includes
- ๐ Support CI
- ๐ Support the new interface of cli library
๐ and other small fixes.
-
v0.4.1
March 11, 2016 -
v0.4.0
February 19, 2016