Skip to content

Releases: wp-graphql/wp-graphql-smart-cache

v0.3.4

28 Nov 16:22
Compare
Choose a tag to compare

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

Full Changelog: v0.3.3...v0.3.4

v0.3.3

18 Nov 23:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

11 Nov 21:06
c0c5eb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Nov 19:01
Compare
Choose a tag to compare

Release Notes

  • chore: update readme.txt with tags, updated "tested up to" version
  • chore: update testing matrix to run tests on more versions of WordPress and PHP
  • chore: update docs
  • chore: add icons and banner for WordPress.org

v0.3.0

09 Nov 23:18
Compare
Choose a tag to compare

Release Notes

  • feat: a LOT of updates to the documentation
  • feat: add opt-in telemetry via Appsero.

v0.2.3

21 Oct 14:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

18 Oct 21:40
Compare
Choose a tag to compare
  • fix bug with v0.2.1. Missing namespace

v0.2.1

18 Oct 21:12
473811e
Compare
Choose a tag to compare

What's Changed

  • add patch for wp-engine users

Full Changelog: v0.2.0...v0.2.1

v0.2.0

18 Oct 16:12
728e057
Compare
Choose a tag to compare

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

Full Changelog: v0.1.2...v0.2.0

v0.1.2

10 Aug 14:56
Compare
Choose a tag to compare

Release Notes

  • Updates to support batch queries
  • move save urls out of this plugin into the wpengine cache plugin
  • updates to tests