Skip to content
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 3.12 #12072

Draft
wants to merge 60 commits into
base: main
Choose a base branch
from
Draft

Release 3.12 #12072

wants to merge 60 commits into from

Conversation

jerelmiller
Copy link
Member

Base branch for the upcoming 3.12 release

github-actions bot and others added 21 commits September 24, 2024 11:11
Copy link

changeset-bot bot commented Sep 24, 2024

🦋 Changeset detected

Latest commit: d42d9e0

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

pkg-pr-new bot commented Sep 24, 2024

npm i https://pkg.pr.new/@apollo/client@12072

commit: d42d9e0

Adds data masking alpha feature for release
Copy link
Contributor

github-actions bot commented Sep 24, 2024

size-limit report 📦

Path Size
dist/apollo-client.min.cjs 40.64 KB (+3.36% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.03 KB (+4.21% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.15 KB (+3.43% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.14 KB (+5.05% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.55 KB (+3.92% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (+0.24% 🔺)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (+0.4% 🔺)
import { useQuery } from "dist/react/index.js" 5.21 KB (+0.04% 🔺)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (+0.05% 🔺)
import { useLazyQuery } from "dist/react/index.js" 5.71 KB (+0.21% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (+0.19% 🔺)
import { useMutation } from "dist/react/index.js" 3.62 KB (+0.11% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.85 KB (+0.14% 🔺)
import { useSubscription } from "dist/react/index.js" 4.43 KB (+0.09% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (+0.09% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" 5.51 KB (+0.04% 🔺)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.17 KB (+0.12% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" 5.01 KB (+0.1% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.66 KB (+0.09% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.09 KB (+0.14% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.74 KB (+0.14% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.42 KB (+0.18% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.36 KB (+0.18% 🔺)
import { useFragment } from "dist/react/index.js" 2.37 KB (+3.6% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.31 KB (+3.55% 🔺)

Copy link

netlify bot commented Sep 24, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit f4d82c8
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/673e47b99f6542000871e082
😎 Deploy Preview https://deploy-preview-12072--apollo-client-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@svc-apollo-docs
Copy link

svc-apollo-docs commented Nov 7, 2024

✅ Docs Preview Ready

Configuration
{
  "repoOverrides": {
    "apollographql/apollo-client@main": {
      "remote": {
        "owner": "apollographql",
        "repo": "apollo-client",
        "branch": "release-3.12"
      }
    }
  }
}
Name Link

Commit

d42d9e0

Preview

https://www.apollographql.com/docs/deploy-preview/0329aa365708c6adf48d

Build ID

0329aa365708c6adf48d

File Changes

1 new, 13 changed, 1 removed
+ (developer-tools)/react/(latest)/data/fragments.md
* (developer-tools)/react/(latest)/data/directives.mdx
* graphos/reference/router/telemetry/instrumentation/standard-instruments.mdx
* graphos/reference/router/rhai.mdx
* graphos/reference/router/errors.mdx
* graphos/reference/router/configuration.mdx
* graphos/routing/customization/coprocessor.mdx
* graphos/routing/customization/overview.mdx
* graphos/routing/observability/subgraph-error-inclusion.mdx
* graphos/routing/observability/client-id-enforcement.mdx
* graphos/routing/performance/caching/entity.mdx
* graphos/routing/security/authorization.mdx
* graphos/routing/security/request-limits.mdx
* graphos/routing/self-hosted/containerization/index.mdx
- (developer-tools)/react/(latest)/data/fragments.mdx

Pages

13


13 pages published. Build will be available for 30 days.

jerelmiller and others added 30 commits November 13, 2024 10:17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants