Skip to content

[2.3.0] - 2017.05.29

Choose a tag to compare

@AlexBHarley AlexBHarley released this 29 May 15:48
· 962 commits to master since this release

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.