README.md in fluent-plugin-cassandra-json-0.1.3 vs README.md in fluent-plugin-cassandra-json-0.2.0

- old
+ new

@@ -85,9 +85,17 @@ ### idempotent (bool) (optional) Specify whether this statement can be retried safely on timeout +Default value: `true`. + +### default_unset (bool) (optional) + +Specify whether column not defined in the JSON is set to null or is ignored (If false, column not defined in the JSON is set to null. It is cassandra default) + +Default value: `false`. + ### skip_invalid_rows (bool) (optional) Treat request as success, even if invalid rows exist Default value: `true`.