Skip to content

Commit a8fad70

Browse files
authored
Add disclaimer about CEL spec (#376)
This adds a note to the README that the cel spec is not currently at 1.0 and breaking changes may necessitate protovalidate breaking changes.
1 parent 4812b1c commit a8fad70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ Highlights include:
6262
* Comprehensive RPC quickstarts for [Connect and Go][connect-go], [gRPC and Go][grpc-go], [gRPC and Java][grpc-java], and [gRPC and Python][grpc-python]
6363
* A [migration guide for protoc-gen-validate][migration-guide] users
6464

65+
> [!IMPORTANT]
66+
> Currently, the [CEL spec](https://github.com/google/cel-spec) has not reached a v1.0 release. Please be aware that until that time,
67+
> breaking changes in the spec will likely necessitate breaking changes in Protovalidate and its implementations.
68+
6569
## Contribution
6670

6771
We genuinely appreciate any help! If you'd like to contribute, check out these resources:

0 commit comments

Comments
 (0)