Skip to content

v3.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 06:35
· 10 commits to main since this release

What's Changed

  • epic: 3.4 - Cancellation of interaction with external systems by @mycrl in #126
  • Remove the HTTP hooks interface.
  • UDP packet processing uses a single thread.
  • Events are pushed to the client via SSE.
  • Remove the password from the api session information.
  • mimalloc went from optional to always used.
  • No more separate crates for turn and stun.
  • Overall project editor upgrade to 2024.
  • Remove the driver.
  • fix: port pool usage not maxed out.
  • In previous versions, replay requests were not allowed, in this version this is fixed to allow replay requests, e.g. multiple allocation requests can be sent, but only the same port will be returned.

Full Changelog: v3.3.3...v3.4.0

This version removes some features, if you need certain features you can use the 3.3 version, which is also a long term support version.