Closed fmauNeko closed 6 months ago
Issues
0 New issues
1 Accepted issue
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
:tada: This PR is included in version 2.30.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What does this PR do ?
The purpose of this PR is to expose the internal
Store
andObjectRepository
Kuzzle classes in order to be able to use them in plugins to provide caching.Other changes
Store
to TypeScript.Repository
toObjectRepository
because of a conflictingRepository
interface being exported at https://github.com/kuzzleio/kuzzle/blob/2-dev/lib/core/plugin/pluginContext.ts#L62