You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,12 @@ The format is roughly based on the output of `git-cliff` and this project adhere
16
16
Since this is not a library, this changelog focuses on the changes that are relevant to the end-users. For a detailed list of changes, see the commit history, which adheres to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/). New releases are created automatically when a new tag is pushed (Commit message: chore(release): vX.X.X).
17
17
-->
18
18
19
+
## Unreleased
20
+
21
+
- GeoIP database now automatically reloads if it has been updated on disk
22
+
- Docker image is now based on `distroless`
23
+
- Switched to using `axum` as the web framework and `ua-parser` for user-agent parsing
0 commit comments