Releases: wp-graphql/wp-graphql-smart-cache
Releases · wp-graphql/wp-graphql-smart-cache
v0.3.5
What's Changed
- chore: add workflow to deploy to the WordPress.org repo by @jasonbahl in #189
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- Add reference to Settings invalidation issue by @jordanmaslyn in #187
- Fix supported hosts link in README by @jordanmaslyn in #186
- Update persisted-queries.md regarding GraphQL variables by @creative-andrew in #185
- fix: update constant name for min required version of WPGraphQL (to avoid conflict with WPGraphQL for ACF) by @jasonbahl in #188
New Contributors
- @jordanmaslyn made their first contribution in #187
- @creative-andrew made their first contribution in #185
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- fix: update min version of WPGraphQL check by @jasonbahl in #184
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- fix: prevent error when users install the plugin from Composer by @jasonbahl in #179
- feat: add new "graphql_cache_is_object_cache_inabled" filter by @jasonbahl in #178
- release: v0.3.2 by @jasonbahl in #180
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.3
What's Changed
- Better queryId support for query analyzer by @jasonbahl in #173
Full Changelog: v0.2.2...v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Use default max-age for batch queries by @markkelnar in #156
- Improve Cache-Control header implementation by @chriszarate in #164
- Chore: Add comments cache handling by @markkelnar in #160
- feat: rely on WPGraphQL Core's functionality for outputting X-GraphQL-Key headers by @jasonbahl in #170
- v0.2.0 by @jasonbahl in #171
- 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
New Contributors
- @chriszarate made their first contribution in #164
Full Changelog: v0.1.2...v0.2.0