CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 03:25:13 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"5746a0b3e6b731a64fd19174c5b259ea"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=T8Mt4q7DLngvoDhNJy2MZN8xOkV7HZyDAQYP%2FQxr7hNVz7f%2FyaGmG%2BkPOy33KWCgCR%2FV6RCcbf%2B6%2BLl8Xg%2BaLSmAq2YEEqkI8H8q1xke7cIaosBQbAutVG2ecuIZS2S186cRIjxz1n6vzSt3%2BS%2B3XIGJgINMTC2VX7T4%2BsCqBbtFw3X61%2FQhm5cX26rfcqr4ttfNhJJ5rX0eLteKOPLOGxpWMGybJ7TjjmGeJo1zZhytvYuxn%2FdwsG9CQh4sKCpB8%2FrhTb7KLgOgQEFrEYTRbg%3D%3D--GHq5ddwybVYmJIBX--UzCpiogp2fKe3LVmNhpvLw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.492840474.1753845913; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 03:25:13 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 03:25:13 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C8AE:CFDB0:1EF779:2DC310:68899099
Release v1.5.0 · facebook/relay · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
v1.5.0
Compare
This release introduces several changes, some of the most relevant ones are highlighted here.
New:
- Relay Containers are now Flow typed, however Flow types are not yet exported (#2284).
- Relay Compiler now generates Flow types for GraphQL enum values.
- Add undocumented support for client-only schema extensions using
.graphql
files. Extensions only work on existing types, and does not currently support adding client-only types to the schema. - Add experimental and undocumented support for QueryRenderer to render directly from store if data is available using new
dataFrom
prop. - Add hooks to enable and disable Relay GC in the store.
- New
ConcreteNode
format supporting Batch requests.
Potentially Breaking:
- Support for client-only schema extensions requires that your GraphQL schema not be inside your the directory you specify as
src
to therelay-compiler
(#2346). - Changes the type of
RelayNetwork.execute
to return aRelayObservable
withvariables
andnode
, in addition to theQueryPayload
. However,RelayNetwork.create
maintains the same API (c058ffc).
Fixed:
- Fix passing a single item to a "list" input argument (42c1119).
- Fix end cursor when fetch returned zero edges in Pagination Container (a17b462).
- No longer throw false alarm error in
RelayConcreteVariables
(0398585). - Properly handle complex GraphQL argument literals in the compiler (bb02769).
- Calling viewer handler multiple times should not accidentally cause viewer to be null (f442fcd).
- Fix issue when using multiple connectionInfo for
RANGE_ADD
mutation (7f2013d). - Fix issue in Relay Compiler when parsing non-null input (4baa970).
- Fix pagination on empty connections (62c8b43).
Improved:
- Ensure the Relay build has run and is not using outdated GraphQL fragments. Optionally this can be turned off in the babel plugin settings (a628637).
- Update all callers of react-relay to use CommonJS requires.
- Speed up
getIdentifierForSelection
. - Compiler doesn't warn on missing fields with abstract types anymore.
- Relay Compiler now de-duplicates identical objects when generating JSON artifacts which decreases size of artifacts and improves compressability.
- Disable
NoFragmentCyclesRule
; can now use Fragments recursively. - Remove
RecordSourceInspector
which is of marginal value, especially now that we have a useful devtools app. - Print timing information in compiler —verbose mode.
- Add option to Compiler to be
—quiet
. - Upgrade to graphql-js v0.13.0.
- Upgrade to latest version of fast-glob.
- Upgrade to babylon7 in Relay Compiler to support new JSX Fragment syntax.
- Remove
graphql.experimental
. - Several Flow typing improvements.
- Several documentation fixes.
- Move test utils to their own package: relay-test-utils.
- Add support for accessing Components wrapped in a Container in tests.
- Use jest snapshots for relay-compiler tests.
Assets 2
You can’t perform that action at this time.