We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c72c3b6 commit deb098dCopy full SHA for deb098d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.10.0 (29 Dec 2025)
2
+
3
+### Enhancements
4
5
+* Expose `response_encodings` to allow specifying an explicit preference order to compression encodings (#555)
6
7
## 1.9.0 (12 Dec 2025)
8
9
### Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Bandit.MixProject do
def project do
[
app: :bandit,
- version: "1.9.0",
+ version: "1.10.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments