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 addcb4b commit 97e1897Copy full SHA for 97e1897
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.11.5 (2025-11-14)
4
+
5
+### Enhancements
6
7
+ * Feat add `exception_log_filter` option to server
8
9
+### Bug fixes
10
11
+ * Fix ensure thers is only one `GRPC.Client.Supervisor`.
12
+ * Fix report `GRPC.Errors` as normal shutdowns
13
14
## v0.11.4 (2025-11-07)
15
16
### Enhancements
mix.exs
@@ -2,7 +2,7 @@ defmodule GRPC.Mixfile do
use Mix.Project
@source_url "https://github.com/elixir-grpc/grpc"
- @version "0.11.4"
+ @version "0.11.5"
def project do
[
0 commit comments