Releases: safing/portmaster
v1.4.2
Changelog:
685291d Recompile ebpf programs
419007b Improve bandwidth update logging
bcb1d71 Update special profile upgrade date
7a5960c Fix network history clear API
6f9fce3 Update network state tables if state is older than given packet
f3e7abf Use DNS request connections to attribute DNS requests
fab3208 Remove check for self-communication (allowed by default)
18f884b Fix ebpf tcp ipv6
v1.4.1
Changelog:
58c4b44 Update internal profile settings
9182063 Stop firewall handler earlier
3b70c55 Do not add internal and localhost connections to history
9ccdfad Disable connection self-check as it uses the old process detection
8138a2a Improve performance when custom lists are not loaded
d9c76cf Correctly finalize DNS requests if filtered
v1.4.0
Changelog:
cf4df13 Bump core version
77d3df1 Improve logging and naming
98394c1 Improve clear network history API endpoint
b2e6557 Add Cloudflare DNS as fallback quick setting
9ea1d42 Udpate SPN lib
cf70c55 Improve history purging
a722b27 Move history settings from profile to layered profile
3dbde10 Add support for history data retention
620a9c0 Add support for SUM in netquery
v1.3.6
v1.3.5
v1.3.4
Changelog:
53c2b82 Improve logging
d0f4392 Fix netquery connection ID generation
aa0b42d Fix race condition when setting firewall handler and starting worker
a98505b Fix and document netquery api endpoint permissions
9e4bdfb Add support for DNS RRs SVCB and HTTP; improve DNS conn handling
cbb4a0f Fix expiry times
b645e44 Copy resolver IPScope to DNS connection IPScope
bf6bf07 Fix eBPD PID detection for UDP on linux and recompile eBPF programs
a76e659 Improve timeouts of compatibility check
v1.3.3
v1.3.2
v1.3.1
Changelog:
0ca6a71 Bump core version
07cbde7 Improve upgraded log message
27bca76 Udpate deps
f38589a Add ability to upgrade systemd service files
3e8c330 Improve logging and fix linter errors
a33526a Fix handling of connections without process
5802cb2 Improve account matching data
2452a92 Fix history database URI on windows
b882b91 Fix PID detection via eBPF
8e9f96d Improve ebpf permanent failure detection
v1.3.0
Changelog:
84ee0b1 Bump core version
e18d7ad Add missing method comment
c6569e6 Update SPN to v0.6.9
3cc12a3 Increase timeout of self-check
a5a5a15 Improve updating allowed features on connection
daa33c1 Improve network history setting
07f4253 Improve logging and make linter happy
f0ebc6e Update BytesReceived/Sent field names
e70fd9a Reduce noisy logging
49adef2 Update links in README
5dcb6b2 Persist bandwidth data in netquery DBs when enabled
b7fd1fc Update config annotation
dbffa88 Update netquery to support history module
cf2b8f2 Make history module optional
135b68c Better utilize database indexes for UNION selects
e9e9b54 Research on possible history module implementation using sqlite ATTACH DATABASE