huststore v1.1 Release Notes

Release Date: 2016-06-16 // almost 8 years ago
  • ๐Ÿš€ 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