Skip to content

Latest commit

 

History

History
321 lines (157 loc) · 17.2 KB

File metadata and controls

321 lines (157 loc) · 17.2 KB

Changelog

1.18.0 (2026-04-06)

Features

  • bump to latest version of policy-zig (#170) (5c2cd09)

1.17.0 (2026-03-20)

Features

Bug Fixes

1.16.3 (2026-03-18)

Bug Fixes

  • extra value caused segfault, different nested approach re-serialization approach (#156) (82cff8a)

1.16.2 (2026-03-17)

Bug Fixes

  • datadog logs should deserialize all fields and check nested (#154) (d463689)

1.16.1 (2026-03-10)

Bug Fixes

1.16.0 (2026-03-08)

Features

  • edge distro for log tailing (#147) (e0b2c51)
  • io uring zero copy optimization pass for log tailing agent (#148) (a32652c)
  • streaming approach with enums (#145) (4ecce2d)

Bug Fixes

  • datadog attr should try regular dots too (#142) (1635978)

1.15.1 (2026-02-25)

Bug Fixes

1.15.0 (2026-02-24)

Features

Bug Fixes

1.14.2 (2026-02-06)

Bug Fixes

  • stats recording should clear after sync (#120) (d43a740)

1.14.1 (2026-01-30)

Bug Fixes

1.14.0 (2026-01-28)

Features

1.13.0 (2026-01-26)

Features

Bug Fixes

1.12.2 (2026-01-19)

Bug Fixes

1.12.1 (2026-01-19)

Bug Fixes

  • patch const cast issue and build safe in signoff (#94) (ff24d43)

1.12.0 (2026-01-19)

Features

Bug Fixes

  • clean up workspace id requirement and a compression issue (#92) (44b2775)

1.11.0 (2026-01-13)

Features

  • support environment variable substitution (#84) (6987f16)

Bug Fixes

1.10.1 (2026-01-07)

Bug Fixes

1.10.0 (2026-01-06)

Features

  • attempt releasing binaries too (#77) (f3ab4ab)
  • perf improvements and benchmark comparisons (#74) (5bfe030)
  • update docs and releases for catchall (#76) (e940ba6)

1.9.0 (2026-01-02)

Features

  • better exports and lower matching policy limit (#73) (a3b3a0d)
  • support for sampling and rate limits (#71) (77aace7)

1.8.1 (2025-12-31)

Bug Fixes

1.8.0 (2025-12-31)

Features

1.7.0 (2025-12-31)

Features

  • support metric transforms in the edge (#61) (a419678)

Bug Fixes

  • proxy response was truncated and encoding when not requested (#59) (2728ff6)

1.6.0 (2025-12-24)

Features

  • accept log transform policies (#54) (a6718b8)
  • report hits and misses for transforms (#57) (375da93)

Bug Fixes

1.5.1 (2025-12-15)

Bug Fixes

1.5.0 (2025-12-15)

Features

Bug Fixes

1.4.0 (2025-12-15)

Features

Bug Fixes

1.3.0 (2025-12-09)

Features

Bug Fixes

1.2.2 (2025-12-08)

Bug Fixes

1.2.1 (2025-12-08)

Bug Fixes

1.2.0 (2025-12-08)

Features

1.1.0 (2025-12-05)

Features

1.0.0 (2025-12-05)

Features

  • add in compression and decompression (#5) (465f1bd)
  • add in logging observability system to edge (#18) (1aea1b8)
  • add release task (#20) (659d9b6)
  • apply policies using the evaluator (#9) (9c0718b)
  • enable filter policies (#4) (c91c02a)
  • get it deployed (#11) (78d6142)
  • implement hashing logic and properly send sync request (#15) (8c3f3fc)
  • implement hyperscan (#14) (15b6a10)
  • improve hyperscan logic (#17) (651a6d2)
  • improve modularity and performance (#10) (c920769)
  • install zig-proto to generate protos and create provider structure (#6) (afe6068)
  • proxy DD logs w/ passthrough (#3) (e215db1)
  • remove unused fields, minor refactor (#16) (d5a2bb5)
  • track policy states in the providers and refactoring for better structure (#19) (250d8e3)
  • use new protos (#12) (5882082)
  • use the new policy proto structure (#13) (803dca6)
  • use the shared protos (#8) (afc9f0b)

Bug Fixes

  • migrate pretty print to new interface types (#2) (720b6c6)
  • tests were borked with recent refactors (#7) (efc9d3c)