RELEASENOTES.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Redis for Windows - https://github.com/tporadowski/redis
  2. ========================================================
  3. This file provides information about Windows-specific changes to Redis.
  4. For release notes related to original Redis project - please see 00-RELEASENOTES.
  5. --------------------------------------------------------
  6. 2021-10-18: Redis 5.0.14 for Windows
  7. https://github.com/tporadowski/redis/releases/tag/v5.0.14
  8. Bugfix/maintenance release of Redis for Windows, updated to be in sync with
  9. redis/5.0.14 (https://github.com/redis/redis/releases/tag/5.0.14).
  10. Additionally "SCRIPT DEBUG SYNC" is now available.
  11. --------------------------------------------------------
  12. 2020-11-08: Redis 5.0.10 for Windows
  13. https://github.com/tporadowski/redis/releases/tag/v5.0.10
  14. Bugfix/maintenance release of Redis for Windows, updated to be in sync with
  15. redis/5.0.10 (https://github.com/redis/redis/releases/tag/5.0.10)
  16. NOTE: active memory defragmentation feature ("activedefrag" option) is turned OFF.
  17. --------------------------------------------------------
  18. 2020-05-02: Redis 5.0.9 for Windows
  19. https://github.com/tporadowski/redis/releases/tag/v5.0.9
  20. First release of Redis 5.x for Windows, updated to be in sync with antirez/5.0.9.
  21. --------------------------------------------------------
  22. 2020-01-26: Redis 4.0.14.2 for Windows
  23. https://github.com/tporadowski/redis/releases/tag/v4.0.14.2
  24. This is a hotfix release of 4.0.14 branch that fixes #50 related to running in
  25. Sentinel mode.
  26. --------------------------------------------------------
  27. 2020-01-15: Redis 4.0.14.1 for Windows
  28. https://github.com/tporadowski/redis/releases/tag/v4.0.14.1
  29. This is a hotfix release of 4.0.14 branch that fixes 2 Windows-specific issues:
  30. * #46 - added support for older Windows versions (prior Windows 8 and Windows Server 2012)
  31. * #47 - fixed problem with parsing command-line arguments.
  32. --------------------------------------------------------
  33. 2019-08-29: Redis 4.0.14 for Windows
  34. https://github.com/tporadowski/redis/releases/tag/v4.0.14
  35. Redis 4.0.14 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release from MSOpenTech and original Redis 4.0.14.
  36. --------------------------------------------------------
  37. 2018-10-01: Redis for Windows 4.0.2.3 (alpha)
  38. This 4.0.2.3 release is still an alpha version, but contains enhancements and fixes for:
  39. * #14: decrease logging verbosity of some cluster-related messages
  40. * #23: ZRANK/ZREVRANK bugfix (win-port only)
  41. * failed unit tests (bdcf80e).
  42. --------------------------------------------------------
  43. 2018-03-26: Redis for Windows 4.0.2.2 (alpha)
  44. https://github.com/tporadowski/redis/releases/tag/v4.0.2.2-alpha
  45. This 4.0.2.2 release is still an alpha version, but contains a fix to issue #12
  46. (crash when rewriting AOF file - this issue was specific to Windows port only).
  47. --------------------------------------------------------
  48. 2018-03-17: Redis for Windows 4.0.2.1 (alpha)
  49. https://github.com/tporadowski/redis/releases/tag/v4.0.2.1-alpha
  50. This 4.0.2.1 release is still an alpha version, but contains a fix to issue #11,
  51. which was related to sending back larger amounts of data to Redis clients
  52. (this issue was specific to Windows port only).
  53. --------------------------------------------------------
  54. 2017-11-22: Redis 4.0.2 for Windows (alpha)
  55. https://github.com/tporadowski/redis/releases/tag/v4.0.2-alpha
  56. Alpha version of Redis 4.0.2 for Windows.
  57. Redis 4.0.2 for Windows is a merge of Windows-specific changes from latest (unsupported) 3.2.100 release
  58. from MSOpenTech and Redis 4.0.2 and this alpha release consists of:
  59. * all Redis 4.0.2 features except modules,
  60. * all executables of Redis (redis-server, redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb).
  61. Main difference to official Redis 4.0.2 (except no support for modules at the moment) is old version
  62. of jemalloc-win dependency, which is planned to be updated to the same version in beta release.