Skip to content

Commit ed2f7ef

Browse files
committed
chore(release): publish
- [email protected]
1 parent f09ee80 commit ed2f7ef

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

packages/nice-grpc-server-reflection/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

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+
626
## [2.0.14](https://github.com/deeplay-io/nice-grpc/compare/[email protected]@2.0.14) (2025-03-26)
727

828
**Note:** Version bump only for package nice-grpc-server-reflection

packages/nice-grpc-server-reflection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nice-grpc-server-reflection",
3-
"version": "2.0.14",
3+
"version": "3.0.0",
44
"description": "Server reflection for nice-grpc",
55
"keywords": [
66
"grpc",

0 commit comments

Comments
 (0)