Skip to content

Releases: redis/hiredis

1.4.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:54

This is a security fix release. All users of hiredis 1.4.x are strongly encouraged to upgrade.

🔒 Security Fixes

  • Prevent arbitrarily nested replies from causing a stack overflow (#1340)
  • Protect against overflow of map elements (#1341)

Acknowledgements

Vulnerability discovered by He Huang (hehuang@swin.edu.au), Swinburne University of Technology, Melbourne, Australia; discovered using NexusSan.

1.3.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:54

This is a security fix release. All users of hiredis 1.3.x are strongly encouraged to upgrade.

🔒 Security Fixes

  • Prevent arbitrarily nested replies from causing a stack overflow (#1339)
  • Protect against overflow of map elements (#1342)

Acknowledgements

Vulnerability discovered by He Huang (hehuang@swin.edu.au), Swinburne University of Technology, Melbourne, Australia; discovered using NexusSan.

1.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:54
09fb1a5

This is a security fix release. All users of hiredis 1.2.x are strongly encouraged to upgrade.

🔒 Security Fixes

  • Prevent arbitrarily nested replies from causing a stack overflow (#1338)
  • Protect against overflow of map elements (#1343)

🧰 Maintenance

  • Update minimum CMake version to 3.7 (#1347)

Acknowledgements

Vulnerability discovered by He Huang (hehuang@swin.edu.au), Swinburne University of Technology, Melbourne, Australia; discovered using NexusSan.

1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 15:53
af18a84

This is a security fix release. All users of hiredis 1.1.x are strongly encouraged to upgrade.

🔒 Security Fixes

  • Prevent arbitrarily nested replies from causing a stack overflow (#1337)
  • Protect against overflow of map elements (#1344)

🧰 Maintenance

  • Rework searching for OpenSSL (#1348)
  • Update minimum CMake version to 3.7 (#1349)

Acknowledgements

Vulnerability discovered by He Huang (hehuang@swin.edu.au), Swinburne University of Technology, Melbourne, Australia; discovered using NexusSan.

1.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 14:12
67c88a0

Changes

🚀 Improvements

🐛 Bug Fixes

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@JonasKruckenberg, @collinfunk, @fcostaoliveira, @feihongmeilian, @koenvandesande, @lennyly, @memark, @michael-grunder, @uglide and Charlie Tonneslan

1.3.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 11:16
ccad7eb

Changes

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@AgranatMarkit, @Romain-Geissler-1A, @StefanPalashev, @ZhongRuoyu, @chayim, @crrodriguez, @dwdougherty, @eitlane, @git-hulk, @mGaosi, @michael-grunder, @opoplawski, @testwill, @uglide, @uilianries, @yann-morin-1998 and StefanPalashev

1.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:34
60e5075

Changes

Breaking Changes

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@Neverlord, @Oipo, @autoantwort, @chayim, @ffontaine, @hudayou, @michael-grunder, @postgraph, @tezc, @tillkruss, @valentinogeron, @vityafx, @windyakin, @yossigo and @zuiderkwast

1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 05:13

🐛 Bug Fixes

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@bjosv, @filipecosta90, @michael-grunder, @pata00 and dachui

1.1.0-rc1

1.1.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Nov 04:00

1.1.0-rc1

Announcing Hiredis v1.1.0-rc1, with better SSL convenience, new async adapters, and a great many bug fixes.

🚀 New Features

🐛 Bug Fixes

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@EricDeng1001, @Lipraxde, @MichaelSuen-thePointer, @SukkaW, @adobeturchenko, @afcidk,
@bit0fun, @bjosv, @bugwz, @catterer, @chayim, @devnexen, @ffontaine, @ithewei, @jengab,
@kristjanvalur, @michael-grunder, @noxiouz, @mtdxc, @orgads, @pbtummillo, @pizhenwei,
@scddev, @smmir-cent, @stanhu, @sundb, @vturchenko, @xkszltl, @yossigo, @zhangtaoXT5,
@zuiderkwast

1.0.2

Choose a tag to compare

@michael-grunder michael-grunder released this 02 Nov 23:44

Upgrade urgency: SECURITY, contains fixes to security issues.

  • Fix for CVE-2021-32765 which is integer overflow to buffer overflow bug.