@@ -95,25 +95,6 @@ You can find and compare releases at the [GitHub release page](https://github.co
9595
9696### Removed
9797
98- - Remove deprecated ` Type::getInternalTypes() `
99- - Remove deprecated ` GraphQL::execute() `
100- - Remove deprecated ` GraphQL::executeAndReturnResult() `
101- - Remove deprecated experimental CoroutineExecutor
102- - Remove deprecated ` FormattedError::create() ` and ` FormattedError::createFromPHPError() `
103- - Remove deprecated ` GraphQL::setPromiseAdapter() `
104- - Remove deprecated ` AST::getOperation() `
105- - Remove deprecated constants from ` BreakingChangesFinder `
106- - Remove deprecated ` DocumentValidator::isValidLiteralValue() `
107- - Remove deprecated ` Error::formatError() ` and ` Error::toSerializableArray() `
108- - Remove deprecated ` GraphQL::getInternalDirectives() `
109- - Remove deprecated ` Schema::isPossibleType() `
110- - Remove deprecated methods from ` TypeInfo `
111- - Remove deprecated ` Values::valueFromAST() ` and ` Values::isValidPHPValue() `
112- - Remove deprecated public property access to ` InputObjectField::$type `
113- - Remove deprecated public property access to ` FieldDefinition::$type `
114- - Remove alias ` GraphQL\Validator\Rules\AbstractQuerySecurity ` , use ` GraphQL\Validator\Rules\QuerySecurityRule `
115- - Remove alias ` GraphQL\Validator\Rules\AbstractValidationRule ` , use ` GraphQL\Validator\Rules\ValidationRule `
116- - Remove alias ` GraphQL\Utils\FindBreakingChanges ` , use ` GraphQL\Utils\BreakingChangesFinder `
11798- Remove ` OperationParams ` method ` getOriginalInput() ` in favor of public property ` $originalInput `
11899- Remove ` OperationParams ` method ` isReadOnly() ` in favor of public property ` $readOnly `
119100- Remove ` Utils::withErrorHandling() `
@@ -136,6 +117,26 @@ You can find and compare releases at the [GitHub release page](https://github.co
136117- Remove ` GraphQL\Utils\TypeInfo::typeFromAST() ` , use ` GraphQL\Utils\AST::typeFromAST() `
137118- Remove ` StandardServer::send500Error() ` , handle non-GraphQL errors yourself
138119- Remove ` StandardServer::getHelper() ` , use ` new Helper `
120+ - Remove error extension field ` category ` , use custom error formatting if you still need it
121+ - Remove deprecated ` Type::getInternalTypes() `
122+ - Remove deprecated ` GraphQL::execute() `
123+ - Remove deprecated ` GraphQL::executeAndReturnResult() `
124+ - Remove deprecated experimental CoroutineExecutor
125+ - Remove deprecated ` FormattedError::create() ` and ` FormattedError::createFromPHPError() `
126+ - Remove deprecated ` GraphQL::setPromiseAdapter() `
127+ - Remove deprecated ` AST::getOperation() `
128+ - Remove deprecated constants from ` BreakingChangesFinder `
129+ - Remove deprecated ` DocumentValidator::isValidLiteralValue() `
130+ - Remove deprecated ` Error::formatError() ` and ` Error::toSerializableArray() `
131+ - Remove deprecated ` GraphQL::getInternalDirectives() `
132+ - Remove deprecated ` Schema::isPossibleType() `
133+ - Remove deprecated methods from ` TypeInfo `
134+ - Remove deprecated ` Values::valueFromAST() ` and ` Values::isValidPHPValue() `
135+ - Remove deprecated public property access to ` InputObjectField::$type `
136+ - Remove deprecated public property access to ` FieldDefinition::$type `
137+ - Remove alias ` GraphQL\Validator\Rules\AbstractQuerySecurity ` , use ` GraphQL\Validator\Rules\QuerySecurityRule `
138+ - Remove alias ` GraphQL\Validator\Rules\AbstractValidationRule ` , use ` GraphQL\Validator\Rules\ValidationRule `
139+ - Remove alias ` GraphQL\Utils\FindBreakingChanges ` , use ` GraphQL\Utils\BreakingChangesFinder `
139140
140141## 14.11.8
141142
0 commit comments