File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## v0.11.4 (2025-11-07)
4+
5+ ### Enhancements
6+
7+ * Feat added new function to handle side-effects.
8+ * Feat added error handler for unary and stream pipelines.
9+ * Docs adds a better explanation of the different types of input.
10+ * Docs improvements to module documentation.
11+ * Docs livebooks added directly to the documentation.
12+
13+ ### Bug fixes
14+
15+ * Fix refresh error spam on direct_state (no lb).
16+ * Fix correct return type in doc.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule GRPC.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-grpc/grpc"
5- @ version "0.11.2 "
5+ @ version "0.11.4 "
66
77 def project do
88 [
@@ -66,6 +66,7 @@ defmodule GRPC.Mixfile do
6666 source_ref: "v#{ @ version } " ,
6767 source_url_pattern: "#{ @ source_url } /blob/v#{ @ version } /grpc/%{path}#L%{line}" ,
6868 extras: [
69+ "CHANGELOG.md" ,
6970 "guides/getting_started/quickstart.livemd" ,
7071 "guides/getting_started/stream.livemd" ,
7172 "guides/getting_started/error_handling.md" ,
You can’t perform that action at this time.
0 commit comments