Skip to content

Releases: jiangwenyuan/nuster

v2.0.1.18

05 Aug 06:34
Compare
Choose a tag to compare

Upgrade HAProxy to v1.8.13

v2.0.0.18

06 Jul 11:56
Compare
Choose a tag to compare

v2.0.0.18 - 2018-07-06

Add NoSQL mode.

NuSTER can be used as a RESTful NoSQL cache server, using HTTP POST/GET/DELETE to set/get/delete Key/Value object.

It can be used as an internal NoSQL cache sits between your application and database like Memcached or Redis as well as a user facing NoSQL cache that sits between end user and your application.
It supports headers, cookies, so you can store per-user data to same endpoint.

  • All features from HAProxy(HTTPS, HTTP/2, ACL, etc)
  • Conditional cache
  • Internal KV cache
  • User facing RESTful cache
  • Support any kind of data
  • Support all programming languages as long as HTTP is supported

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.

  • 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

v1.1.1.18

06 Jul 11:49
Compare
Choose a tag to compare

Merge HAProxy v1.8.12

v1.1.0.18

06 Jul 11:48
Compare
Choose a tag to compare

New version v1.1.0.18, previous v1.8.8.3

v1.0.0.17

06 Jul 11:43
Compare
Choose a tag to compare

v1.0.0.17, previous v1.7.11.3

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 r

Starting from v1.8.8.3, nuster uses a different 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

v1.8.8.3

08 Jun 12:42
Compare
Choose a tag to compare

1.8.8.3 - 2018-06-08

Fixed

  • Broken rule key parser in config file (Thanks to Nelson)

v1.7.11.3

08 Jun 12:41
Compare
Choose a tag to compare

1.7.11.3 - 2018-06-08

Fixed

  • Broken rule key parser in config file (Thanks to Nelson)

v1.8.8.2

29 May 00:42
Compare
Choose a tag to compare

Fixed

  • Rare case segfault when comparing a valid entry with null entry->key (Thanks to Martin)
  • Incorrect address when appending separator to long cache key (Thanks to Klaus)

v1.7.11.2

29 May 00:33
Compare
Choose a tag to compare

Fixed

  • Rare case segfault when comparing a valid entry with null entry->key (Thanks to Martin)
  • Incorrect address when appending separator to long cache key (Thanks to Klaus)

v1.8.8.1

07 May 13:15
Compare
Choose a tag to compare

Upgrade to HAProxy v1.8.8, HTTP2 support, multiple threads