What's Changed
- sdk: support OpenTelemetry logs exporter and upgrade dependencies. The exporter is disabled by default. Enable it by setting
OTEL_LOGS_EXPORTER=otlp
(#173) - cli: fetch test snapshot responses from connector server (#172)
- cli: fix quote schema description and expose security utils for telemetry (#174)
- cli: fix scalar error message typo and parse directories recursively (#175)
- cli: add the nested field selection to the command context. Use the
utils.CommandSelectionFieldFromContext
to get the field in custom logic functions (#177) - connector-definition: change the base
golang
image version tov1.23
and add theupgradeConfiguration
command
Full Changelog: v1.6.3...v1.7.0