Skip to content

Commit

Permalink
Release 0.4.2 (#119)
Browse files Browse the repository at this point in the history
## What's Changed

To keep Connect well-maintained and responsive to its users' needs over
the long term, we're preparing to donate it to a foundation. (More
details on that soon!) To cleanly separate Connect from Buf's other
code, we're moving development to the
[connectrpc](https://github.com/connectrpc) GitHub organization and to
the [connectrpc](https://www.npmjs.com/org/connectrpc) organization on
npmjs.com.

This is the first release that publishes packages with the new
`@connectrpc` scope. To make the switch seamless, we are introducing a
small tool that updates all references in your project automatically,
[@connectrpc/connect-migrate](https://www.npmjs.com/package/@connectrpc/connect-migrate).

The switch is as simple as running a single command:

```
$ npm install @connectrpc/connect-migrate
$ npx connect-migrate
Scanning... ✓
    1 package.json file
    1 lock file
    5 source files
Updating source files... 
  src/client.ts ✓
  src/server.ts ✓
  src/webclient.ts ✓
Updating packages... ✓
  package.json ✓
Updating lock file... 
  package-lock.json ✓
```

Before you migrate, make sure that you are on the latest release of the
`@bufbuild` packages related to Connect.

| Old package | New package |

|-------------------------------------------------|---------------------------------------------------|
| @bufbuild/connect v0.13.0 | @connectrpc/connect v0.13.1 |
| @bufbuild/connect-web v0.13.0 | @connectrpc/connect-web v0.13.1 |
| @bufbuild/connect-fastify v0.13.0 | @connectrpc/connect-fastify
v0.13.1 |
| @bufbuild/connect-node v0.13.0 | @connectrpc/connect-node v0.13.1 |
| @bufbuild/connect-next v0.13.0 | @connectrpc/connect-next v0.13.1 |
| @bufbuild/connect-express v0.13.0 | @connectrpc/connect-express
v0.13.1 |
| @bufbuild/protoc-gen-connect-es v0.13.0 |
@connectrpc/protoc-gen-connect-es v0.13.1 |
| @bufbuild/protoc-gen-connect-web v0.13.0 |
@connectrpc/protoc-gen-connect-web v0.13.1 |
| @bufbuild/connect-query v0.4.1 | @connectrpc/connect-query v0.4.2 |
| @bufbuild/protoc-gen-connect-query v0.4.1 |
@connectrpc/protoc-gen-connect-query v0.4.2 |
| @bufbuild/protoc-gen-connect-query-react v0.4.1 |
@connectrpc/protoc-gen-connect-query-react v0.4.2 |


**Full Changelog**:
v0.4.1...v0.4.2
  • Loading branch information
paul-sachs authored Aug 21, 2023
1 parent 89126d0 commit cf71de2
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/connect-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-query",
"version": "0.4.1",
"version": "0.4.2",
"license": "Apache-2.0",
"sideEffects": false,
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion packages/generated-react/dist/eliza-Slouch_connectquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file eliza.proto (package connectrpc.eliza.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-connect-query v0.4.1 with parameter "target=ts"
// @generated by protoc-gen-connect-query v0.4.2 with parameter "target=ts"
// @generated from file example.proto (package example.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// @generated by protoc-gen-connect-query-react v0.4.1 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated by protoc-gen-connect-query-react v0.4.2 with parameter "target=ts,import-hook-from=@tanstack/react-query"
// @generated from file example.proto (package example.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-query-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/protoc-gen-connect-query-react",
"version": "0.4.1",
"version": "0.4.2",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/protoc-gen-connect-query",
"version": "0.4.1",
"version": "0.4.2",
"description": "Code generator for connect-query",
"license": "Apache-2.0",
"sideEffects": false,
Expand Down

0 comments on commit cf71de2

Please sign in to comment.