Skip to content

Commit

Permalink
Release 1.6.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anilm3 authored Jan 9, 2023
1 parent b522eb8 commit bca0154
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
26 changes: 8 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,24 @@
# libddwaf release

### v1.6.0-beta1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/12/16
### v1.6.0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2023/01/10

#### Changes
- Exclusion filters: targets and conditions ([#110](https://github.com/DataDog/libddwaf/pull/110))
- Exclusion filters: inputs ([#117](https://github.com/DataDog/libddwaf/pull/117))
- Add ID to exclusion filters ([#120](https://github.com/DataDog/libddwaf/pull/120))
- Rework path trie for exclusion ([#122](https://github.com/DataDog/libddwaf/pull/122))
- Priority collections ([#123](https://github.com/DataDog/libddwaf/pull/123))
- Support for glob component and arrays on object filter ([#124](https://github.com/DataDog/libddwaf/pull/124))

### v1.6.0-beta0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/12/07

#### Changes
- Exclusion filters: inputs ([#117](https://github.com/DataDog/libddwaf/pull/117))
- Add ID to exclusion filters ([#120](https://github.com/DataDog/libddwaf/pull/120))

#### Miscellaneous
- Upgrade deprecated actions ([#114](https://github.com/DataDog/libddwaf/pull/114))
- Include mac arm binaries in nuget ([#115](https://github.com/DataDog/libddwaf/pull/115))
- Run clang tidy / format on CI ([#116](https://github.com/DataDog/libddwaf/pull/116))
- Exclusion filters on fuzzer ([#118](https://github.com/DataDog/libddwaf/pull/118))

### v1.6.0-alpha0 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/11/11

#### Changes
- Exclusion filters: targets and conditions ([#110](https://github.com/DataDog/libddwaf/pull/110))

#### Miscellaneous
- Experiment building libddwaf on the oldest available macos target ([#111](https://github.com/DataDog/libddwaf/pull/111))
- Strip libddwaf.a for darwin/linux release ([#107](https://github.com/DataDog/libddwaf/pull/107))
- linux/aarch64: add missing libunwind.a artefact ([#109](https://github.com/DataDog/libddwaf/pull/109))
- Add option to prevent loading test targets ([#108](https://github.com/DataDog/libddwaf/pull/108))
- Upgrade deprecated actions ([#114](https://github.com/DataDog/libddwaf/pull/114))
- Include mac arm binaries in nuget ([#115](https://github.com/DataDog/libddwaf/pull/115))
- Run clang tidy / format on CI ([#116](https://github.com/DataDog/libddwaf/pull/116))
- Exclusion filters on fuzzer ([#118](https://github.com/DataDog/libddwaf/pull/118))

### v1.5.1 ([unstable](https://github.com/DataDog/libddwaf/blob/master/README.md#versioning-semantics)) - 2022/09/22

Expand Down
2 changes: 1 addition & 1 deletion tests/TestInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ TEST(FunctionalTests, HandleBad)
/*ddwaf_destroy(handle2);*/
/*}*/

TEST(FunctionalTests, ddwaf_get_version) { EXPECT_STREQ(ddwaf_get_version(), "1.6.0-beta1"); }
TEST(FunctionalTests, ddwaf_get_version) { EXPECT_STREQ(ddwaf_get_version(), "1.6.0"); }

TEST(FunctionalTests, ddwaf_runNull)
{
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-beta1
1.6.0

0 comments on commit bca0154

Please sign in to comment.