Squashed commit of the following: commit 71d8936bddcf2d2b293015d3091df72aa1333270 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jul 20 18:48:08 2023 +0300 next/websvc: fix pprof disabling commit 30cc75d1eb89f7422555c18ad474324ab55eb13b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Jul 20 18:30:29 2023 +0300 all: upd golibs; add pprof to next
1.5 KiB
1.5 KiB
AdGuard Home v0.108.0 Changelog DRAFT
This changelog should be merged into the main one once the next API matures enough.
[v0.108.0] - TODO
Added
- The ability to change the port of the pprof debug API.
- The ability to log to stderr using
--logFile=stderr. - The new
--web-addrflag to set the Web UI address in ahost:portform. SIGHUPnow reloads all configuration from the configuration file (#5676).
Changed
New HTTP API
TODO(a.garipov): Describe the new API and add a link to the new OpenAPI doc.
Other changes
-his now an alias for--helpinstead of the removed--host, see below. Use--web-addr=host:portto set an address on which to serve the Web UI.
Fixed
--check-configbreaking the configuration file (#4067).- Inconsistent application of
--work-dir/-w(#2598, #2902). - The order of
-v/--verboseand--versionbeing significant (#2893).
Removed
- The deprecated
--no-mem-optimizationand--no-etc-hostsflags. --hostand-p/--portflags. Use--web-addr=host:portto set an address on which to serve the Web UI.-his now an alias for--help, see above.