Releases: netbirdio/netbird
Releases · netbirdio/netbird
v0.27.7
Fixes an issue with Linux nodes that had to use relay with eBPF for connectivity where reconnections caused the proxy to stop forwarding packets.
What's Changed
Full Changelog: v0.27.6...v0.27.7
v0.27.6
What's Changed
- Fix typo in systemd .service files by @ishanarora in #1972
- Fix lost root zone handler by @mlsmaycon in #1975
New Contributors
- @ishanarora made their first contribution in #1972
Full Changelog: v0.27.5...v0.27.6
v0.27.5
What's Changed
- Update the check interval for new geo db and change log level by @mlsmaycon in #1908
- Fix best route selection by @pascal-fischer in #1903
- Ignore cloned routes on bsd by @lixmal in #1915
- Refactor Route IDs by @lixmal in #1891
- Return system serial on a peer HTTP API call by @braginini in #1929
- Fix removeAllowedIP by @hurricanehrndz in #1913
- Fix resolv.conf repairer logic by @pappz in #1931
- Remove comments from iptables commands by @pappz in #1928
- Fix a panic when management is behind an invalid proxy by @mlsmaycon in #1930
- Retry reading routing table (bsd) by @hurricanehrndz in #1914
- Feature/exit node Android by @pappz in #1916
- Migrate blob net ip fields to json serializer by @bcmmbaga in #1906
- Improve Sync performance by @pascal-fischer in #1901
- Monitor network changes by @lixmal in #1904
- unify Config generation, loading and updating by @nazarewk in #1586
- Fix windows route exec path by @bcmmbaga in #1946
- Add route selection to iOS by @pascal-fischer in #1944
Full Changelog: v0.27.4...v0.27.5
v0.27.4
What's Changed
- Pass integrated validator for API by @pappz in #1814
- Use fixed activity codes by @lixmal in #1846
- Fix ICE endpoint remote port in status by @lixmal in #1851
- Migrate serializer:gob fields to serializer:json by @lixmal in #1855
- Use a better way to insert data in batches by @braginini in #1874
- Copy client binary to a directory in path by @mlsmaycon in #1842
- Update README.md by @braginini in #1821
- Redeem invite only when incoming user was invited by @mlsmaycon in #1861
- Add support for GUI app to display error by @mlsmaycon in #1844
- Fix DNS not found query response by @mlsmaycon in #1877
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #1867
- Feature/route selection by @lixmal in #1865
- Add account locks to getAccountWithAuthorizationClaims method by @pascal-fischer in #1847
- Support exit nodes on iOS by @pascal-fischer in #1878
- Add retry to IdP cache lookup by @pascal-fischer in #1882
- Support rosenpass on iOS by @pascal-fischer in #1879
- Fix incorrect response content-type header by @bcmmbaga in #1887
- Replace powershell with route command by @lixmal in #1880
- Add client debug features by @lixmal in #1884
- Check if channel exist before sending network map by @mlsmaycon in #1894
- Fix route selection IDs by @lixmal in #1890
Full Changelog: v0.27.3...v0.27.4
v0.27.3
What's Changed
- Allow owners that did not create the account to delete it by @mlsmaycon in #1825
- Rename variable by @pappz in #1829
- Don't use the custom dialer as non-root by @lixmal in #1823
- Routes is a map, employing safe read/writes ops by @hurricanehrndz in #1760
- Use route active store by @lixmal in #1834
- Use fixed prefs by @lixmal in #1836
- Allow disabling custom routing by @lixmal in #1840
- Add sysctl opts to prevent reverse path filtering from dropping fwmark packets by @lixmal in #1839
New Contributors
- @hurricanehrndz made their first contribution in #1760
Full Changelog: v0.27.2...v0.27.3
v0.27.2
Changelog
- 3ed2f08 Add latency based routing (#1732)
- 4c83408 Add log-level to the management's docker service command (#1820)
- 90bd39c Log panics (#1818)
- dd0cf41 Auto restart Windows agent daemon service (#1819)
- 22b2caf Remove dns based cloud detection (#1812)
- c1f66d1 Retry macOS route command (#1817)
- ac0fe60 Fix routing issues with MacOS (#1815)
- c286577 Fix function names in comments (#1816)
- 1d1d057 Change the dashboard image pull from wiretrustee to netbirdio (#1804)
v0.27.1
v0.27.0
Changelog
- 3d2a237 Don't return errors on disallowed routes (#1792)
- 25f5f26 Timeout rule removing loop and catch IPv6 unsupported error in loop (#1791)
- bb0d5c5 Linux legacy routing (#1774)
- 7938295 Feature/exit nodes - Windows and macOS support (#1726)
- 9af532f Get scope from endpoint url instead of hardcoding (#1770)
- 23a1473 Fix grammar in readme (#1778)