使用标签,可以标记提交历史上的特定点为重要提交
  • v1.0.0   Release of v1.0.0 Hiredis v1.0.0 marks the first stable release of Hiredis and introduces RESP3 support, SSL connections, allocator injection, better Windows support, and more. IMPORTANT: There are breaking changes in this release meaning your code will need to be recompiled and may need small changes. The exact details of the breaking changes can be found in README.md. CHANGELOG.md has a detailed list of changes between v0.14.1 and v1.0.0. ~~~ Thank you to everyone who contriubuted to the project by submitting PRs, reporting bugs, or helping answer people's questions. And a special thank you to the following people who contributed at least five lines of code to this release (sorted by lines contributed) \o/ Michael Grunder, Yossi Gottlieb, Mark Nunberg, Marcus Geelnard, Justin Brewer, Minun Dragonation, Omri Steiner, Sangmoon Yi, Jinjiazh, Odin Hultgren Van Der Horst, Nick Rivera, Qi Yang, kevin1018
    d5b4c69b · Prepare for v1.0.0 GA ·
  • v1.0.0-rc1   Release of v1.0.0-rc1 This is the first release candidate for Hiredis v1.0.0 which introduces RESP3 support, SSL connections, allocator injection, better Windows support, and more. IMPORTANT: There are breaking changes in this release meaning your code will need to be recompiled and may need small changes. The exact details of the breaking changes can be found in README.md. CHANGELOG.md has a detailed list of changes between v0.14.1 and v1.0.0-rc1. ~~~ Thank you to everyone who contriubuted to the project by submitting PRs, reporting bugs, or helping answer people's questions. And a special thank you to the following people who contributed at least five lines of code to this release (sorted by lines contributed) \o/ Michael Grunder, Yossi Gottlieb, Mark Nunberg, Marcus Geelnard, Justin Brewer, Minun Dragonation, Omri Steiner, Sangmoon Yi, Jinjiazh, Odin Hultgren Van Der Horst, Nick Rivera, Qi Yang, kevin1018
  • v0.14.1   Release of 0.14.1 This is a small patch containing a fix for CVE-2020-7105 (failure to check for NULL return when allocating memory).
  • v0.14.0   Release of 0.14.0 The version number has been bumped in order to highlight some ABI changes (which should technically be their own major version, but hiredis is still technically in pre-release). This is the first tagged release for a while, and the changes are numerous, but is essentially a 'checkpoint' release to ensure we are using more or less the same version as redis-cli
  • v0.13.3   * Revert "Clear `REDIS_CONNECTED` flag when connection is closed". * Make tests pass on FreeBSD (Thanks, Giacomo Olgeni) If the `REDIS_CONNECTED` flag is cleared, the async onDisconnect callback function will never be called. This causes problems as the disconnect is never reported back to the user.
    01075602 · Release version 0.13.3 ·
  • v0.13.2   * Prevent crash on pending replies in async code (Thanks, @switch-st) * Clear `REDIS_CONNECTED` flag when connection is closed (Thanks, Jerry Jacobs) * Add MacOS X addapter (Thanks, @dizzus) * Add Qt adapter (Thanks, Pietro Cerutti) * Add Ivykis adapter (Thanks, Gergely Nagy) All adapters are provided as is and are only tested where possible.
    53c32439 · Release version 0.13.2 ·
  • v0.13.1   This is a bug fix release. The new `reconnect` method introduced new struct members, which clashed with pre-defined names in pre-C99 code. Another commit forced C99 compilation just to make it work, but of course this is not desirable for outside projects. Other non-C99 code can now use hiredis as usual again. Sorry for the inconvenience. * Fix memory leak in async reply handling (Salvatore Sanfilippo) * Rename struct member to avoid name clash with pre-c99 code (Alex Balashov, ncopa)
    f58dd249 · Release version 0.13.1 ·
  • v0.13.0   Release version 0.13.0 This release adds a minimal Windows compatibility layer. The parser, standalone since v0.12.0, can now be compiled on Windows (and thus used in other client libraries as well) * Windows compatibility layer for parser code (tzickel) * Properly escape data printed to PKGCONF file (Dan Skorupski) * Fix tests when assert() undefined (Keith Bennett, Matt Stancliff) * Implement a reconnect method for the client context, this changes the structure of `redisContext` (Aaron Bedra)
    31436c33 · Release version 0.13.0 ·
  • v0.12.1
    9be3a07d · Release hiredis 0.12.1 ·
  • v0.12.0
    7b51834c · Increase version to 0.12.0 ·
  • v0.11.0
  • v0.10.1
    3cc6a7f2 · Bump patch version ·
  • v0.10.0
    6d026b70 · Bump version to 0.10.0 ·
  • v0.9.2
    0fbfa45f · Bump version ·
  • v0.9.1
    89c69272 · Bump version ·
  • v0.9.0
  • v0.0.1