File tree 2 files changed +21
-1
lines changed
packages/nice-grpc-server-reflection
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file. See
4
4
[ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 3.0.0] ( https://github.com/deeplay-io/nice-grpc/compare/[email protected] @3.0.0 ) (2025-04-30)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ - ** nice-grpc-server-reflection:** server reflection is now exposed via
11
+ ` grpc.reflection.v1.ServerReflection ` service instead of
12
+ ` grpc.reflection.v1alpha.ServerReflection ` . Tools like grpcurl should handle
13
+ this automatically.
14
+
15
+ ### Features
16
+
17
+ - ** nice-grpc-server-reflection:** use v1 protobufs
18
+ ([ #765 ] ( https://github.com/deeplay-io/nice-grpc/issues/765 ) )
19
+ ([ f09ee80] ( https://github.com/deeplay-io/nice-grpc/commit/f09ee80bd428d541450fa9b248934d6806014efb ) )
20
+
21
+ # Change Log
22
+
23
+ All notable changes to this project will be documented in this file. See
24
+ [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
25
+
6
26
## [ 2.0.14] ( https://github.com/deeplay-io/nice-grpc/compare/[email protected] @2.0.14 ) (2025-03-26)
7
27
8
28
** Note:** Version bump only for package nice-grpc-server-reflection
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nice-grpc-server-reflection" ,
3
- "version" : " 2 .0.14 " ,
3
+ "version" : " 3 .0.0 " ,
4
4
"description" : " Server reflection for nice-grpc" ,
5
5
"keywords" : [
6
6
" grpc" ,
You can’t perform that action at this time.
0 commit comments