Skip to content

v1.29.0

Compare
Choose a tag to compare
@frankpagan frankpagan released this 09 Oct 02:58
· 95 commits to master since this release

1.29.0 (2023-10-09)

Bug Fixes

  • Adding data.socketId in send() (a9a76ab)
  • broadcastBrowser defaults to false. (4e2756c)
  • if condition for data.apikey and data.user_id (dec59f0)
  • onMessage broadcastClient (afd8c9d)
  • removed console.logs (6ea5b22)
  • socket.config items moved to socket (8d269b3)
  • status resolved (5025f64)
  • update to use data.socketId and data.clientId (b67b2a4)
  • use message_log (866e7d7)

Features

  • add urlEndcode to socket url so that the server can return un synced messages (5784a87)
  • Applied '@cocreate/config' to get and set config data (695fa42)
  • await organization_id() returns promise and stores for future request (760dc66)
  • broadcastBrowser and broadcastClient (566b06b)
  • get(), set(), has() and delete() to manage sockets by id or url (4579988)
  • getClientId() to return clientId created for the origin, follows same origin policies (b7854c1)
  • getDate from ObjectId and use for lastSynced (5be2dc3)
  • onMessage handling of broadcastClient and broadcastBrowser (a22fd82)
  • Update token to options object containing token and options (c4c2f1b)