|
5 | 5 | This repo builds on top of the reflection capabilities in the [Protobuf runtime for Go](https://pkg.go.dev/google.golang.org/protobuf/reflect/protoreflect)
|
6 | 6 | and also provides reflection APIs for [gRPC](https://grpc.io/) as well.
|
7 | 7 |
|
8 |
| -[](https://pkg.go.dev/github.com/jhump/protoreflect/v2) |
| 8 | +[](https://pkg.go.dev/github.com/jhump/protoreflect/v2) |
9 | 9 |
|
10 | 10 | > [!NOTE]
|
11 |
| -> This v2 branch is a work in progress. It is basically feature complete, but still needs more tests for |
12 |
| -> the new functionality and may also need some changes to the API to ensure long-term compatibility with |
13 |
| -> interfaces in the Protobuf Go runtime. |
| 11 | +> Version 2.0.0 is still a work in progress. It is basically feature complete, but still needs more tests |
| 12 | +> for the new functionality. |
14 | 13 | >
|
15 | 14 | > You can try it out by getting a pre-release version:
|
16 | 15 | > ```
|
17 | 16 | > go get github.com/jhump/protoreflect/[email protected]
|
18 | 17 | > ```
|
19 | 18 | >
|
20 |
| -> Note that the APIs are likely to change a little bit between now and a formal v2 release. Also note |
21 |
| -> that some packages in the v2 still need more tests, so you may find some bugs, but that is mostly |
22 |
| -> for new functionality. If you're just trying to update your code from v1 of this repo, those packages |
23 |
| -> should be rock-solid and least likely to see any further API changes. |
| 19 | +> Note that the APIs may change a little bit between now and a final v2.0.0 release. Also note |
| 20 | +> that some packages in v2 still need more tests, so you may find some bugs. But that should mostly |
| 21 | +> be for new functionality. If you're just trying to update your code from v1 of this repo, those |
| 22 | +> packages should be rock-solid and least likely to see any further API changes. |
24 | 23 |
|
25 | 24 | ----
|
26 | 25 | ## Descriptors and Reflection Utilities
|
|
0 commit comments