Skip to content

Released 9.1.0 #857

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

Merged
merged 29 commits into from
Apr 3, 2022
Merged

Released 9.1.0 #857

merged 29 commits into from
Apr 3, 2022

Conversation

Geolim4
Copy link
Member

@Geolim4 Geolim4 commented Apr 3, 2022

Proposed changes

9.1.0

04 april 2022
  • API
  • Core
    • Added \Phpfastcache\Helper\UninstanciableObjectTrait trait which will contains base locked constructor for any classes that are nor meant to be instanciated.
    • Deprecated \Phpfastcache\Config\Config::class
    • Removed/reworked/improved dead/unreachable/redundant/obsolete code, thanks to Phpstan
  • Drivers
    • Added Solr driver support
  • Events
    • Added \Phpfastcache\Event\EventInterface for \Phpfastcache\Event\Event and subclasses below
    • Added \Phpfastcache\Drivers\Arangodb\Event for Arangodb events
    • Added \Phpfastcache\Drivers\Dynamodb\Event for Dynamodb events
    • Added \Phpfastcache\Drivers\Solr\Event for Solr events
    • Moved the following constant from \Phpfastcache\Event\Event to their respective drivers: ARANGODB_CONNECTION, ARANGODB_COLLECTION_PARAMS, DYNAMODB_CREATE_TABLE
  • Cluster
  • Misc
    • Full PSR-12 compliance is now enforced by PHPCS
    • Multiple typo fixes (@mbiebl)
    • Updated composer suggestions and CI builder dependencies

Types of changes

What types of changes does your code introduce to Phpfastcache?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves an existing code/behavior)
  • Deprecated third party dependency update
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation/Typo/Resource update that does not involve any code modification

Agreement

I have read the CONTRIBUTING and CODING GUIDELINE docs

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 22:32 Inactive
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 22:35 Inactive
pfc-bot
pfc-bot previously approved these changes Apr 3, 2022
@Geolim4 Geolim4 enabled auto-merge April 3, 2022 22:37
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 22:51 Inactive
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 22:52 Inactive
pfc-bot
pfc-bot previously approved these changes Apr 3, 2022
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 22:54 Inactive
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 23:02 Inactive
@Geolim4 Geolim4 temporarily deployed to github-ci April 3, 2022 23:02 Inactive
@Geolim4 Geolim4 merged commit c871f98 into master Apr 3, 2022
@Geolim4 Geolim4 changed the title V9 Released 9.1.0 Apr 15, 2022
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.

ClusterReplication drivers are saving erroneous expiration date in low-level backends
3 participants