Skip to main content
Version: 0.16.0

Release notes v0.15.0

Here are some highlights of this release. For a full list of updates available for Release v0.15.0, check out the Function Mesh change log.

Support YAML config for java runtime

A new field javaLog4JConfigFileType is added to the log field:

  java:
log:
javaLog4JConfigFileType: "yaml" # or xml

When yaml is set, the log4j2 configuration file will be generated in the YAML format. Otherwise, the log4j2 configuration file will be generated in the XML format.

Support log format json for java and python

A new field format is added to the log field:

  java:
log:
format: "json" # or text

When json is set, the log will be formatted in the JSON format. Otherwise, the log will be formatted in the text format. Supported for java and python function.