All Versions
10
Latest Version
1.9
Avg Release Cycle
82 days
Latest Release
2151 days ago

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.
  • v1.7 Changes

    January 17, 2017

    Good 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".
  • 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
  • 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 on gen_table.py