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

v0.2.0 #171

Merged
merged 1 commit into from
Oct 18, 2022
Merged

v0.2.0 #171

merged 1 commit into from
Oct 18, 2022

Conversation

jasonbahl
Copy link
Collaborator

  • chore: remove unreferenced .zip build artifact
  • feat: remove a lot of logic from Collection.php that analyzes queries to generate cache keys and response headers, as this has been moved to core WPGraphQL
  • feat: reference core WPGraphQL functions for storing cache maps for object caching
  • chore: remove unused "use" statements in Invalidation.php
  • feat: introduce new "graphql_purge" action, which can be hooked into by caching clients to purge caches by key
  • chore: remove $collection->node_key() method and references to it.
  • feat: add "purge("skipped:$type_name)" event when purge_nodes is called
  • chore: remove model class prefixes from purge_nodes() calls
  • chore: rename const WPGRAPHQL_LABS_PLUGIN_DIR to WPGRAPHQL_SMART_CACHE_PLUGIN_DIR
  • chore: update tests to remove "node:" prefix from expected keys
  • chore: update tests to use self::factory() instead of $this->tester->factory()
  • chore: update Plugin docblock
  • feat: add logic to ensure minimum version of WPGraphQL is active before executing functionality needed by it
  • chore: remove filters that add model definitions to Types as that's been moved to WPGraphQL core

@jasonbahl jasonbahl self-assigned this Oct 18, 2022
@jasonbahl jasonbahl merged commit 728e057 into main Oct 18, 2022
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

1 participant