-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release V0.11.0 #285
Release V0.11.0 #285
Conversation
--------- Co-authored-by: Jerel Miller <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size-limit report 📦
|
#219 Bundle Size — 1.07MiB (+6.54%).Warning Bundle contains 1 duplicate package – View duplicate packages Bundle metrics
|
Current #219 |
Baseline #189 |
|
---|---|---|
Initial JS | 939.02KiB (+5.33% ) |
891.55KiB |
Initial CSS | 70B (+100% ) |
0B |
Cache Invalidation | 85.99% |
0.04% |
Chunks | 32 (+33.33% ) |
24 |
Assets | 56 (+24.44% ) |
45 |
Modules | 591 (+15.43% ) |
512 |
Duplicate Modules | 110 (+266.67% ) |
30 |
Duplicate Code | 7.61% (+489.92% ) |
1.29% |
Packages | 26 (-10.34% ) |
29 |
Duplicate Packages | 1 |
1 |
Bundle size by type 3 changes
3 regressions
Current #219 |
Baseline #189 |
|
---|---|---|
JS | 1.06MiB (+6.31% ) |
1MiB |
Other | 8.67KiB (+44.68% ) |
5.99KiB |
CSS | 70B (+100% ) |
0B |
with the `createInjectionTransformStream` and `pipeReaderToResponse` helpers
✅ Deploy Preview for apollo-client-nextjs-docmodel ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/release:pr |
A new release has been made for this PR. You can install the package you need using one of
|
* ApolloClient: make browser event-replaying logic available in SSR * RSC preloading mechanism prototype * fix build, update expected shape * remove console.log * progress * [WIP] queryRef * tests for both notations * fix up import * different resolutions * test fixups * integrate `useQueryRefHandlers` * typings * fix up test see apollographql/apollo-client#11772 * merge fixup * more fixup * refactor queryRef handling * add test about referential assumptions * schema adjustments * bind `PreloadQuery` to `registerApolloClient` * move `getClient` into the promise chain * trigger CI * adjust shape * update AC build * `gql(print(gql` * pin types * tweaks * udpate lockfile * forbid `nextFetchPolicy` in `PreloadQuery` * fix up build, bump dep * use uuid, not useId * update urls * disable all kinds of minification * change transport to events * simulate GraphQL error, not network error * use `query` in a test * undo disabling minification * add clarifying comment * Revert "simulate GraphQL error, not network error" This reverts commit c8a2ad5. * prevent unhandled promise rejections * debugging * Revert "undo disabling minification" This reverts commit 00585ea. * test? * clean up debugging things * update dependencies * more version pinning * update lockfile even more * also update `react-server-dom-webpack` * adjust react version for vite-streaming * TransportedQueryRef: inherit QueryReferenceBase * split `TransportedQueryReference` type * queryOptions as props on `PreloadQuery` * Update packages/client-react-streaming/src/DataTransportAbstraction/WrappedApolloClient.tsx Co-authored-by: Jerel Miller <[email protected]> * adjust generic name and comment * change to QueryRef base type * rename command to match parent project * update dependency "@apollo/client": "^3.10.4" --------- Co-authored-by: Jerel Miller <[email protected]>
This unifies `@apollo/experimental-nextjs-app-support/rsc` and `@apollo/experimental-nextjs-app-support/ssr` into `@apollo/experimental-nextjs-app-support`. Once we rename the package to remove the `experimental` label, this will be the only entry point. Also, some imports are changed: * the `useQuery`/`useSuspenseQuery` etc. hooks have been dropped. They should be imported from `@apollo/client` instead. * `NextSSRApolloClient` has been renamed to `ApolloClient` and is available in different variations from all environments, including RSC. * `NextSSRInMemoryCache` has been renamed to `InMemoryCache` and is available in different variations from all environments, including RSC. * `resetNextSSRApolloSingletons` has been renamed to `resetApolloClientSingletons`
* Support [email protected] * adjust lockfiles --------- Co-authored-by: Lenz Weber-Tronic <[email protected]>
/release:pr |
A new release has been made for this PR. You can install the package you need using one of
|
…loClient/InMemoryCache (#302) * Use a symbol property instead of instanceOf * fix up test * extract assertInstance function * Update packages/client-react-streaming/src/importErrors.test.tsx Co-authored-by: Jerel Miller <[email protected]> --------- Co-authored-by: Jerel Miller <[email protected]>
* Add deprecation messages to moved exports. * fixup * update wording as per review
* update README * anchor * Apply suggestions from code review Co-authored-by: Jerel Miller <[email protected]> * review feedback * clarification --------- Co-authored-by: Jerel Miller <[email protected]>
No description provided.