Skip to content

Releases: humanmade/batcache

1.5.2

15 Sep 13:48
113d526
Compare
Choose a tag to compare

What's Changed

  • Skip check on global object cache. by @joehoyle in #30
  • Add #[AllowDynamicProperties] to supress notices in PHP 8.2 by @joehoyle in #31

Full Changelog: 1.5.1...1.5.2

1.5.1

18 Apr 12:42
89ed305
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.0...1.5.1

1.5.0

25 May 15:22
f32cae9
Compare
Choose a tag to compare

The vary_cache_on_function functionality has been removed. It relied on create_function which is removed in PHP 8.0
This is a breaking change if you were making use of that functionality.

1.3.5

01 Mar 09:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.3.6

1.4.2

01 Mar 09:29
c52a9d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

1.4.1

31 Jan 12:12
6209560
Compare
Choose a tag to compare

What's Changed

  • Require either the 1.x or 2.x branch of composer installers by @johnpbloch in #24

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

15 Nov 12:28
3230d44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.5...1.4.0

1.3.5

15 Nov 12:27
59d3068
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.4...1.3.5

1.3.4

01 Apr 14:13
dd67da9
Compare
Choose a tag to compare
  • Optimize genlocks usage #19

1.3.3

03 Jun 13:42
1f3f231
Compare
Choose a tag to compare
  • Add Origin to Vary header #15