|
1 | 1 | Changelog |
2 | 2 | --------- |
3 | 3 |
|
| 4 | +Development |
| 5 | +=========== |
| 6 | + |
| 7 | + - Async DNS: support DNSSEC |
| 8 | + - Async DNS: support tcp fallback |
| 9 | + - Support authoritative DNS server, like nsd, using own-signed zone files |
| 10 | + - Support authoritative DNS signing (zone file -> DNSSEC ready signed zone |
| 11 | + file) |
| 12 | + - LWS_WITH_ASYNC_QUEUE: Makes slow tls negotiation and read / write happen |
| 13 | + via a queue + worker threads, instead of on the main event loop. This |
| 14 | + reduces the amount of blocking events delaying the event loop |
| 15 | + - LWS_WITH_LATENCY: support detailed event loop blocking measurements and a |
| 16 | + plugin to monitor event loop performace dynamically; lists worst blockers by |
| 17 | + protocol and actual delays |
| 18 | + - Support a headless camera participant to WebRTC conference |
| 19 | + - Support WebRTC conferencing serving / mixing over h.264 up to 1080p |
| 20 | + (and if supported in hw, AV1) |
| 21 | + - TLS: Support DTLS accross all the libraries |
| 22 | + - LWS_WITH_MNEMONIC support for mnemonic key backup |
| 23 | + - CRC32 is now provided |
| 24 | + - Generic HMAC now supports SHA-1 |
| 25 | + - vhost: protocols from plugins are instantiated first, and protocols now |
| 26 | + have a priority field to control who gets instantiated before who |
| 27 | + additionally. This simplifies basing on plugin protocols. |
| 28 | + - lws_mutex is now public, platform-independent defines |
| 29 | + - Client: improve connect retries by iterating through DNS results |
| 30 | + - Contributors: AI isn't necessarily a problem, but we want to know which AI |
| 31 | + - ipv6: now built by default |
| 32 | + - TLS: LWS_WITH_GNUTLS: Support building against GnuTLS for tls + gencrypto |
| 33 | + - LWS_WITH_DHT: generic Kademlia DHT with pluggable additional verbs and lws |
| 34 | + UDP integratin |
| 35 | + - lws_captcha_ratelimit plugin can force generic captcha by introducing |
| 36 | + multiple mount order on same mounpoint, supports whitelisting netblocks |
| 37 | + - Context creation: Sumarize OpenSSL library version available if in use |
| 38 | + - JWS: support LWS_JOSE_ENCTYPE_NONE |
| 39 | + - TLS: LWS_WITH_SCHANNEL: Support building against Schannel, the windows |
| 40 | + native tls library for tls and gencrypto |
| 41 | + - SS: Support urlargs on server side |
| 42 | + - lhp: various improvements (still not very usable) |
| 43 | + |
4 | 44 | v4.5.0 |
5 | 45 | ====== |
6 | | - |
| 46 | + |
7 | 47 | - fixes from coverity and Nozomi Networks |
8 | 48 | - fix for mountpoint headers being sticky for all following mounts too |
9 | 49 | - b64 apis: fixes and new api tests |
|
0 commit comments