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

Merged
merged 65 commits into from
Dec 4, 2024
Merged

Release 3.12 #12072

merged 65 commits into from
Dec 4, 2024

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: 5e55953

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

This PR includes changesets to release 1 package
Name Type
@apollo/client Minor

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: 5e55953

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.35% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" 50.02 KB (+4.19% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/main.cjs" (production) 47.14 KB (+3.4% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" 36.14 KB (+5.04% 🔺)
import { ApolloClient, InMemoryCache, HttpLink } from "dist/index.js" (production) 33.54 KB (+3.9% 🔺)
import { ApolloProvider } from "dist/react/index.js" 1.26 KB (0%)
import { ApolloProvider } from "dist/react/index.js" (production) 1.24 KB (0%)
import { useQuery } from "dist/react/index.js" 5.21 KB (-0.02% 🔽)
import { useQuery } from "dist/react/index.js" (production) 4.3 KB (0%)
import { useLazyQuery } from "dist/react/index.js" 5.7 KB (+0.16% 🔺)
import { useLazyQuery } from "dist/react/index.js" (production) 4.78 KB (+0.11% 🔺)
import { useMutation } from "dist/react/index.js" 3.62 KB (+0.03% 🔺)
import { useMutation } from "dist/react/index.js" (production) 2.84 KB (0%)
import { useSubscription } from "dist/react/index.js" 4.42 KB (+0.03% 🔺)
import { useSubscription } from "dist/react/index.js" (production) 3.48 KB (-0.03% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" 5.51 KB (-0.02% 🔽)
import { useSuspenseQuery } from "dist/react/index.js" (production) 4.17 KB (0%)
import { useBackgroundQuery } from "dist/react/index.js" 5.01 KB (+0.02% 🔺)
import { useBackgroundQuery } from "dist/react/index.js" (production) 3.66 KB (+0.03% 🔺)
import { useLoadableQuery } from "dist/react/index.js" 5.09 KB (+0.06% 🔺)
import { useLoadableQuery } from "dist/react/index.js" (production) 3.74 KB (+0.06% 🔺)
import { useReadQuery } from "dist/react/index.js" 3.41 KB (+0.06% 🔺)
import { useReadQuery } from "dist/react/index.js" (production) 3.35 KB (+0.09% 🔺)
import { useFragment } from "dist/react/index.js" 2.36 KB (+3.47% 🔺)
import { useFragment } from "dist/react/index.js" (production) 2.31 KB (+3.41% 🔺)

Copy link

netlify bot commented Sep 24, 2024

Deploy Preview for apollo-client-docs ready!

Name Link
🔨 Latest commit 5e55953
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-docs/deploys/67509b871c3e720009343696
😎 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

5e55953

Preview

https://www.apollographql.com/docs/deploy-preview/e5a65336936cdb945d46

Build ID

e5a65336936cdb945d46

File Changes

1 new, 2 changed, 1 removed
+ (developer-tools)/react/(latest)/data/fragments.md
* (developer-tools)/react/(latest)/data/directives.mdx
* (developer-tools)/react/(latest)/development-testing/static-typing.md
- (developer-tools)/react/(latest)/data/fragments.mdx

Pages

2


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

jerelmiller and others added 20 commits November 15, 2024 10:42
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>
Co-authored-by: Lenz Weber-Tronic <[email protected]>
Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
@jerelmiller jerelmiller marked this pull request as ready for review December 4, 2024 15:43
@jerelmiller jerelmiller requested a review from a team as a code owner December 4, 2024 15:43
Copy link
Contributor

@bignimbus bignimbus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@github-actions github-actions bot added the auto-cleanup 🤖 label Dec 4, 2024
@jerelmiller jerelmiller merged commit ca53c19 into main Dec 4, 2024
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants