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

chore: re-export specific things from @envelop/core #2091

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Nov 11, 2022

after some thought I think we should really only export selective things from @envelop/core instead of exporting everything. This way we avoid any breaking changes downstream envelop impacting us.

closes #2039

@changeset-bot
Copy link

changeset-bot bot commented Nov 11, 2022

🦋 Changeset detected

Latest commit: 9b107b3

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

This PR includes changesets to release 18 packages
Name Type
graphql-yoga Major
@graphql-yoga/common Patch
@graphql-yoga/node Patch
@graphql-yoga/render-graphiql Major
@graphql-yoga/plugin-apollo-inline-trace Major
@graphql-yoga/plugin-apq Major
@graphql-yoga/plugin-defer-stream Major
@graphql-yoga/plugin-persisted-operations Major
@graphql-yoga/plugin-prometheus Major
@graphql-yoga/plugin-response-cache Major
@graphql-yoga/plugin-sofa Major
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
cloudflare-advanced Patch
cloudflare Patch
hackernews Patch
hello-world-benchmark Patch

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 104450     ✗ 0    
     data_received..................: 16 MB   519 kB/s
     data_sent......................: 6.0 MB  200 kB/s
     http_req_blocked...............: avg=2.17µs   min=1.1µs   med=1.8µs   max=1.71ms  p(90)=2.4µs   p(95)=2.8µs   
     http_req_connecting............: avg=28ns     min=0s      med=0s      max=1.51ms  p(90)=0s      p(95)=0s      
   ✓ http_req_duration..............: avg=455.06µs min=245.4µs med=393.2µs max=23.35ms p(90)=565µs   p(95)=666.38µs
       { expected_response:true }...: avg=455.06µs min=245.4µs med=393.2µs max=23.35ms p(90)=565µs   p(95)=666.38µs
     http_req_failed................: 0.00%   ✓ 0          ✗ 52225
     http_req_receiving.............: avg=31.31µs  min=15µs    med=24.2µs  max=6.7ms   p(90)=44µs    p(95)=55.2µs  
     http_req_sending...............: avg=12.29µs  min=5.4µs   med=8.2µs   max=3.61ms  p(90)=19.2µs  p(95)=24.8µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=411.45µs min=220.7µs med=354.9µs max=23.18ms p(90)=506.6µs p(95)=601.68µs
     http_reqs......................: 52225   1740.71168/s
     iteration_duration.............: avg=566.92µs min=314.1µs med=500.3µs max=25.36ms p(90)=704.7µs p(95)=815.64µs
     iterations.....................: 52225   1740.71168/s
     vus............................: 1       min=1        max=1  
     vus_max........................: 1       min=1        max=1  

@github-actions
Copy link
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-yoga/apollo-link 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/redis-event-target 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/typed-event-target 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
graphql-yoga 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 1.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.0.0-alpha-20221111170555-65bd7b91 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

🚀 Website Preview

The latest changes to the website are available as preview in: https://7245a698.graphql-yoga.pages.dev

@saihaj saihaj merged commit 1d50849 into main Nov 14, 2022
@saihaj saihaj deleted the saihaj/do-not-export-everythin branch November 14, 2022 10:32
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.

[v3] graphql-yoga module should not export useMaskedErrors
3 participants