deepstream.io v6.1.0 Release Notes

  • ๐Ÿ›  Fix

    • Send write ack error messages when cache, storage or permission fails. For this to work it requires client version >= 6
    • ๐Ÿšš Do not remove cluster nodes if cluster size is 1

    ๐Ÿ”‹ Feature

    • Enable vertical cluster node option: ๐Ÿ”€ Now we can use all available cores in a vertical cluster! By setting the cluster option to clusterNode: { name: 'vertical' } you can run as many deepstream instances you want in each of the server cores and it will be one syncronized cluster.