Open
Conversation
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock |
66b0b99 to
1cebcbd
Compare
4af6205 to
d27b8c1
Compare
a33ab5f to
3091d30
Compare
9aca00a to
0f79215
Compare
4b9c29b to
62c588a
Compare
62c588a to
25573bd
Compare
25573bd to
8470e1e
Compare
c45e2f6 to
fb06776
Compare
8a2ebdc to
14a4f10
Compare
14a4f10 to
e3a00ad
Compare
e3a00ad to
a10bd02
Compare
0de9c21 to
4649866
Compare
4649866 to
b2855ea
Compare
b2855ea to
b2fd52f
Compare
b2fd52f to
d59ea90
Compare
c2c3925 to
a3213b7
Compare
4d2a906 to
8901ebd
Compare
8901ebd to
f122743
Compare
2f39ded to
8ef33d0
Compare
8ef33d0 to
da5b80c
Compare
da5b80c to
f128526
Compare
f128526 to
e1122a9
Compare
119c146 to
568f7ea
Compare
bfe8a5b to
30eb8cd
Compare
2b6ec96 to
4d40fdd
Compare
efa2159 to
07f45e3
Compare
153bb8e to
38ef5f3
Compare
38ef5f3 to
230a960
Compare
| datasource | package | from | to | | ---------- | -------------------------------------------- | ------ | ------ | | packagist | laminas/laminas-cache | 3.14.0 | 4.2.0 | | packagist | laminas/laminas-cache-storage-adapter-memory | 2.4.0 | 3.1.0 | | packagist | laminas/laminas-servicemanager | 3.24.0 | 4.5.0 | | packagist | laminas/laminas-validator | 2.65.0 | 3.15.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
230a960 to
8771b13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.13.0→^4.0.0^2.4→^3.0^3.23.1→^3.23.1 || ^4.0.0^2.64.4→^3.0.0Release Notes
laminas/laminas-cache (laminas/laminas-cache)
v4.1.0Compare Source
Release Notes for 4.1.0
Feature release (minor)
This release adds support for PHP 8.4.
4.1.0
Dependencies,Enhancement
Dependencies,Enhancement,QA
Documentation,QA
Enhancement
renovate
v4.0.4Compare Source
Release Notes for 4.0.4
4.0.4
Documentation
max&#​95;itemsMemoryadapter option thanks to @boesingFilesystemOptionsrelated toFilesystemv3.0 thanks to @boesingv4.0.3Compare Source
Release Notes for 4.0.3
4.0.3
Bug
v4.0.2Compare Source
Release Notes for 4.0.2
4.0.x bugfix release (patch)
4.0.2
Bug
StorageInterfaceusage thanks to @boesingv4.0.1Compare Source
Release Notes for 4.0.1
4.0.x bugfix release (patch)
4.0.1
Bug
StorageInterfacethanks to @boesingv4.0.0Compare Source
Release Notes for 4.0.0
laminas-cache4.0.0 is here and finally adds native types everywhere, adds support forpsr/cacheandpsr/simple-cachev2 & v3 and introduces an all new metadata logic which allows adapters to provide metadata they actually support.Please read more on how to migrate your project in our migration guideline.
Added
metadatanow implementsMetadataCapableInterfaceand provides a dedicated object containing all the metadata values it supportspsr/cacheandpsr/simple-cachev2 & v3Removed
supportedMetadatacapability fromCapabilitiesKeyListIterator::CURRENT_AS_METADATAmode along withLaminas\Cache\Exception\MissingKeyExceptionSerializerInterfacewhen callingPluginOptions#getSerializerStorageInterface, so there is no moreStorageInterface#incrementItem,StorageInterface#decrementItem,StorageInterface#decrementItemsandStorageInterface#incrementItemsincrementItem,incrementItems,decrementItem,derementItemsevents (pre,postandexception)laminas/laminas-cache-storage-adapter-implementationwhich now allowslaminas-cacheto be required without a concrete storage adapter implementationpsr/cacheandpsr/simple-cachev1Breaking Changes
AbstractAdapterandStorageInterfaceare not aware of the methodsgetMetadataanymore. These were moved to the newMetadataCapableInterfaceCapabilitiesdo not providesupportedMetadataanymore. The supported metadata is tied to the used storage adapter and thus, was already requiring projects to explicitly know the exact implementation of the cache backend in case of using these metadatas anywayKeyListIteratorand the correspondingIteratorInterfacedoes not provide themodeCURRENT_AS_METADATAanymorePluginOptions#getSerializerdoes not create a serializer anymore if astringoption was passed, instead, thestringis returnedStorageInterface, so there is no moreStorageInterface#incrementItem,StorageInterface#decrementItem,StorageInterface#decrementItemsandStorageInterface#incrementItemsincrementItem,incrementItems,decrementItem,derementItemsevents (pre,postandexception)ObjectCachedoes not inherit theCallbackCachepattern anymore4.0.0
BC Break,Enhancement
finalto a bunch of classes thanks to @boesingCapabilitiesas a read-only class thanks to @boesinglaminas/laminas-servicemanagerv4 thanks to @boesingMetadataCapableInterfacethanks to @boesingEnhancement
non-empty-stringthanks to @boesinglaminas/laminas-feeddev-dependency thanks to @boesingvimeo/psalmto v5.20.0 thanks to @boesinglaminas/laminas-cache-storage-implementationthanks to @boesingvimeo/psalmto v5.16 once available thanks to @boesingBug,Enhancement
BC Break,Feature Removal
BC Break
incrementanddecrementfunctionality thanks to @boesingFeature Request
BC Break,Bug
Serializerplugin has to serializetokento enableStorageInterface#checkAndSetItemcomparing the correct values thanks to @boesingDocumentation
laminas/laminas-cache-storage-adapter-memory (laminas/laminas-cache-storage-adapter-memory)
v3.1.0Compare Source
Release Notes for 3.1.0
Feature release (minor)
This release adds support for PHP 8.4.
3.1.0
Enhancement
renovate
v3.0.0Compare Source
Release Notes for 3.0.0
Backwards incompatible release (major)
laminas-cache-storage-adapter-memory3.0.0 is here and finally adds native types everywhere, adds support forpsr/cacheandpsr/simple-cachev2 & v3, supportslaminas/laminas-cachev4 and introduces an all new metadata and internal persistence logic.The
Memoryadapter had its flaws by juggling with thememory_limit. There were a bunch of issues with that behavior, especially since it is impossible to calculate the exact free memory available. For more details, one can check #57. With this version, we are introducingmax_itemswhich limits the amount of items persisted to theMemoryadapter (defaults to unlimited). Once themax_itemsare exceeding, the adapter automatically removes the oldest entries to make room for new items.Added
Metadataobject forMemory#getMetadatapsr/cacheandpsr/simple-cachev2 & v3Memorynow allows passing aClockInterfacevia its constructorMemoryOptionsnow hasmax_itemsconfiguration to limit the amount of items to be cached. When the limit exceeds, the adapter automatically drops older itemsChanged
on-writerather thanon-readmax_itemsoption which can be used to limit the amount of items persisted to the cacheRemoved
MemoryOptions#setMemoryLimit, there is no replacement. It is recommended to use themax_itemsoption insteadMemoryOptions#getMemoryLimit, there is no relacement3.0.0
renovate
RFC
Enhancement
BC Break,Bug,Enhancement
memory&#​95;limitwithmax&#​95;itemsthanks to @boesingBC Break,Bug
laminas/laminas-cachev4 thanks to @boesinglaminas/laminas-servicemanager (laminas/laminas-servicemanager)
v4.5.0Compare Source
Release Notes for 4.5.0
Feature release (minor)
4.5.0
Dependencies,Enhancement
v4.4.0Compare Source
Release Notes for 4.4.0
Feature release (minor)
4.4.0
Dependencies,Enhancement,QA
Enhancement,QA,Review Needed
Review Needed,renovate
v4.3.0Compare Source
Release Notes for 4.3.0
Feature release (minor)
Introduces PHP 8.4 Support
4.3.0
Enhancement
Documentation,Enhancement
renovate
v4.2.1Compare Source
Release Notes for 4.2.1
4.2.x bugfix release (patch)
4.2.1
Documentation,Enhancement
v4.2.0Compare Source
Release Notes for 4.2.0
Feature release (minor)
4.2.0
Enhancement
v4.1.0Compare Source
Release Notes for 4.1.0
Feature release (minor)
4.1.0
Documentation
Documentation,Enhancement
ServiceLocatorInterface#get()generic thanks to @InvisibleSmileyv4.0.2Compare Source
Release Notes for 4.0.2
4.0.x bugfix release (patch)
4.0.2
Bug,Documentation
v4.0.1Compare Source
Release Notes for 4.0.1
4.0.x bugfix release (patch)
4.0.1
Bug,Documentation
v4.0.0Compare Source
Release Notes for 4.0.0
Release Notes for 4.0.0
laminas-servicemanager4.0.0 is here and finally enables projects to consumepsr/containerv2.0.0 after 2 years along with several type-additions and plugin manager decoupling.The migration guide is not written yet but will be at some point (once we added support for SM v4 to other components) later.
Added
ServiceManager#get,PluginManagerInterface#getandServiceLocatorInterface#buildnow explicitly implementmixedas return-type to synchronize types withContainerInterface#getpsr/containerv1.1 and v2.0ReflectionBasedAbstractFactoryvialaminas-cliRemoved
Laminas\ServiceManager\AbstractFactoryInterfaceLaminas\ServiceManager\FactoryInterfaceLaminas\ServiceManager\InitializerInterfaceLaminas\ServiceManager\DelegatorFactoryInterfacevendor/binare removed in favor of thelaminas-cliintegration. All CLI commands of v3.x are accessible viavendor/bin/laminas servicemanager:<v3.x command name>oncelaminas/laminas-cliis required in the projects dependenciesConfigInterfaceandConfig-class since these files did not provide any validation logic and were just used to proxy the configuration array structureAbstractPluginManager#validateandAbstractPluginManager::$instanceOfproperty as in v3.x, implementing plugin managers were able to implicitlyvalidatemixed. In case an implementing plugin manager is providing a single$instanceOfsuch aslaminas-cache, there is a new classAbstractSingleInstancePluginManageravailable which requires the$instanceOfproperty to be configuredBreaking Changes
AbstractPluginManagerdoes not extendServiceManageranymore and instead uses an ownServiceManagerinstance under the hood to manage plugin manager related services which can be configured the same way as in v3.xvendor/binare now integrated vialaminas-cliand can be called viavendor/bin/laminasoncelaminas/laminas-cliis part of the projects requirements. Read more about how to consume these commands here.AbstractPluginManagerdoes not provide thevalidate-Method anymore and requires migration action such as:AbstractSingleInstancePluginManagerin case the plugin manager only provides instances of a specific interface- or class-string (please be aware that the$instanceOfproperty now requires nativestringproperty type)validatemethod and verify whatever type has to be returned and/or just allowmixedas v3.x did when omitting$instanceOfpropertyConfigInterfaceandConfig-class since these files did not provide any validation logic and were just used to proxy the configuration array structureServiceManagernorAbstractPluginManagerdo validate the provided configuration at runtime anymore. due to the psalm-types provided toServiceManager#__construct,ServiceManager#configure,AbstractPluginManager#__constructandAbstractPluginManager#configure, the configuration schema is strictly typed and thus, a miss-configuration can be mitigated on static-analysis level prior actual runtimeAbstractPluginManager#getdoes not accept options anymore, in case an instance with options needs to be created,AbstractPluginManager#buildhas to be used4.0.0
Enhancement
$thistoselfthanks to @boesingReflectionBasedAbstractFactorymapped factories thanks to @boesingBC Break,Enhancement
psr/containerv2 thanks to @boesing and @danielspkServiceManager#getServiceLocatormethod thanks to @boesingServiceManagerinheritance forAbstractPluginManagerthanks to @boesingRFC
AbstractPluginManager#validatethanks to @boesingServiceManagerasfinaland changeAbstractPluginManagerto use composition over inheritance thanks to @boesingBC Break
container-interop/container-interoppolyfill thanks to @boesingrenovate
Bug
laminas/laminas-validator (laminas/laminas-validator)
v3.12.0Compare Source
Release Notes for 3.12.0
Feature release (minor)
3.12.0
Dependencies,Documentation,QA
Documentation
markdownlintchanges thanks to @gsteelcontextparameter ofisValidtoarray<array-key, mixed>thanks to @gsteelrenovate
v3.11.0Compare Source
Release Notes for 3.11.0
Feature release (minor)
3.11.0
Enhancement,QA
v3.10.0Compare Source
Release Notes for 3.10.0
Feature release (minor)
3.10.0
Enhancement
v3.9.0Compare Source
Release Notes for 3.9.0
Feature release (minor)
3.9.0
Dependencies,Enhancement
Documentation,Enhancement,Feature Removal
ValidatorPluginManagerAwareInterfacethanks to @gsteelv3.8.0Compare Source
Release Notes for 3.8.0
Feature release (minor)
3.8.0
Bug
Enhancement
renovate
v3.7.3Compare Source
Release Notes for 3.7.3
3.7.3
Bug
ValidatorChainFactoryBuilding Plugins Manually thanks to @gsteelv3.7.2Compare Source
Release Notes for 3.7.2
3.7.x bugfix release (patch)
3.7.2
Bug
v3.7.1Compare Source
Release Notes for 3.7.1
3.7.x bugfix release (patch)
3.7.1
Bug
servicesnot availble to validator chains thanks to @gsteelv3.7.0Compare Source
Release Notes for 3.7.0
Feature release (minor)
3.7.0
Enhancement
v3.6.0Compare Source
Release Notes for 3.6.0
Feature release (minor)
3.6.0
Documentation,Enhancement
ValidatorChainviaValidatorPluginManagerthanks to @gsteelv3.5.0Compare Source
Release Notes for 3.5.0
Feature release (minor)
3.5.0
Enhancement
ValidatorChainInterfacein final classValidatorChainthanks to @adambalint-srgBug
Bug,QA
v3.4.2Compare Source
Release Notes for 3.4.2
Includes Bug Fixes from 2.64.4
2.64.x bugfix release (patch)
2.64.4
Bug
3.4.2
Bug
v3.4.1Compare Source
Release Notes for 3.4.1
3.4.x bugfix release (patch)
3.4.1
Bug
v3.4.0Compare Source
Release Notes for 3.4.0
Feature release (minor)
3.4.0
Enhancement
v3.3.0Compare Source
Release Notes for 3.3.0
Feature release (minor)
3.3.0
Enhancement
v3.2.0Compare Source
Release Notes for 3.2.0
Feature release (minor)
3.2.0
Enhancement
Bug
Dependencies,QA
v3.1.1Compare Source
Release Notes for 3.1.1
3.1.x bugfix release (patch)
3.1.1
Bug
v3.1.0Compare Source
Release Notes for 3.1.0
Feature release (minor)
3.1.0
Enhancement
Dependencies,Enhancement,QA
Bug
v3.0.1Compare Source
Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
Bug
Digitsvalidator thanks to @gsteelv3.0.0Compare Source
Release Notes for 3.0.0
next backward compatibility break release (major)
3.0.0
Enhancement
NotEmptyValidator Input Filter Affordances thanks to @gsteelcomposer-require-checkerin CI thanks to @gsteelsuggestthat are already inrequirethanks to @gsteel$this->optionsthanks to @gsteelStringLengththanks to @gsteelDocumentation
Documentation,Enhancement
$contextparameter](https://redirect.github.com/laminas/laminas-validator/pulConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Read more information about the use of Renovate Bot within Laminas.