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: spring-grpc-docs/src/main/antora/modules/ROOT/pages/whats-new.adoc
+7-21Lines changed: 7 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,13 @@
5
5
[[what-s-new-in-0-4-0-since-0-3-0]]
6
6
== What's New in 0.4.0 Since 0.3.0
7
7
8
-
This section covers the changes made from version 0.2.0 to version 0.3.0.
8
+
This section covers the changes made from version 0.3.0 to version 0.4.0.
9
9
10
-
=== Channel Factory
11
-
The `GrpcChannelFactory` has a new interface and its methods now return a `Channel` (instead of a `ChannelBuilder`).
12
-
The `createChannel()` method is overloaded with a new method that accepts a `ChannelBuilderOptions` which can be used to configure the channel before it is created.
10
+
=== Fine-grained starter modules
11
+
The following fine-grained Spring Boot starter modules have been added:
13
12
14
-
=== Client Side Observability
15
-
A gRPC client will generate a new span for each RPC call. The span will be automatically closed when the call is completed.
- `spring-grpc-server-spring-boot-starter` provides Netty gRPC server
15
+
- `spring-grpc-server-spring-boot-starter` provides Servlet gRPC server
16
16
17
-
=== Security in Servlet Containers
18
-
Spring Security works with gRPC servers running in servlet containers. You can use all your favourite Spring Security features to secure your gRPC services.
19
-
20
-
[[what-s-new-in-0-3-0-since-0-2-0]]
21
-
== What's New in 0.3.0 Since 0.2.0
22
-
23
-
This section covers the changes made from version 0.2.0 to version 0.3.0.
24
-
25
-
=== Client Interceptors
26
-
You can now add xref:client.adoc#client-interceptor[Client Interceptors] to created gRPC channels.
27
-
28
-
=== Breaking Changes
29
-
30
-
==== GrpcChannelConfigurer renamed
31
-
The `GrpcChannelConfigurer` has been renamed to `GrpcChannelBuilderCustomizer` to more accurately represent its purpose and be consistent with the server-side terminology.
17
+
The current coarse-grained starter `spring-grpc-spring-boot-starter` still provides Netty gRPC server and client.
0 commit comments