Skip to content

Releases: peers/peerjs

v1.4.6-rc.2

08 Jun 10:40
2241eab
Compare
Choose a tag to compare
v1.4.6-rc.2 Pre-release
Pre-release

1.4.6-rc.2 (2022-06-08)

Bug Fixes

  • typings: MediaConnection.answer() doesn’t need a stream anymore, thanks @matallui! (666dcd9)
  • typings: much stronger event typings for DataConnection,MediaConnection (0c96603)

v1.4.6

25 May 22:21
c82c9d0
Compare
Choose a tag to compare

1.4.6 (2022-05-25)

Bug Fixes

  • typings: MediaConnection.answer() doesn’t need a stream anymore, thanks @matallui! (666dcd9)
  • typings: much stronger event typings for DataConnection,MediaConnection (0c96603)

Performance Improvements

  • turn: reduce turn server count (8816f54)

v1.4.6-rc.1

25 May 12:26
7b41fb5
Compare
Choose a tag to compare
v1.4.6-rc.1 Pre-release
Pre-release

1.4.6-rc.1 (2022-05-25)

Bug Fixes

Performance Improvements

  • turn: reduce turn server count (8816f54)

v1.4.5

24 May 18:54
f0ab4d5
Compare
Choose a tag to compare

1.4.5 (2022-05-24)

Bug Fixes

  • referrerPolicy: you can now set a custom referrerPolicy for api requests (c0ba9e4), closes #955
  • typings: add missing type exports (#959) (3c915d5), closes #961

v1.4.5-rc.1

17 May 12:15
0773022
Compare
Choose a tag to compare
v1.4.5-rc.1 Pre-release
Pre-release

1.4.5-rc.1 (2022-05-17)

Bug Fixes

  • referrerPolicy: you can now set a custom referrerPolicy for api requests (c0ba9e4), closes #955

v1.4.4

13 May 19:27
510c974
Compare
Choose a tag to compare

1.4.4 (2022-05-13)

Bug Fixes

  • CRA@4: import hack (41c3ba7), closes #954
  • source maps: enable source map inlining (97a724b)

v1.4.3

13 May 09:30
bab2b0c
Compare
Choose a tag to compare

1.4.3 (2022-05-13)

Bug Fixes

v1.4.2

12 May 14:13
29acfef
Compare
Choose a tag to compare

1.4.2 (2022-05-12)

Bug Fixes

  • bundler import: enable module target (b5beec4), closes #761

v1.4.1

11 May 20:15
19d4d5b
Compare
Choose a tag to compare

1.4.1 (2022-05-11)

Bug Fixes

  • old bundlers: include support for Node 10 (EOL since 2021-04-01) / old bundlers (c0f4648), closes #952

v1.4.0

10 May 20:30
8bd83df
Compare
Choose a tag to compare

1.4.0 (2022-05-10)

Bug Fixes

  • add changelog and npm version to the repo (d5bd955)
  • add token to PeerJSOption type definition (e7675e1)
  • websocket connection string (82b8c71)

Features

Performance Improvements

  • turn: lower TURN-latency due to more local servers (a412ea4)