@@ -4,28 +4,32 @@ All notable changes to this project will be documented in this file. This
44project adheres to [ Semantic Versioning] [ SemVer ] .
55
66## [ Unreleased]
7+
8+ ## [ 1.10.1] - 2022-08-02
79### Added
8- - Improve TCP/TLS performance if no traffic shaper is configured ( using the
9- ` max_bps ` option) .
10+ - Improve TCP/TLS performance if no traffic shaper is configured using the
11+ ` max_bps ` option.
1012- ` mod_stats_prometheus ` : Add a counter for STUN/TURN protocol errors, bucketed
1113 by transport and error condition.
1214- ` build.config ` : Add ` code_loading ` option to specify whether code is loaded
1315 statically during eturnal startup or dynamically on demand. The latter may be
1416 desirable for (distribution) builds that use separately packaged Erlang
1517 dependencies, as it avoids hard-coding dependency versions at build time.
1618- Docker: Include STUN lookup at container start for an IPv6 address as well.
17- - Docker: Allow to define a different external STUN service for the IPv4 and
18- IPv6 address lookup by adding the container-image-specific environment variable
19+ - Docker: Allow to define a different external STUN service for IP address
20+ lookups by adding the container-image-specific environment variable
1921 ` STUN_SERVICE ` , defaulting to: ` STUN_SERVICE="stun.conversations.im 3478" ` .
2022 This same variable may also be used to disable the STUN lookup by defining
2123 ` STUN_SERVICE=false ` .
2224
2325### Changed
2426- ` build.config ` : Rename the ` eturnal_bin_prefix ` option to ` eturnal_prefix ` .
25- - ` build.config ` : Remove the ` eturnal_etc_prefix ` option.
2627- Binary release: Reduce code size by omitting an unused transitive dependency
2728 (which had slipped back into the previous release).
2829
30+ ### Removed
31+ - ` build.config ` : Remove the ` eturnal_etc_prefix ` option.
32+
2933### Fixed
3034- Fix dynamic loading of ` mod_stats_prometheus ` dependencies (for distribution
3135 builds).
@@ -403,7 +407,8 @@ project adheres to [Semantic Versioning][SemVer].
403407### Added
404408- Initial (pre-)release of the eturnal STUN/TURN server.
405409
406- [ Unreleased ] : https://github.com/processone/eturnal/compare/1.10.0...HEAD
410+ [ Unreleased ] : https://github.com/processone/eturnal/compare/1.10.1...HEAD
411+ [ 1.10.1 ] : https://github.com/processone/eturnal/releases/tag/1.10.1
407412[ 1.10.0 ] : https://github.com/processone/eturnal/releases/tag/1.10.0
408413[ 1.9.1 ] : https://github.com/processone/eturnal/releases/tag/1.9.1
409414[ 1.9.0 ] : https://github.com/processone/eturnal/releases/tag/1.9.0
0 commit comments