connectrpc / connect-es

The TypeScript implementation of Connect: Protobuf RPC that works.
https://connectrpc.com/
Apache License 2.0
1.39k stars 81 forks source link

Add support for Next.js v15 #1289

Closed smaye81 closed 3 weeks ago

smaye81 commented 3 weeks ago

Next.js v15 was recently released. We should add support for it by first testing w/ v15 and then updating our dependency constraints for connect-next.

Prior art for upgrading to v14 here.

timostamm commented 3 weeks ago

Adding support in v2 in https://github.com/connectrpc/connect-es/pull/1290