Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
conorbros committed Sep 27, 2023
1 parent f0cd165 commit b593766
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
Any breaking changes to the `topology.yaml` or `shotover` rust API should be documented here.
This assists us in knowing when to make the next release a breaking release and assists users with making upgrades to new breaking releases.

## 0.2.1

### topology.yaml

The usage of the Filter transform has been changed to use either an allow list or deny list instead of just a deny list previously.

```yaml
- QueryTypeFilter:
# old config:
# filter: Read

# new config:
DenyList: [Read]
```
## 0.2.0
### topology.yaml
Expand Down

0 comments on commit b593766

Please sign in to comment.