From 0e8c34ff7c14803bb6257d7830020847b11cf9f6 Mon Sep 17 00:00:00 2001 From: Shaun Remekie Date: Sun, 15 Dec 2024 17:20:05 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e12784e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## Otelity + +### v0.1.0 / 2024-12-15 (Breaking) +- [Feat] add `emit` funciton to starlark processor +- [Feat] added `log` module to starlark processor +- [Feat] added `entrypoint` option to starlark config, allowing to specify the entry point of the starlark script/code +- [Fix] `json.decode` no longer required to load telemetry events in starlark processor + +### v0.0.1 / 2024-12-07 +- [Feat] initial release + - starlark processor