What's Changed
- Fixed underflow on DateTime parsing by @sunghwan2789 in #7446
- Omitted cost directives with default weight from the SDL by @glen-84 in #7427
- Renamed annotation-based to implementation-first by @glen-84 in #7474
- Updated ValidDateTimeScalarStrings and InvalidDateTimeScalarStrings by @glen-84 in #7447
- Fixed permission issue in release job by @glen-84 in #7476
- Added URL safe base 64 encoding. by @michaelstaib in #7478
- Fixed issue that did not allow nulls when parsing nested lists. by @michaelstaib in #7479
- Make PageInfo sharable when using ApolloFederation by @michaelstaib in #7480
- Fixed DataLoader Cancellation by @michaelstaib in #7482
- Optimize mutation error field by using pure resolver by @michaelstaib in #7483
- Fixed build error by @glen-84 in #7481
- cursor pagination to return total count. by @Hanskrogh in #7487
- Updated the Decimal type description by @glen-84 in #7485
- Fixed typo ("on key" -> "one key") by @glen-84 in #7484
- Aligned ExtendObjectTypeAttribute binding behavior by @jarlef in #7489
- Updated target frameworks by @glen-84 in #7471
- Removed StarWars template by @glen-84 in #7490
- Allow page to not exist. by @michaelstaib in #7498
- Enable EnsureAllNodesCanBeResolved by default by @tobias-tengler in #7494
- Remove duplicate call to
GetCustomAttributes
by @Cyberboss in #7497 - Ensured correct culture is set on tests to match culture dependent snapshots by @jarlef in #7496
- Fixed typo in Build.Environment.cs by @glen-84 in #7495
- Fixed analyzer issues by @glen-84 in #7493
- Moved templates into parent directory by @glen-84 in #7492
- Fixed code warning in testing tools. by @michaelstaib in #7499
- Used CookieCrumble in more test projects by @glen-84 in #7461
- Disabled FS3261 by @glen-84 in #7501
- Fixed LoadRequired for multiple keys. by @michaelstaib in #7507
- Ignore nullability for ToConnection helper. by @michaelstaib in #7508
- Fixed a case where a schema path with unix paths (/) would cause the schema file to be added twice on windows machines by @david-driscoll in #7505
- Fixed EfQueryableCursorPagingHandler (hasNextPage & hasPreviousPage) by @CronKz in #7506
- Added a generic version of the ID descriptor method by @glen-84 in #7503
New Contributors
- @jarlef made their first contribution in #7489
- @Cyberboss made their first contribution in #7497
- @CronKz made their first contribution in #7506
Full Changelog: 14.0.0-rc.2...15.0.0-p.1