Skip to content

Commit

Permalink
add support for bool fields in UDF
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Sep 1, 2017
1 parent 52f8f47 commit 12b8840
Show file tree
Hide file tree
Showing 5 changed files with 176 additions and 94 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [#1425](https://github.com/influxdata/kapacitor/pull/1425): BREAKING: Change over internal API to use message passing semantics.
The breaking change is that the Combine and Flatten nodes previously, but erroneously, operated across batch boundaries; this has been fixed.
- [#1497](https://github.com/influxdata/kapacitor/pull/1497): Add support for Docker Swarm autoscaling services.
- [#1485](https://github.com/influxdata/kapacitor/issues/1485): Add bools field types to UDFs.

### Bugfixes

Expand Down
98 changes: 77 additions & 21 deletions udf/agent/py/kapacitor/udf/udf_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 12b8840

Please sign in to comment.