diff --git a/config/redirects b/config/redirects index 0fd7acf9..46b7a6f0 100644 --- a/config/redirects +++ b/config/redirects @@ -1,7 +1,7 @@ define: prefix docs/kafka-connector define: base https://www.mongodb.com/${prefix} -define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 master +define: versions v1.0 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 v1.13 v1.14 master symlink: current -> master diff --git a/snooty.toml b/snooty.toml index 6994cbb7..06d14a3a 100644 --- a/snooty.toml +++ b/snooty.toml @@ -27,7 +27,7 @@ avro = "Avro" avro-converter = "Kafka Connect Avro Converter (Avro Converter)" protobuf-converter = "Kafka Connect Protobuf Converter" json-schema-converter = "Kafka Connect JSON Schema Converter" -connector_version = "1.13" +connector_version = "1.14" connector_patch_version = "1" connector_driver_version = "4.7" connector_version_github_tag = "master" diff --git a/source/sink-connector/fundamentals/post-processors.txt b/source/sink-connector/fundamentals/post-processors.txt index 02cbfb60..8beb0a09 100644 --- a/source/sink-connector/fundamentals/post-processors.txt +++ b/source/sink-connector/fundamentals/post-processors.txt @@ -187,6 +187,15 @@ sink connector. | For information on configuration, see the :ref:`Renaming by Regular Expression Example `. + * - | **NullFieldValueRemover** + - | **Full Path:** + + .. code-block:: none + + com.mongodb.kafka.connect.sink.processor.NullFieldValueRemover`` + + | Removes all document fields that contain ``null`` values from the sink record. + .. _sink-post-processors-document-id-adder: Configure the Document Id Adder Post Processor diff --git a/source/whats-new.txt b/source/whats-new.txt index d9fd3698..975d377b 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -17,6 +17,15 @@ What's New .. meta:: :keywords: bug fix, features +.. _kafka-connector-whats-new-1.14: + +What's New in 1.14 +------------------ + +- Added support for removing all null valued fields in the output with the + ``NullFieldValueRemover`` prebuilt post processor. To learn more, see + :ref:`sink-post-processors-prebuilt-list`. + .. _kafka-connector-whats-new-1.13.1: What's New in 1.13.1