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

Merge release 2.13.0 into 3.0.x #161

Merged
merged 4 commits into from Aug 8, 2021
Merged

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Aug 8, 2021

Release Notes for 2.13.0

Feature release (minor)

Changed

  • The already deprecated PatternFactory no longer suggests the PatternPluginManager as an alternative.

Deprecated

  • Deprecated the PatternPluginManager as with v3.0.0, cache pattern do require strict dependency injection. Since most of the cache pattern depend on a storage implementation, which are not longer known by this component as of v3, a dynamic factory for the cache pattern won't be suitable anymore.
  • Deprecated the pattern factories PatternCacheFactory and StoragePatternCacheFactory which were introduced in v2.12.0 to provide forward compatibility for the new StorageCapableInterface implementing patterns.

2.13.0

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

…ole` is available

Fixes #149

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
To avoid having PCRE compilation error regarding `number too big`, we have to limit the maximum key length of the decorator. This will allow us to keep the performance benefits of `preg_match` while still allowing more than the initial 64 characters limit.

Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing force-pushed the 2.13.x-merge-up-into-3.0.x_rFExZKZd branch from 566948e to 4ddd065 Compare August 8, 2021 10:33
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@boesing boesing merged commit 976f179 into 3.0.x Aug 8, 2021
@boesing boesing deleted the 2.13.x-merge-up-into-3.0.x_rFExZKZd branch August 8, 2021 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant