What's Changed
- 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