Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch / PR to integrate all breaking changes for release 9 #997

Merged
merged 40 commits into from
Mar 5, 2023

Conversation

mfn
Copy link
Collaborator

@mfn mfn commented Mar 5, 2023

Summary

This will integration all PRs mentioned in #969 to help me sort out potential merge issues before merging into master.

I'll keep a 8.x branch already branched from master for some time so we can also release hotfixes for 8, if necessary.

PRs included:

mfn added 30 commits October 18, 2022 14:13
A later commit adds support back for our own error classes.
Until we figure out what the replacement for the getter is
…ReadOnly` have been dropped in favour of the public properties
# Conflicts:
#	phpstan.neon.dist
Lazy loading has been introduced in 2.0.0 (2019-08) and has
been enabled by default in 8.0.0 (2021-11).

From now on the type loader is always used when resolving
types and the impact mostly means that you can't have
types registered using an alias different from their
name.

As can be seen by th commit, this reduces complexity and
maintenance overhead of the library.
# Conflicts:
#	CHANGELOG.md
#	composer.json
Lazy loading has been introduced in 2.0.0 (2019-08) and has
been enabled by default in 8.0.0 (2021-11).

From now on the type loader is always used when resolving
types and the impact mostly means that you can't have
types registered using an alias different from their
name.

As can be seen by th commit, this reduces complexity and
maintenance overhead of the library.
@mfn mfn self-assigned this Mar 5, 2023
mfn added 5 commits March 5, 2023 15:54
…n-integration-v9

# Conflicts:
#	.github/workflows/tests.yml
#	src/GraphQL.php
# Conflicts:
#	.github/workflows/integration_tests.yml
#	.github/workflows/tests.yml
#	composer.json
@mfn mfn marked this pull request as ready for review March 5, 2023 15:33
@mfn mfn merged commit 882fc09 into master Mar 5, 2023
@mfn mfn deleted the mfn-integration-v9 branch March 5, 2023 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant