Skip to content

v28.0.0

Choose a tag to compare

@trevj trevj released this 10 Jul 16:36
· 824 commits to master since this release

New and notable:

  • fix race condition in datachannel pools which could break the peerconnection in certain instances #220
  • a new sample app, SOCKS adventure, intended for automated integration testing with uproxy-docker (this also incorporates several other fixes to the control port mechanism previously found in copypaste, e.g. #214) https://github.com/uProxy/uproxy-lib/pull

Other changes:

  • remove the startFromConfig convenience constructors from SocksToRtc and RtcToNet (breaking API change, although basically nobody used it) #211
  • some fixes to workaround UDP socket address binding limitations #213 and #212