Skip to content

Releases: safing/portmaster

v1.4.2

18 Aug 15:08
Compare
Choose a tag to compare
v1.4.2 Pre-release
Pre-release

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

11 Aug 10:34
Compare
Choose a tag to compare
v1.4.1 Pre-release
Pre-release

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

09 Aug 13:27
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release

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

07 Aug 19:56
Compare
Choose a tag to compare

Changelog:

805a8e9 Fix cleaning up incomplete connections
2a41240 Fix updating feature flags

v1.3.5

07 Aug 14:51
Compare
Choose a tag to compare
v1.3.5 Pre-release
Pre-release

Changelog:

00375a7 Update SPN lib
37fbc4b Update all connection feature flags on account update
6c4a77a Fix filter list update warning on setting change
64b90b2 Update network history config option

v1.3.4

04 Aug 20:24
Compare
Choose a tag to compare
v1.3.4 Pre-release
Pre-release

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

01 Aug 14:24
Compare
Choose a tag to compare
v1.3.3 Pre-release
Pre-release

Changelog:

aed7155 Add 0.0.0.0 as local multicast source address
9f9838b Do not query the history database by default

v1.3.2

28 Jul 21:34
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

Changelog:

4fcfb42 Fix and improve packet handling procedures

v1.3.1

28 Jul 15:14
Compare
Choose a tag to compare
v1.3.1 Pre-release
Pre-release

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

22 Jul 18:52
Compare
Choose a tag to compare
v1.3.0 Pre-release
Pre-release

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