deepstream.io v2.3.0 Release Notes

  • ๐Ÿ”‹ Features

    • โž• Adds "storageHotPathPatterns" config option.
    • โž• Adds support for setData(): upsert-style record updates without requiring that a client is subscribed to the record. This uses a new 'CU' (Create and Update) message. The setData() API is up to 10x faster than subscribing, setting, then discarding a record.
    • ๐Ÿ‘Œ Support for connection endpoint plugins.

    โœจ Enhancements

    • ๐ŸŽ Significant performance improvements stemming from message batching.

    Miscellaneous

    • ๐Ÿšš Moved uws into a connection endpoint plugin.
    • Explicit state-machine that initializes and closes dependencies in a well-defined order.