What's Changed
- Implement CoDel queue management for UDP workers by @NelsonVides in #301
- Add dependency validation and introspection for pipeline pipes by @NelsonVides in #293
- Modern TCP stack (RFC7766) and TLS for free (RFC7858) by @NelsonVides in #300
- Implement smarter Congestion Control algorithms for UDP by @NelsonVides in #302
- Implement micro performance improvements by @NelsonVides in #303
- Reorganise listeners configuration by @NelsonVides in #304
- Upgrade dns_erlang by @NelsonVides in #305
- Calibrate ephemeral process heap sizes by @NelsonVides in #306
- Prepare release v10.0.0-rc1 by @NelsonVides in #307
- Migrate to CT away from eunit as it is faster and more idiomatic by @NelsonVides in #309
- Update contributing and agents files by @NelsonVides in #310
- Fix false-flag error raised in the tcp init implementation by @NelsonVides in #311
- Ensure wilcard with ENT compliance by @NelsonVides in #308
- Add support for SVCB and HTTPS records by @NelsonVides in #313
- Implement codecs for all the new record types from dns_erlang by @NelsonVides in #312
- Minor improvements over API by @NelsonVides in #315
- Docs: Add initial documentation regarding the Admin API by @weppos in #316
- Fix wrong dot logic around SVCB and HTTPS records in the codec by @NelsonVides in #319
- Remove API blocking use of keyNNNN in SVCB records by @NelsonVides in #322
- SVCB params should use
nullin the json encoding by @NelsonVides in #324 - Prepare v10 release by @NelsonVides in #323
Full Changelog: v9.1.0...v10.0.0