Skip to content

1.16.1

Choose a tag to compare

@koriym koriym released this 31 May 17:31
· 139 commits to 1.x since this release
a4cd9e8

Fixed

  • Fix multi-embed cache dependency: a #[Cacheable] resource embedding more than one child kept only the last child's dependency, so purging an earlier child failed to invalidate the parent (stale cache). CacheDependency::depends() now accumulates child tags instead of overwriting, and the erroneous assertion that a parent had no prior tags has been removed.