Skip to content

Commit

Permalink
Prepare for v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayjshah committed Oct 4, 2022
1 parent e160e86 commit 9ebb475
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,22 +53,15 @@ func main() {
}
```

## Status
## Status: Stable

Like [`connect-go`][connect-go], this module is a beta: we rely on it in
production, but we may make a few changes as we gather feedback from early
adopters. We're planning to tag a stable v1 in October, soon after the Go 1.19
release.
This module is stable. It supports:

## Support and Versioning
* The [two most recent major releases][go-support-policy] of Go.
* [APIv2] of Protocol Buffers in Go (`google.golang.org/protobuf`).

`connect-grpcreflect-go` supports:

* The [two most recent major releases][go-support-policy] of Go, with a minimum
of Go 1.18.
* [APIv2][] of protocol buffers in Go (`google.golang.org/protobuf`).

Within those parameters, it follows semantic versioning.
Within those parameters, `connect-grpcreflect-go` follows semantic versioning.
We will _not_ make breaking changes in the 1.x series of releases.

## Legal

Expand Down

0 comments on commit 9ebb475

Please sign in to comment.