Releases: PHPSocialNetwork/phpfastcache
Releases · PHPSocialNetwork/phpfastcache
7.1.0
"Wake the rust"
-
Drivers
- Fixed #692 // MongoDB driver DNS seedlist format (@Geolim4)
- Fixed #679 // TLS connexion for (P)Redis (@Geolim4)
- Fixed #689 // (P)redis persistent / pooled connections (@Geolim4)
- Fixed #680 // APC driverClear fails (@Geolim4)
- Fixed #699 // Fatal type error with ssdb-server >1.9.7 (@dmz86)
- Fixed #694 // Files driver rare bug (@Geolim4)
-
Helpers
- Fixed #700 // Psr16Adapter::deleteMultiple/getMultiple converts $keys to an array (@bylexus)
- Fixed #685 // Minor bug - fatal error in psr16 adapter if an exception is thrown (@MaximilianKresse)
-
Global
-
Misc
6.1.4
7.0.5
7.0.4
7.0.3
"Rust is part of beauty after all !"
- Core
- Drivers
- Misc
- Fixed #637 // Corrupted badges on Github readme pages
7.0.2
"Rust is getting some gold !"
- Core
- Added more Opcache/Type hint optimizations (@Geolim4)
- Drivers
- Implemented #627 // Redis/Predis "prefix" option (@Geolim4)
- Fixed bug in Apcu driver with abstract getStats() method (@afdaniele)
- Added Mongodb cluster support and uri options (@UnRyongPark)
- Misc
7.0.1
6.1.3
- Global
- Added "ext-couchbase" suggestion
- Fixed Datetime type hints in ItemExtendedTrait
- Fixed Datetime type hints in ItemBaseTrait
- Core
- Updated ExtendedCacheItemPoolTrait::deregisterItem() to now only accept string as parameter
- Drivers
- Preventive hotfix for #614 // Files driver randomly throwing exception
- Cleaned up the Mongodb driver
- Fixed Mongodb clear() method
- Tests
- Fixed randomly failing test Github-#560
- Added Mongodb test since travis now supports it
- Misc
- Fixed broken link due to renamed "final" branch
- Updated README to warn users about v7 compatibility
- Removed mongodb extension from ini
7.0.0
We found gold !
- Global
- Core
- Updated some left functions/constants namespaces that were still not absolute (@Geolim4)
- Autoload: Isolated PFC_* constant in their own namespace to not pollute php's root namespace (@Geolim4)
- Added new exception interface
Phpfastcache\Exceptions\PhpfastcacheExceptionInterface
that will handle all Phpfastcache-related exceptions (@Geolim4) - Updated CacheManager code by splitting some portions of code into different methods (@Geolim4)
- Drivers
- Upgraded Couchbase to PHP SDK 2.4 as per #599 (@git-webmaster, @Geolim4)
- Added Couchbase SDK update notice to migration guide (@Geolim4)
- Tests
- Misc
- Added Anton (@git-webmaster) to our "hall of fame" (@Geolim4)
- Added "ext-couchbase" suggestion
- Updated every annotations/comments/documentation links from HTTP to HTTPS (if available) (@Geolim4)