Skip to content

Commit

Permalink
Released nuster v5.0.9.21
Browse files Browse the repository at this point in the history
(cherry picked from commit 2d7ef81)
  • Loading branch information
jiangwenyuan committed May 20, 2020
1 parent 2566eb6 commit e5ecfa6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# nuster Changelog

## 5.0.8.20 - 2020-05-09
## 5.0.9.21 - 2020-05-20

### Fixed

* Fix incorrectly deletetion of disk cache when use-stale is on

## 5.0.8.21 - 2020-05-19

### Added

Expand All @@ -20,7 +26,7 @@
* Use proxy name and rule name for purging
* Add proxy to entry and ctx

## 5.0.7.20 - 2020-05-09
## 5.0.7.21 - 2020-05-09

### Fixed

Expand All @@ -46,7 +52,7 @@ Move etag/last-modified handler to http
Check max ttl and wait
Update wait format, use on/off

## 5.0.6.20 - 2020-05-05
## 5.0.6.21 - 2020-05-05

### Fixed

Expand All @@ -62,7 +68,7 @@ Add a mechanism to speed up the data clean process
Record invalid ring.data count
Add store into dict and add ring.invalid

## 5.0.5.20 - 2020-05-03
## 5.0.5.21 - 2020-05-03

### Fixed

Expand Down Expand Up @@ -101,13 +107,13 @@ Add store into dict and add ring.invalid
* Suppress build warnings
* Fix incorrect handling of offset in payload update

## 5.0.4.20 - 2020-04-22
## 5.0.4.21 - 2020-04-22

### Fixed

* Payload does not send completely

## 5.0.3.20 - 2020-04-21
## 5.0.3.21 - 2020-04-21

### Changed

Expand All @@ -120,7 +126,7 @@ Add store into dict and add ring.invalid
* Update README, add new sample fetches
* Add several new sample fetch

## 5.0.2.20 - 2020-04-15
## 5.0.2.21 - 2020-04-15

### Fixed

Expand All @@ -134,7 +140,7 @@ Add store into dict and add ring.invalid
* Fix incorrect clients decrement
* Fix bogus stream spinning issue.

## 5.0.1.20 - 2020-04-13
## 5.0.1.21 - 2020-04-13

### Fixed

Expand All @@ -148,7 +154,7 @@ Add store into dict and add ring.invalid
* Set ctx.ring.data to NULl on ring_data_add failure
* Fix disk_cleanup readdir error

## 5.0.0.20 - 2020-04-11
## 5.0.0.21 - 2020-04-11

A complete refactored version based on HTX version of HAProxy. Lots of changes, updates, improvements, to name a few:

Expand All @@ -159,7 +165,7 @@ A complete refactored version based on HTX version of HAProxy. Lots of changes,
* Create new key, avoided redundant compuating, improved performance
* Unified lots of components

## 5.0.0.20-dev1 - 2020-02-14
## 5.0.0.21-dev1 - 2020-02-14

Upgrade to HAProxy v2.1.3

Expand Down
5 changes: 3 additions & 2 deletions Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Branch | nuster version | Released | Status | Download
------ | -------------- | -------- | ------ | --------
master | | | HAProxy v2.2-dev7 |
H2.1 | 5.0.8.21 | 2020-05-19 | Stable version | [nuster-5.0.8.21.tar.gz][4]
H2.1 | 5.0.9.21 | 2020-05-20 | Stable version | [nuster-5.0.9.21.tar.gz][4]
H2.0 | 4.0.1.20 | 2020-04-11 | Unmaintained | ~nuster-4.0.1.20.tar.gz~
H1.9 | 3.2.5.19 | 2020-04-13 | Stable version | [nuster-3.2.5.19.tar.gz][3]
H1.8 | 2.0.16.18 | 2020-04-13 | Stable version | [nuster-2.0.16.18.tar.gz][2]
Expand All @@ -13,7 +13,7 @@ H1.7 | 1.0.3.17 | 2019-11-02 | Unmaintained | [nuster-1.0.3.17.tar.
[1]:https://github.com/jiangwenyuan/nuster/releases/download/v1.0.3.17/nuster-1.0.3.17.tar.gz
[2]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.16.18/nuster-2.0.16.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/download/v3.2.5.19/nuster-3.2.5.19.tar.gz
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.8.21/nuster-5.0.8.21.tar.gz
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.9.21/nuster-5.0.9.21.tar.gz

## Versioning

Expand All @@ -30,6 +30,7 @@ https://github.com/jiangwenyuan/nuster/releases

| nuster version | Base HAProxy version
| -------------- | ---------------
| [5.0.9.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.9.21) | 2.1.4
| [5.0.8.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.8.21) | 2.1.4
| [5.0.7.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.7.21) | 2.1.4
| [5.0.6.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.6.21) | 2.1.4
Expand Down
2 changes: 1 addition & 1 deletion include/nuster/nuster.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef _NUSTER_H
#define _NUSTER_H

#define NUSTER_VERSION "5.0.8.21"
#define NUSTER_VERSION "5.0.9.21"
#define NUSTER_COPYRIGHT "2017-present, Jiang Wenyuan, <koubunen AT gmail DOT com >"

#include <types/applet.h>
Expand Down

0 comments on commit e5ecfa6

Please sign in to comment.