Skip to content

Commit

Permalink
Released v2.0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenyuan committed Mar 10, 2019
1 parent d9149a3 commit d112cd2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# nuster Changelog

## 2.0.8.18 - 2019-03-10

Upgrade to HAProxy v1.8.19

## 2.0.7.18 - 2019-01-29

### Fixed
Expand Down
19 changes: 9 additions & 10 deletions Download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,34 @@
Branch | nuster version | Released | Download | Notes
------ | -------------- | -------- | -------- | -----
master | | | | maybe broken
v1.8.x | 2.0.7.18 | [2019-01-29][3] | [nuster-2.0.7.18.tar.gz][4] | stable: cache, nosql, http2
v1.7.x | 1.0.2.17 | [2018-10-05][5] | [nuster-1.0.2.17.tar.gz][6] | stable: cache only
H1.8.x | 2.0.8.18 | [2019-03-10][3] | [nuster-2.0.8.18.tar.gz][4] | stable: cache, nosql, http2
H1.7.x | 1.0.2.17 | [2018-10-05][5] | [nuster-1.0.2.17.tar.gz][6] | stable: cache only
disk | | | | disk persistence
sync | | | | replication

[1]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.7.18
[2]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.7.18/nuster-2.0.7.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.7.18
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.7.18/nuster-2.0.7.18.tar.gz
[1]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.8.18
[2]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.8.18/nuster-2.0.8.18.tar.gz
[3]:https://github.com/jiangwenyuan/nuster/releases/tag/v2.0.8.18
[4]:https://github.com/jiangwenyuan/nuster/releases/download/v2.0.8.18/nuster-2.0.8.18.tar.gz
[5]:https://github.com/jiangwenyuan/nuster/releases/tag/v1.0.2.17
[6]:https://github.com/jiangwenyuan/nuster/releases/download/v1.0.2.17/nuster-1.0.2.17.tar.gz

## Versioning

Previously nuster used HAPROXY_VERSION.NUSTER_VERSION(eg, v1.8.8.3) which is very straightforward to find out the base HAProxy version, but very hard to tell whether it is a major release or just bug fix from a single NUSTER_VERSION.

Starting from v1.8.8.3, nuster uses a different version system as MAJOR.MINOR.PATCH.HAPROXY_BRANCH.
Nuster uses a version system as MAJOR.MINOR.PATCH.HAPROXY_BRANCH.

* MAJOR: big feature release of nuster
* MINOR: small features, haproxy branch update
* PATCH: bug fixes, haproxy minor updates
* HAPROXY_BRANCH: 17 stands for v1.7.x, 18 for v1.8.x
* HAPROXY_BRANCH: 17 stands for HAProxy v1.7.x, 18 for HAProxy v1.8.x

## Legacy versions

https://github.com/jiangwenyuan/nuster/releases

| nuster version | HAProxy version
| -------------- | ---------------
| 2.0.8.18 | 1.8.19
| 2.0.7.18 | 1.8.17
| 2.0.6.18 | 1.8.17
| 2.0.5.18 | 1.8.14
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 "2.0.7.18"
#define NUSTER_VERSION "2.0.8.18"
#define NUSTER_COPYRIGHT "2017-2019, Jiang Wenyuan, <koubunen AT gmail DOT com >"

#include <nuster/cache.h>
Expand Down

0 comments on commit d112cd2

Please sign in to comment.