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

release: v1.26.0 #3129

Merged
merged 31 commits into from
May 10, 2024
Merged

release: v1.26.0 #3129

merged 31 commits into from
May 10, 2024

Conversation

jasonbahl
Copy link
Collaborator

Release Notes

New Features

  • #3125: refactor: improve query handling in AbstractConnectionResolver
    • new: graphql_connection_pre_get_query filter
    • new: AbstractConnectionResolver::is_valid_query_class()
    • new: AbstractConnectionResolver::get_query()
    • new: AbstractConnectionResolver::get_query_class()
    • new: AsbtractConnectionResolver::query_class()
    • new: AbstractConnectionResolver::$query_class
  • #3124: refactor: split AbstractConnectionResolver::get_args() and ::get_query_args() into ::prepare_*() methods
  • #3123: refactor: split AbstractConnectionResolver::get_ids() into ::prepare_ids()
  • #3121: refactor: split AbstractConnectionResolver::get_nodes() and get_edges() into prepare_*() methods
  • #3120: refactor: wrap AbstractConnectionResolver::is_valid_model() in ::get_is_valid_model()

Chores / Bugfixes

  • #3125: refactor: improve query handling in AbstractConnectionResolver
    • Implement PHPStan Generic Type
    • Update generic Exceptions to InvariantViolation
  • #3127: chore: update references to the WPGraphQL Slack Community to point to the new WPGraphQL Discord community instead.
  • #3122: chore: relocate AbstractConnectionResolver::is_valid_offset() with other abstract methods.

actions-user and others added 27 commits May 3, 2024 02:10
chore: Update references to Slack, pointing folks to Discord instead
refactor: wrap `AbstractConnectionResolver::is_valid_model()` in `::get_is_valid_model()`
refactor: split `AbstractConnectionResolver::get_nodes()` and `get_edges()` into `prepare_*()` methods
chore: relocate `AbstractConnectionResolver::is_valid_offset()` with other abstract methods.
refactor: split `AbstractConnectionResolver::get_ids()` into `::prepare_ids()`
refactor: split `AbstractConnectionResolver::get_args()` and `::get_query_args()` into `::prepare_*()` methods
refactor: improve query handling in `AbstractConnectionResolver`
@jasonbahl jasonbahl self-assigned this May 8, 2024
@coveralls
Copy link

coveralls commented May 8, 2024

Coverage Status

coverage: 84.37% (+0.04%) from 84.33%
when pulling 9fbc8b8 on release/v1.26.0
into b9ac1a6 on master.

@jasonbahl jasonbahl merged commit b288907 into master May 10, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants