Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-05-08 10:16:33 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2020-05-08 10:16:33 +0300
commit98499bbb18759da34456ca7d0deaff062d5c91a1 (patch)
tree2897f8b68e90407a41d127d9d5e039d260bbf023 /Changelog.md
parentb9b383f49939484dcddf1a5edefdb9d753baa7f8 (diff)
Update changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md38
1 files changed, 35 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index c778da2c..7b3b3d7d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,20 +14,52 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
-- Various small changes in cluster_library
+- Use the portable `ZEND_LONG_FORMAT` family instead of C format specifiers
+ [b9b383f4](https://github.com/phpredis/phpredis/commit/b9b383f4)
+ ([Remi Collet](https://github.com/remicollet))
+
+- Make unit test authentication configurable
+ [201a9759](https://github.com/phpredis/phpredis/commit/201a9759)
+ ([Michel Grunder](https://github.com/michael-grunder))
+
+- Various small changes in library and cluster_library
+ [73212e14](https://github.com/phpredis/phpredis/commit/73212e14),
[460c8f29](https://github.com/phpredis/phpredis/commit/460c8f29)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
- PHP 8 compatibility
- [9ee94ca4](https://github.com/phpredis/phpredis/commit/9ee94ca4)
+ [9ee94ca4](https://github.com/phpredis/phpredis/commit/9ee94ca4),
[7e4c7b3e](https://github.com/phpredis/phpredis/commit/7e4c7b3e)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
- Refactor PHPREDIS_GET_OBJECT macro
- [d5dadaf6](https://github.com/phpredis/phpredis/commit/d5dadaf6)
+ [d5dadaf6](https://github.com/phpredis/phpredis/commit/d5dadaf6),
[190c0d34](https://github.com/phpredis/phpredis/commit/190c0d34)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+- Fix documentation to show lPush and rPush are variadic
+ [6808cd6a](https://github.com/phpredis/phpredis/commit/6808cd6a)
+ ([Michel Grunder](https://github.com/michael-grunder))
+
+---
+
+## [5.2.2] - 2020-05-05 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.2), [PECL](https://pecl.php.net/package/redis/5.2.2))
+
+### Sponsors :sparkling_heart:
+
+- [Audiomack.com](https://audiomack.com)
+- [Till Krüss](https://github.com/tillkruss)
+
+### Changed
+
+- Inexpensive liveness check, and making ECHO optional
+ [56898f81](https://github.com/phpredis/phpredis/commit/56898f81)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+
+- Move `AUTH` to `redis_sock_server_open`
+ [80f2529b](https://github.com/phpredis/phpredis/commit/80f2529b)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+
---
## [5.2.1] - 2020-03-19 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.1), [PECL](https://pecl.php.net/package/redis/5.2.1))