Skip to content

Commit 044f675

Browse files
authored
Release v1.16.0 (#255)
1 parent 02da34d commit 044f675

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# libddwaf release
2+
### v1.16.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
3+
#### Fixes
4+
- Address a libinjection false positive ([#251](https://github.com/DataDog/libddwaf/pull/pull/251))
5+
- Remove a few fingerprints causing false positives ([#252](https://github.com/DataDog/libddwaf/pull/pull/252))
6+
- Fix SSE2 lowercase transformer ([#253](https://github.com/DataDog/libddwaf/pull/pull/253))
7+
8+
#### Changes
9+
- Support ephemeral addresses on processors ([#240](https://github.com/DataDog/libddwaf/pull/240))
10+
- Phrase match: enforce word boundary option ([#256](https://github.com/DataDog/libddwaf/pull/256))
11+
12+
#### Miscellaneous
13+
- Build tools on CI to avoid breaking tool users ([#229](https://github.com/DataDog/libddwaf/pull/229))
14+
- Remove legacy linux builds ([#230](https://github.com/DataDog/libddwaf/pull/230))
15+
- Vendorize re2 and utf8proc ([#231](https://github.com/DataDog/libddwaf/pull/231))
16+
- Refactor cmake scripts and support LTO ([#232](https://github.com/DataDog/libddwaf/pull/232))
17+
- Microbenchmarks ([#242](https://github.com/DataDog/libddwaf/pull/242), [#243](https://github.com/DataDog/libddwaf/pull/243), [#244](https://github.com/DataDog/libddwaf/pull/244), [#245](https://github.com/DataDog/libddwaf/pull/245), [#246](https://github.com/DataDog/libddwaf/pull/246), [#247](https://github.com/DataDog/libddwaf/pull/247), [#248](https://github.com/DataDog/libddwaf/pull/248), [#250](https://github.com/DataDog/libddwaf/pull/250))
218

319
### v1.15.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics))
420

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1
1+
1.16.0

0 commit comments

Comments
 (0)