sensorbee v0.5.0 Release Notes

Release Date: 2016-07-07 // almost 8 years ago
  • ๐Ÿš€ This release removes the default sensorbee command and a user always needs to build a custom sensorbee command by build_sensorbee. This is because the default sensorbee can do pretty much nothing due to the lack of plugins.

    ๐Ÿ’ป To complement the sensorbee shell command, the bql command is provided. It acts exactly like sensorbee 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 and repeat 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 and decode_json UDFs (#107)
    • ๐Ÿ›  Other small fixes: #64, #67, #69, #70, #73, #75, #76, #103