Skip to content

Releases: laminas/laminas-cache-storage-adapter-blackhole

3.0.0

08 Jul 11:13
3.0.0
5cc3ee5
Compare
Choose a tag to compare

Release Notes for 3.0.0

Backwards incompatible release (major)

laminas-cache-storage-adapter-blackhole 3.0.0 is here and finally adds native types everywhere, adds support for psr/cache and psr/simple-cache v2 & v3 and supports laminas/laminas-cache v4.

3.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

BC Break,Enhancement

2.4.0

07 Jan 17:32
2.4.0
8b64e61
Compare
Choose a tag to compare

Release Notes for 2.4.0

Feature release (minor)

2.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement,renovate

2.3.0

31 Dec 16:04
2.3.0
8730402
Compare
Choose a tag to compare

Release Notes for 2.3.0

Feature release (minor)

2.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.2.0

20 Dec 13:27
2.2.0
e1f9ba7
Compare
Choose a tag to compare

Release Notes for 2.2.0

Feature release (minor)

2.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

renovate

Enhancement,renovate

2.1.0

22 Oct 14:59
2.1.0
0bef203
Compare
Choose a tag to compare

Release Notes for 2.1.0

Feature release (minor)

Removed

  • Support for PHP 7.3

2.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 5

Enhancement,dependency update

Enhancement

renovate

dependency update

2.0.0

13 Nov 15:11
2.0.0
fdb6c4b
Compare
Choose a tag to compare

Release Notes for 2.0.0

Backwards incompatible release (major)

Added

  • Added support for PHP 8.1
  • Added support for laminas/laminas-cache v3
  • Added support for laminas/laminas-component-installer to integrate better with laminas-mvc or mezzio projects
  • Added PSR-16 and PSR-6 support without the need to provide psr as an option

Fixed

  • Fixed the return-type annotation from BlackHole#getAvailableSpace since float won't be returned

Changed

  • The return value of the methods BlackHole#checkAndSetItem, BlackHole#replaceItems, BlackHole#replaceItem, BlackHole#addItems, BlackHole#addItem, BlackHole#setItems, BlackHole#replaceItem are now based on the writable option passed to the adapter.
  • BlackHole#removeItems will now return an empty array which states that the removal was successful
  • BlackHole#getAvailableSpace will now return PHP_INT_MAX
  • BlackHole#clearByNamespace will now always return true. If called with an empty prefix, an InvalidArgumentException will be thrown
  • BlackHole#clearByPrefix will now always return true. If called with an empty prefix, an InvalidArgumentException will be thrown
  • BlackHole#clearExpired will now always return true
  • BlackHole#flush will now always return true
  • BlackHole#optimize will now always return true
  • BlackHole#setTags will now always return true
  • BlackHole#clearByTags will now always return true
  • BlackHole#getTotalSpace will now return PHP_INT_MAX

Removed

  • Removed support for laminas/laminas-cache v2
  • Removed BlackHoleOptions-class along with the psr option

Breaking Changes

  • Marked BlackHole-Adapter as final

2.0.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 1

BC Break,Enhancement

1.2.1

29 Apr 21:11
1.2.1
4af1053
Compare
Choose a tag to compare

Release Notes for 1.2.1

1.2.x bugfix release (patch)

Fixes

  • BlackHole::deleteItems now returns an empty list of keys when called in PSR compatibility mode

1.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

Bug

1.2.0

29 Apr 20:21
1.2.0
fd9cce6
Compare
Choose a tag to compare

Release Notes for 1.2.0

Feature release (minor)

Added

  • Added support for PHP 8.0

Removed

  • Removed support for PHP prior 7.3

1.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

1.1.2

29 Apr 20:49
1.1.2
1b89329
Compare
Choose a tag to compare

Release Notes for 1.1.2

1.1.x bugfix release (patch)

Fixed

  • BlackHole::deleteItems now returns an empty list of keys when called in PSR compatibility mode

1.1.2

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

1.1.1

26 Feb 08:20
1.1.1
8d6c574
Compare
Choose a tag to compare

1.1.1 - 2021-02-26


Release Notes for 1.1.1

1.1.x bugfix release (patch)

1.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug