Skip to content

v0.20.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Sep 19:31
eba4046

Changelog

New Features

  • 98834d9: feat(cli): add blitz library subcommands over the data library (PIPE-1454) (#308) (@Dylan-M)
  • 027f2d5: feat(config): reject invalid network CIDRs at environment load (PIPE-1002) (#281) (@Dylan-M)
  • 0835c89: feat(data_library): add FortiGate security-enrichment kv samples (#246) (@chelseawright7)
  • b4a0cf9: feat(data_library): add full-width PAN-OS CSV samples for Palo Alto (#245) (@chelseawright7)
  • 5e63157: feat(datagen): add IPv6 to NetworkIdentity and public emission (PIPE-1001) (#275) (@Dylan-M)
  • 6991699: feat(datagen): add storage, network, and appliance-OS identities (PIPE-1035) (#274) (@Dylan-M)
  • f23c91e: feat(datagen): environment foundations for simulated host identity (PIPE-1036) (#278) (@Dylan-M)
  • bf96c51: feat(embed): add TelemetrySettings provider bundle + NopTelemetry (PIPE-1066) (#284) (@Dylan-M)
  • a772cde: feat(filegen): add %EPOCH_S/MS/US/NS Unix epoch time directives (PIPE-1408) (#296) (@Dylan-M)
  • 4446f96: feat(generators): emit simulated host identity on every record (PIPE-1036) (#280) (@Dylan-M)
  • 38c5708: feat(o11y): bring stdout/nop outputs fully into the self-telemetry spine (PIPE-1066) (#290) (@Dylan-M)
  • 8aa1db1: feat(o11y): lifecycle startup-latency metrics via new runtime weaver registry (PIPE-1066) (#291) (@Dylan-M)
  • a585501: feat(o11y): per-batch output send spans + HEC ACK-poll span (PIPE-1066) (#289) (@Dylan-M)
  • 0f126a8: feat(o11y): per-instance metrics via injectable MeterProvider, drop package globals (PIPE-1066) (#285) (@Dylan-M)
  • 30fdbce: feat(o11y): self-logs via shared entry-point zap->OTel bridge + OTLP log export (PIPE-1066) (#287) (@Dylan-M)
  • 74c1be7: feat(o11y): self-tracing via runtime spans, adapter emit spans, and OTLP trace export (PIPE-1066) (#286) (@Dylan-M)
  • ec08e0b: feat(o11y): wire fix generator into the self-telemetry spine (PIPE-1066) (#288) (@Dylan-M)
  • 1eb0b0d: feat(resource): support list-valued resource attributes (PIPE-1253) (#279) (@Dylan-M)
  • 393237e: feat(wel): add MSSQLSERVER event definitions to the catalog (PIPE-1110) (#305) (@Dylan-M)

Bug Fixes

  • e549e96: fix(count): fix Acquire/Reset data race in Tracker (PIPE-1231) (#270) (@Dylan-M)
  • c1efa21: fix(datagen): return errors instead of panicking on developer-error input (PIPE-1003) (#276) (@Dylan-M)
  • acbee3d: fix(filegen): ship data library on disk in packages; overlay disk over embedded (PIPE-1445) (#307) (@Dylan-M)
  • 804f67a: fix(generators): own backoff timing in the worker goroutine to fix ExponentialBackOff data race (PIPE-1222) (#269) (@Dylan-M)
  • f73965f: fix(o11y): record output request + HEC ACK-poll latency in ms (PIPE-1404) (#292) (@Dylan-M)
  • 85b3ecb: fix(output): drain buffered records on TCP/UDP Stop (PIPE-1230) (#271) (@Dylan-M)
  • c45f765: fix(wel): honor finite count via SetCountTracker (PIPE-1111) (#304) (@Dylan-M)

Other