diff options
| author | Jason Cameron <git@jasoncameron.dev> | 2025-04-22 20:31:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-22 20:31:19 -0400 |
| commit | 78bb67fbf79bce6abed9d4e416ca1d10ed7dc12b (patch) | |
| tree | 160698d9ffa50eb2a2911b906dfa2c1feb976cf2 /docs | |
| parent | 2db4105479e5920e983b15b0341104d6e572c1ea (diff) | |
| download | anubis-78bb67fbf79bce6abed9d4e416ca1d10ed7dc12b.tar.xz anubis-78bb67fbf79bce6abed9d4e416ca1d10ed7dc12b.zip | |
fix: improve error handling and create the json encoder once #331 (#332)
* fix: improve error handling for resource closing and JSON encoding in MakeChallenge
* chore: update CHANGELOG with recent changes and improvements
* refactor: simplify RenderIndex function and improve error handling
---------
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index 8a3e410..fa538e1 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added headers support to bot policy rules - Moved configuration file from JSON to YAML by default - Added documentation on how to use Anubis with Traefik in Docker +- Improved error handling in some edge cases - Disable `generic-bot-catchall` rule because of its high false positive rate in real-world scenarios ## v1.16.0 |
