You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.