Skip to content

Releases: DataDog/go-libddwaf

v1.4.1

18 Jul 10:43
445523d

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

05 Jul 12:55
0cbeaae

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

05 Jul 08:56
2a0301d

Choose a tag to compare

go-libddwaf now relies on the dynamic liddwaf library instead of the static one, via dlopen() and dlsym() internally.
This allows us to no longer rely on CGO at compilation time, with all the requirements it needed such as a proper C toolchain. To do so, we now rely on https://github.com/ebitengine/purego which mainly provides a high-level API on top of runtime/cgo to call the C world.

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 May 07:45
c8fffd0

Choose a tag to compare

What's Changed

New Contributors

  • @nizox made their first contribution in #7

Full Changelog: v1.1.0...v1.2.0

v1.1.0

28 Apr 13:54
c227ee7

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Apr 13:54
7281454

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/DataDog/go-libddwaf/commits/v1.0.0