Skip to content

Releases: CoCreate-app/CoCreate-socket-server

v1.13.3

11 Jun 03:10
Compare
Choose a tag to compare

1.13.3 (2023-06-11)

Bug Fixes

v1.13.2

11 Jun 01:28
Compare
Choose a tag to compare

1.13.2 (2023-06-11)

Bug Fixes

  • renamed db to storage (4766428)
  • renamed hosts to host. the value can be a string or an array of strings (3c60a40)

v1.13.1

10 Jun 21:29
Compare
Choose a tag to compare

1.13.1 (2023-06-10)

Bug Fixes

  • Refactor authentication method to use token decoding 🚀 (249cf69)
  • Update dependencies versions for @cocreate libraries (b7d21f3)

v1.13.0

10 Jun 16:40
Compare
Choose a tag to compare

1.13.0 (2023-06-10)

Bug Fixes

Features

  • Add CLI prompts for "organization_id" and "db" string (5e2b5ba)

v1.12.1

08 Jun 00:52
Compare
Choose a tag to compare

1.12.1 (2023-06-08)

Bug Fixes

v1.12.0

08 Jun 00:07
Compare
Choose a tag to compare

1.12.0 (2023-06-08)

Features

  • Add CORS headers to WebSocket server. (4701892)

v1.11.0

07 Jun 22:32
Compare
Choose a tag to compare

1.11.0 (2023-06-07)

Bug Fixes

  • Refactor CoCreate.config.js to remove hard-coded credentials (4c1033a)
  • workflow (9594513)

Features

  • Refactor WebSocket server constructor and handleUpgrade method (0caa836)

v1.10.4

04 Jun 05:57
Compare
Choose a tag to compare

1.10.4 (2023-06-04)

Bug Fixes

v1.10.3

04 Jun 04:29
Compare
Choose a tag to compare

1.10.3 (2023-06-04)

Bug Fixes

  • semantic-release: worklow error solved by running node version 14 (cf66b25)
  • Update dependencies versions for @cocreate libraries (724730a)
  • workflow test (92af769)

v1.10.2

25 May 23:04
Compare
Choose a tag to compare

1.10.2 (2023-05-25)

Bug Fixes

  • Delete AsyncMessage.js as by design the results are async & refactor index.js Emitting; authorized data in send method (b47e6fc)