You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[b683e8c2c355]: Add validations for custom scalar arguments by Alex Danoff
Enable flag enable_strict_custom_scalars to perform validations when custom scalar types are used, to check that the user doesn't try to pass literal values (strings, ints, etc) in positions where a custom scalar type is expected, as this can break type safety since Relay can't know whether those literals conform to the underlying custom type.
Bug fixes
[b379edf30a6e]: Handle the document type change from Query to Fragment by Andrey Lunyov
[5ffcdbcf0114]: Fix missing validation for global variables in client-edges (#4513) by Andrey Lunyov
[8e0949d6d90a]: Apply fragment renaming to resolver fields by Jordan Eldredge
Improvements
[dfad61878904]: Fix types in RelayMockPayloadGenerator.js by George Zahariev
[24ef22b4946c]: Adopt conditional type for useRefetchableFragment related functions by Sam Zhou
[400cfa841445]: Refactor extra typegen config fields into TypegenOptions struct by Monica Tang
[e694ba8792a6]: Use conditional type to power EntryPointElementConfig by Sam Zhou
[1cc9d937ea1a]: Refactor extra artifact project config fields into extra_artifacts_config by Monica Tang
[cf0fb394dbb6]: Incremental build compatible ResolversSchemaModule by Bhuwan Khattar
[0d429f796e69]: Implement fmt::Display for SchemaChange by Monica Tang
[d48a0e025385]: Fix RelayResolverModel-test by Monica Tang
[ab92df525948]: Use placeholder in connection warning by Jan Kassens
[6519571a092a]: Shallow freeze resolver value by Tianyu Yao
[7f54255c92ea]: Do not mutate a shallowly frozen subtree by Tianyu Yao
[904924c6925b]: Add validations for mutation resolvers by Alex Danoff
[ef84550353b6]: Handle panics in integration tests by Alex Danoff
[5c7555b2c00d]: Expose Sink type from relay-runtime (#4516) by jaroslav-kubicek
[9e0acc1d8c77]: Improve test coverage for recycleNodesInto on deeply frozen data by Tianyu Yao
[6b89a29678ad]: Add normalizeResponse to MultiActorEnvironmentConfig by Bhuwan Khattar
[61c7bffac76f]: Regression test for mutating complex resolver values by Tianyu Yao
[22a3c89f9518]: Import ClientRequest for client only mutations by Alex Danoff
[3017057e77eb]: Only freeze plain JS objects and arrays by Tianyu Yao
[f90edc4cb52a]: Add regression test for fragment spreads with undefined global variables as arguments by Monica Tang
[8011e22b6043]: Add areEqualOwners to check for structural equality of fragment owners. (#4500) by Andrey Lunyov