Releases: laminas/laminas-cache-storage-adapter-blackhole
Releases · laminas/laminas-cache-storage-adapter-blackhole
3.2.0
Immutable
release. Only release title and notes can be modified.
3.1.0
Release Notes for 3.1.0
Feature release (minor)
3.1.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Dependencies,Enhancement
renovate
2.5.0
Release Notes for 2.5.0
Feature release (minor)
2.5.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
renovate
- 57: Lock file maintenance thanks to @renovate[bot]
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-cachev3 - Added support for
laminas/laminas-component-installerto integrate better withlaminas-mvcormezzioprojects - Added
PSR-16andPSR-6support without the need to providepsras an option
Fixed
- Fixed the return-type annotation from
BlackHole#getAvailableSpacesincefloatwon't be returned
Changed
- The return value of the methods
BlackHole#checkAndSetItem,BlackHole#replaceItems,BlackHole#replaceItem,BlackHole#addItems,BlackHole#addItem,BlackHole#setItems,BlackHole#replaceItemare now based on thewritableoption passed to the adapter. BlackHole#removeItemswill now return an empty array which states that the removal was successfulBlackHole#getAvailableSpacewill now returnPHP_INT_MAXBlackHole#clearByNamespacewill now always returntrue. If called with an empty prefix, anInvalidArgumentExceptionwill be thrownBlackHole#clearByPrefixwill now always returntrue. If called with an empty prefix, anInvalidArgumentExceptionwill be thrownBlackHole#clearExpiredwill now always returntrueBlackHole#flushwill now always returntrueBlackHole#optimizewill now always returntrueBlackHole#setTagswill now always returntrueBlackHole#clearByTagswill now always returntrueBlackHole#getTotalSpacewill now returnPHP_INT_MAX
Removed
- Removed support for
laminas/laminas-cachev2 - Removed
BlackHoleOptions-class along with thepsroption
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::deleteItemsnow returns an empty list of keys when called inPSRcompatibility 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]