Skip to content

Releases: peers/peerjs-server

v1.0.0-rc.5

09 Jan 20:30
2bbb21f
Compare
Choose a tag to compare
v1.0.0-rc.5 Pre-release
Pre-release

1.0.0-rc.5 (2023-01-09)

Bug Fixes

Features

v1.0.0-rc.4

17 Nov 20:07
1893651
Compare
Choose a tag to compare
v1.0.0-rc.4 Pre-release
Pre-release

1.0.0-rc.4 (2022-11-17)

Bug Fixes

  • the server could crash if a client sends invalid frames (29394de)

v1.0.0-rc.3

10 Nov 10:49
fb3d0d2
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

1.0.0-rc.3 (2022-11-10)

Bug Fixes

  • the server could crash if a client sends invalid frames (33e6d75), closes #290

v1.0.0-rc.2

30 Oct 12:48
3ff5873
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2022-10-30)

Features

  • remove deprecated XHR fallback (d900145)

BREAKING CHANGES

  • Requires PeerJS >= 1.0

v1.0.0-rc.1

29 Oct 19:57
d425f49
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

1.0.0-rc.1 (2022-10-29)

Bug Fixes

  • npm audit: Updates all dependencies that cause npm audit to issue a warning (1aaafbc), closes #287

Features

  • drop Node {10,11,12,13} support (b70ed79)

Performance Improvements

  • use the builtin UUID generator for Peer ids instead of the uuid module (5d882dd)

BREAKING CHANGES

  • Node >= 14 required

14 is the oldest currently supported version. See https://github.com/nodejs/release#release-schedule

Release 0.6.1

28 Nov 07:37
Compare
Choose a tag to compare
v0.6.1

Bump version to 0.6.1

Release 0.5.3

11 May 18:31
Compare
Choose a tag to compare
  • PeerServer uses yargs instead of an outdated minimist. #190 Thanks @hobindar

Release 0.5.2

11 May 18:17
4009273
Compare
Choose a tag to compare
  • Fix: WebSocket server doesn't work on Windows #170 Thanks @lqdchrm

Release 0.5.1

23 Mar 17:39
Compare
Choose a tag to compare
v0.5.1

Bump version to 0.5.1

Release 0.5.0

23 Mar 12:13
Compare
Choose a tag to compare
  • Fix: http api not working - #163 Thanks riscoss63

  • Change: use "/" instead of "/myapp" as a default value for config's path option

  • New: typescript declaration file

  • Update deps:

-  "cors": "2.8.4",
+  "cors": "^2.8.5",
-  "uuid": "3.3.3",
+  "uuid": "^3.4.0",
-  "ws": "7.1.2",
+  "ws": "^7.2.3"