Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce support for laminas/laminas-cache v4 #50

Merged
merged 9 commits into from
Jul 8, 2024

Conversation

boesing
Copy link
Member

@boesing boesing commented Jul 8, 2024

Q A
Documentation no
BC Break yes
New Feature yes

Description

This also introduces ExtMongoDbResourceManagerInterface to allow alternative resource manager implementations. Since laminas/laminas-cache v4 does provided dedicated Metadata objects per adapter, the ext-mongodb adapter now returns its own Metadata object providing the object ID of the document which holds the cache value.

boesing added 2 commits July 8, 2024 14:14
This also introduces `ExtMongoDbResourceManagerInterface` to allow alternative resource manager implementations.
Since `laminas/laminas-cache` v4 does provided dedicated `Metadata` objects per adapter, the `ext-mongodb` adapter now returns its own `Metadata` object providing the object ID of the document which holds the cache value.

Signed-off-by: Maximilian Bösing <[email protected]>
@boesing boesing added this to the 3.0.0 milestone Jul 8, 2024
@boesing boesing merged commit dbe5489 into laminas:3.0.x Jul 8, 2024
14 of 15 checks passed
@boesing boesing deleted the feature/laminas-cache-v4 branch July 8, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant