What's Changed
- Added support for DateOnly and TimeOnly by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4483
- Added mutation conventions. by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4475
- Added support for automatic DBContext injection. by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4503
- Fixed EF Core integration when using .NET 5 by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4509
- Fixed [ID] on input mutation conventions by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4507
- Fixed documentation for mutation convetions by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4501
- Payload now uses the GraphQLName of the result as field name by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4506
- Upgraded Mongo Driver to 2.14 by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4508
- Inputs will infer only arguments. by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4511
- Update CustomHeaderHelper.cs by @doublestripe-development in https://github.com/ChilliCream/hotchocolate/pull/4515
- Reworked Mutation Conventions by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4519
- Added BSON Type to mongodb package. by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4498
- GraphQLClientException: improve case of 1 error by @jorrit in https://github.com/ChilliCream/hotchocolate/pull/4528
- Decouple dispatch when using AutoBatchScheduler. by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4534
- Fixed issue where directive middleware would interfere with mutation middleware. by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4537
- Updated BCP Middleware by @michaelstaib in https://github.com/ChilliCream/hotchocolate/pull/4538
- Fixed issues in filter combinators. by @PascalSenn in https://github.com/ChilliCream/hotchocolate/pull/4490
New Contributors
- @doublestripe-development made their first contribution in https://github.com/ChilliCream/hotchocolate/pull/4515
- @yohosuff made their first contribution in https://github.com/ChilliCream/hotchocolate/pull/4544
Full Changelog: https://github.com/ChilliCream/hotchocolate/compare/12.3.2...12.4.0-rc.3