v1.3.0 - Udf_api allow nulls in call signatures
udf_api now supports nulls in the call signatures to allow the user to specify Null headers and data payloads. This addresses api compatibility issues where GET requests are invalidated if an empty JSON payload is also present.
Udfs in the following schemas should be re-created:
- _live
- live
Full Changelog: v1.2.0...v1.3.0