Skip to content

Commit 87c83cf

Browse files
committed
Released v5.2.3.22
1 parent 9272044 commit 87c83cf

3 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# nuster Changelog
22

3+
## 5.2.3.22 - 2020-09-28
4+
5+
Update to HAProxy v2.2.3
6+
7+
### Fixed
8+
9+
* Broken nosql function
10+
* Disk cache failed handle empty response
11+
* 100% CPU usage in disk load thread
12+
313
## 5.2.2.22 - 2020-08-08
414

515
Update to HAProxy v2.2.2

Download.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
Branch | nuster version | Released | Status | Download
55
------ | -------------- | -------- | ------ | --------
6-
master | | | HAProxy v2.3-dev0 |
7-
5.2 | 5.2.2.22 | 2020-08-08 | Stable version | [nuster-5.2.2.22.tar.gz][6]
6+
master | | | HAProxy v2.3-dev5 |
7+
5.2 | 5.2.3.22 | 2020-09-28 | Stable version | [nuster-5.2.3.22.tar.gz][6]
88
5.1 | 5.1.0.21 | 2020-07-09 | Mainline version | [nuster-5.1.0.21.tar.gz][5]
99
H2.1 | 5.0.13.21 | 2020-07-09 | Unmaintained | [nuster-5.0.13.21.tar.gz][4], renumbered to 5.1.0.21
1010
H2.0 | 4.0.1.20 | 2020-04-11 | Unmaintained | ~nuster-4.0.1.20.tar.gz~
1111
H1.9 | 3.2.5.19 | 2020-04-13 | Critical fixes only | [nuster-3.2.5.19.tar.gz][3]
1212
H1.8 | 2.0.16.18 | 2020-04-13 | Critical fixes only | [nuster-2.0.16.18.tar.gz][2]
1313
H1.7 | 1.0.3.17 | 2019-11-02 | Unmaintained | [nuster-1.0.3.17.tar.gz][1]
1414

15-
[6]:https://github.com/jiangwenyuan/nuster/releases/download/v5.2.2.22/nuster-5.2.2.22.tar.gz
15+
[6]:https://github.com/jiangwenyuan/nuster/releases/download/v5.2.3.22/nuster-5.2.3.22.tar.gz
1616
[5]:https://github.com/jiangwenyuan/nuster/releases/download/v5.1.0.21/nuster-5.1.0.21.tar.gz
1717
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.13.21/nuster-5.0.13.21.tar.gz
1818
[3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.2.5.19/nuster-3.2.5.19.tar.gz
@@ -37,6 +37,7 @@ https://github.com/jiangwenyuan/nuster/releases
3737

3838
| nuster version | Base HAProxy version
3939
| -------------- | ---------------
40+
| [5.2.3.22](https://github.com/jiangwenyuan/nuster/releases/tag/v5.2.3.22) | 2.2.3
4041
| [5.2.2.22](https://github.com/jiangwenyuan/nuster/releases/tag/v5.2.2.22) | 2.2.2
4142
| [5.2.1.22](https://github.com/jiangwenyuan/nuster/releases/tag/v5.2.1.22) | 2.2.0
4243
| [5.1.0.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.1.0.21) | 2.1.7

include/nuster/nuster.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef _NUSTER_H
2323
#define _NUSTER_H
2424

25-
#define NUSTER_VERSION "5.2.2.22"
25+
#define NUSTER_VERSION "5.2.3.22"
2626
#define NUSTER_COPYRIGHT "2017-present, Jiang Wenyuan, <koubunen AT gmail DOT com >"
2727

2828
#include <haproxy/applet-t.h>

0 commit comments

Comments
 (0)