Skip to content

Commit

Permalink
Released nuster v5.0.8.21
Browse files Browse the repository at this point in the history
(cherry picked from commit c924cfb)
  • Loading branch information
jiangwenyuan committed May 19, 2020
1 parent 0d103da commit 43fb95b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# nuster Changelog

## 5.0.7.20 - 2020-09-05
## 5.0.8.20 - 2020-05-09

### Added

* Add use-stale

### Changed

* Enforce unique rule name
* Use name again and check proxy and rule name in advance
* Fix incorrect purge mode check
* Save proxy and rule name into disk
* Move txn.buf to ctx
* Use prop in disk_store_init, simplify meta_init
* Use prop in various functions
* Remove unused entry.rule
* Remove unused proxy uuid in ctx and entry, remove rule.id
* Use proxy name and rule name for purging
* Add proxy to entry and ctx

## 5.0.7.20 - 2020-05-09

### Fixed

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.7.21 | 2020-05-09 | Stable version | [nuster-5.0.7.21.tar.gz][4]
H2.1 | 5.0.8.21 | 2020-05-19 | Stable version | [nuster-5.0.8.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.7.21/nuster-5.0.7.21.tar.gz
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v5.0.8.21/nuster-5.0.8.21.tar.gz

## Versioning

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

| nuster version | Base HAProxy version
| -------------- | ---------------
| [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
| [5.0.5.21](https://github.com/jiangwenyuan/nuster/releases/tag/v5.0.5.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.7.21"
#define NUSTER_VERSION "5.0.8.21"
#define NUSTER_COPYRIGHT "2017-present, Jiang Wenyuan, <koubunen AT gmail DOT com >"

#include <types/applet.h>
Expand Down

0 comments on commit 43fb95b

Please sign in to comment.