Skip to content

Commit

Permalink
chore: add breaking changes to v0.5.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhb committed Oct 25, 2024
1 parent 81d9ede commit 2e32e1b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ All notable changes to this project will be documented in this file.

## [0.5.0](https://github.com/namib-project/nftables-rs/compare/v0.4.1...v0.5.0)

This release completes documentation for `schema` and adds support for **tproxy**,
**synproxy** and **flow**/**flowtable** statements/objects.

### ⚠️ Breaking Changes

- Enum `stmt::Statement`:
- adds variants `Flow`, `SynProxy` and `TProxy`,
- removes variant `CounterRef`,
- receives a `#[non_exhaustive]` mark.
- Struct `stmt::Counter` became enum.
- Enum `schema::NfListObject` adds variant `SynProxy`.
- Removed functions `schema::Table::new()`, `schema::Table::new()` and `schema::Rule::new()`.

### ⛰️ Features

- *(schema)* [**breaking**] Add default impl, add doc comments - ([abd3156](https://github.com/namib-project/nftables-rs/commit/abd3156e846c13be3a9c8a9df31395580ba0d75b))
Expand Down

0 comments on commit 2e32e1b

Please sign in to comment.