All Versions
10
Latest Version
Avg Release Cycle
82 days
Latest Release
2477 days ago
Changelog History
Changelog History
-
v1.9 Changes
June 06, 2018๐ A summary of what is in this release since 1.8:
- Modify storage engine for better performance, which is incompatible with previous version.
- ๐ Support data compression strategy.
- โก๏ธ Update benchmark.
- ๐ Many other fixes and improvements, 70+ commits since 1.8.
-
v1.8 Changes
April 21, 2017๐ A summary of what is in this release since 1.7:
- โฌ๏ธ Upgrade nginx to stable version
1.12.0
. Mainline version:1.11.13
. Previous mainline version:1.9.15
. You can get the details from official website: https://nginx.org/en/CHANGES-1.12 - โ Add
hustngx
(nginx module development kit) for hustmq HA & hustdb HA. See "More" in home page. - โ Add redis HA to be compatible with redis protocol. Now code is ready, waiting for the document.
- ๐ Many other fixes and improvements, 20+ commits since 1.7.
- โฌ๏ธ Upgrade nginx to stable version
-
v1.7 Changes
January 17, 2017Good news: now it is easier to build & deploy huststore.
๐ A summary of what is in this release since 1.6:
- ๐ Refactor the deployment process & documents, add quickstart document and many operation tools for user-friendly build & deployment.
- Refactor to decouple
ngx_http_peer_selector_module
and upstream's name. Now HA support multiple upstream using "customized_selector". - ๐ Many other fixes and improvements, 100+ commits since 1.6.
-
v1.6 Changes
December 22, 2016๐ A summary of what is in this release since 1.5:
- โ Add huststore benchmark tool kit & performance report & benchmark log.
- โ Add "/hustdb/hincrby" for hustdb, and "hincrby" for hustdb HA.
- ๐ Performance tuning on hustdb HA & hustmq HA.
- ๐ Many other fixes and improvements, 50+ commits since 1.5.
-
v1.5 Changes
November 25, 2016๐ A summary of what is in this release since 1.4:
- โฌ๏ธ Upgrade nginx to stable version
1.10.0
. Mainline version:1.9.15
. Previous mainline version:1.9.4
. You can get the details from official website. - โก๏ธ Update the project configuration for better configure & make.
- Fix bug on "ngx_http_fetch".
- โฌ๏ธ Upgrade nginx to stable version
-
v1.4 Changes
November 16, 2016๐ A summary of what is in this release since 1.3:
- โ Add "binlog" feature for better reliability & performance. This is an important service patch for "sync".
- โ Add "sismember2" for hustdb HA.
- ๐ Extract "third-party" for better build.
- ๐จ Refactor the code of hustdb HA & Hustmq HA & test scripts for better readability & maintainability.
- ๐ Many other fixes and improvements, 60 commits since 1.3.
-
v1.3 Changes
September 09, 2016๐ A summary of what is in this release since 1.2:
- Translate documents, 40+ commits since 1.2.
-
v1.2 Changes
August 23, 2016๐ A summary of what is in this release since 1.1:
- โ Add feature "rdb" (like redis, the data will be stored in memory for higher performance), see details.
- ๐จ Refactor ttl policy (from lazy ttl to active ttl)
- ๐ Many other fixes and improvements, 80+ commits since 1.1.
-
v1.1 Changes
June 16, 2016๐ This is the first stable release, with important bug fixes and a few new features:
- ๐จ Refactor the architect of HustDB HA, which is important for the availability of HA.
- libsync is extracted as a standlone sync server from master process of HA.
- In this version, when sync server is down by accident, the HA will still be healthy. (In pre-release, when something is wrong with libsync.so, the master of HA will be crash.)
- In this version, the HA could be smoothly upgraded in any condition. (In pre-release, if libsync.so is need to be upgraded, we need to stop master of HA first)
- โ Add daemon mode and "-q" command option to gracefully quit server for HustDB
- ๐ Fix bug on HustMQ HA & HustDB HA & sync server
- ๐จ Refactor the architect of HustDB HA, which is important for the availability of HA.
-
v1.0 Changes
May 28, 2016๐ This is an interim release before 1.1, with important bug fixes and a few new features:
- ๐
hustmq
&hustmq ha
: support redelivery in server side. hustmq ha
: support"queue_hash"
(similar as"ip_hash"
)hustdb ha
: implement high-consistence API for db query (get2
,hget2
,zscore2
)hustdb ha
: fix bug ongen_table.py
- ๐