Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

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 de88976 commit 7a16944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,25 +147,20 @@ configuring timeouts, connection pools, observability, and h2c.

* [connect-grpchealth-go]: gRPC-compatible health checks
* [connect-grpcreflect-go]: gRPC-compatible server reflection
* [connect-demo]: demonstration service powering demo.connect.build, including bidi streaming
* [connect-demo]: service powering demo.connect.build, including bidi streaming
* [connect-web]: TypeScript clients for web browsers
* [Buf Studio]: web UI for ad-hoc RPCs
* [connect-crosstest]: gRPC and gRPC-Web interoperability tests

## Status
## Status: Stable

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.

## Support and versioning

`connect-go` supports:
This module is stable. It supports:

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

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

## Legal

Expand Down
2 changes: 1 addition & 1 deletion connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
)

// Version is the semantic version of the connect module.
const Version = "0.4.0-dev"
const Version = "1.0.0"

// These constants are used in compile-time handshakes with connect's generated
// code.
Expand Down

0 comments on commit 7a16944

Please sign in to comment.