Releases: laminas/laminas-cache-storage-adapter-blackhole
Releases · laminas/laminas-cache-storage-adapter-blackhole
3.0.0
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
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
- 59: Update dependency php to ~8.1.0 || ~8.2.0 || ~8.3.0 thanks to @renovate[bot]
2.3.0
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
- 56: Apply PHP 8.0 syntax thanks to @samsonasik
2.2.0
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
- 51: Lock file maintenance thanks to @renovate[bot]
Enhancement,renovate
2.1.0
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
- 48: Add PHP 8.2 support thanks to @fezfez
Enhancement
- 47: Normalize composer-dependencies thanks to @boesing
- 37: Prepare for Renovate with reusable workflows thanks to @ghostwriter
renovate
- 43: Configure Renovate thanks to @renovate[bot]
dependency update
- 41: Bump psalm/plugin-phpunit from 0.16.1 to 0.17.0 thanks to @dependabot[bot]
- 38: Bump vimeo/psalm from 4.14.0 to 4.21.0 thanks to @dependabot[bot]
2.0.0
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 withlaminas-mvc
ormezzio
projects - Added
PSR-16
andPSR-6
support without the need to providepsr
as an option
Fixed
- Fixed the return-type annotation from
BlackHole#getAvailableSpace
sincefloat
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 thewritable
option passed to the adapter. BlackHole#removeItems
will now return an empty array which states that the removal was successfulBlackHole#getAvailableSpace
will now returnPHP_INT_MAX
BlackHole#clearByNamespace
will now always returntrue
. If called with an empty prefix, anInvalidArgumentException
will be thrownBlackHole#clearByPrefix
will now always returntrue
. If called with an empty prefix, anInvalidArgumentException
will be thrownBlackHole#clearExpired
will now always returntrue
BlackHole#flush
will now always returntrue
BlackHole#optimize
will now always returntrue
BlackHole#setTags
will now always returntrue
BlackHole#clearByTags
will now always returntrue
BlackHole#getTotalSpace
will now returnPHP_INT_MAX
Removed
- Removed support for
laminas/laminas-cache
v2 - Removed
BlackHoleOptions
-class along with thepsr
option
Breaking Changes
- Marked
BlackHole
-Adapter asfinal
2.0.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
BC Break,Enhancement
- 24: PHP 8.1 support thanks to @boesing
- 21: Provide compatibility for laminas-cache v3.0 thanks to @boesing
1.2.1
Release Notes for 1.2.1
1.2.x bugfix release (patch)
Fixes
BlackHole::deleteItems
now returns an empty list of keys when called inPSR
compatibility mode
1.2.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
Bug
- 15: Merge release 1.1.2 into 1.2.x thanks to @github-actions[bot]
1.2.0
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
- 13: Add PHP 8.0 support thanks to @Slamdunk
1.1.2
Release Notes for 1.1.2
1.1.x bugfix release (patch)
Fixed
BlackHole::deleteItems
now returns an empty list of keys when called inPSR
compatibility mode
1.1.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- 14: bugfix: PSR compatibility thanks to @boesing
1.1.1
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
- 8: qa: remove invalid capability thanks to @boesing