Releases: CoCreate-app/CoCreate-socket-server
Releases · CoCreate-app/CoCreate-socket-server
v1.13.2
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
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
1.13.0 (2023-06-10)
Bug Fixes
Features
- Add CLI prompts for "organization_id" and "db" string (5e2b5ba)
v1.12.0
1.12.0 (2023-06-08)
Features
- Add CORS headers to WebSocket server. (4701892)
v1.11.0
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.3
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
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)