connectrpc / connect-query-es

TypeScript-first expansion pack for TanStack Query that gives you Protobuf superpowers.
https://connectrpc.com/docs/web/query/getting-started
Apache License 2.0
221 stars 14 forks source link

protobuf v2 compatibility #398

Open bumberboy opened 3 weeks ago

bumberboy commented 3 weeks ago

Hello team.

Thanks for creating and maintaining this library.

As https://github.com/bufbuild/protobuf-es moves to v2, is there a timeline for the migration of of connect-query-es to v2 as well?

timostamm commented 3 weeks ago

Yes, we want to release connect-es, connect-query-es, and connect-playwright-es with support for protobuf-es v2, and update the documentation where necessary. We plan to release it at the same time to make it easier to upgrade.

You'll be able to upgrade with the command npx @connectrpc/connect-migrate.

We're currently held back by fixing a couple of issues in connect-es, but hopefully it shouldn't take too long.

kyleosborn commented 3 weeks ago

So I just spent the last couple of days updating to V2 for a new project, I didn't realise this only supported V2 (oops!)

Appreciate you're working on this in the background, but do you have any rough timescales as to when we can expect this to be available?