Skip to content

Releases: just1689/entity-sync

v5.2.0

07 Jun 21:08

Choose a tag to compare

Support for websocket pass-through: you can provide a func that accepts a secret string and a []byte that will be called when the framework does not handle that particular incoming message.

v5.1.0

07 Jun 20:39

Choose a tag to compare

Changes in the API

v4.0.0

07 Jun 08:07

Choose a tag to compare

Moved to Gorilla mux

v3.0.1

06 Jun 19:07

Choose a tag to compare

Updated docs with better examples

v3.0

06 Jun 16:53

Choose a tag to compare

Secret support

Entity Sync now supports secrets.
A client can send a secret to the server over the websocket in the following format:

{
    "action": "subscribe",
    "body": {
        "id": "100",
        "entity": "items"
    }
}

The server will then pass that secret to the handler when a subscribed entity is mean to be synced. This enables your handler to implement any checks you may require ensuring the holder of that secret may receive the results from this EntityKey lookup

v2.0

04 Jun 20:49
df19e9a

Choose a tag to compare

Refactoring and restructuring. Changes to the API

v1.0

04 Jun 12:58

Choose a tag to compare

Version 1. It's alive!