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 49 commits into
base: main
Choose a base branch
from
Draft

Release 3.12 #12072

wants to merge 49 commits into from

Commits on Sep 24, 2024

  1. Enter prerelease mode

    github-actions[bot] authored and jerelmiller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3609697 View commit details
    Browse the repository at this point in the history
  2. [Data masking] Core data masking algorithm (#11686)

    Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
    jerelmiller and phryneas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fa0e958 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89be38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce94bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f557c52 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca911fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14ea23a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd41f96 View commit details
    Browse the repository at this point in the history
  9. [Data masking] Warn when passing object to useFragment/`watchFragme…

    …nt` `from` that is not identifiable (#12004)
    jerelmiller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c28dd60 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    30eeebb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    433f1a7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    be055fa View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    430f6c3 View commit details
    Browse the repository at this point in the history
  14. [Data masking] Ensure @unmask can be used with the fragment registry (

    #12029)
    
    Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
    jerelmiller and phryneas committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d6bb319 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9695436 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0e241ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d7cc9f2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fa34aa2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    45b1bc1 View commit details
    Browse the repository at this point in the history
  20. Add changeset

    jerelmiller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1c0ecbf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f584167 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #12042 from apollographql/data-masking

    Adds data masking alpha feature for release
    jerelmiller authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    585e81b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    d236309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0329e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba70b62 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    7a0e1b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4ce00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5258e5 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. [Data masking] Fix aggressive warnings when using objects marked with…

    … `@unmask(mode: "migrate")` with `cache.identify` (#12116)
    jerelmiller authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8ae6e4e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    3b6b6cc View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    1085a95 View commit details
    Browse the repository at this point in the history
  2. Add changeset (#12123)

    jerelmiller authored Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8422a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a98e76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c20f34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49f1018 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d983ff9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab0a1b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    431fa33 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    d10d702 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    1e7d009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c3f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6ece37 View commit details
    Browse the repository at this point in the history
  4. [Data masking] Fix issue with @unmask(mode: "migrate") with nested …

    …partial objects from parent query (#12134)
    jerelmiller authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    cfaf4ef View commit details
    Browse the repository at this point in the history
  5. Version Packages (rc) (#12129)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a946f14 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    b0c35bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48d550c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Unify algorithms for masking and migration (#12139)

    Co-authored-by: Jerel Miller <jerelmiller@gmail.com>
    phryneas and jerelmiller authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5a53e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa5d00 View commit details
    Browse the repository at this point in the history
  3. Version Packages (rc) (#12145)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    56bc44f View commit details
    Browse the repository at this point in the history