-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3dce62a
commit 0807bd0
Showing
1 changed file
with
13 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Netmaker v0.24.3 | ||
|
||
## Whats New ✨ | ||
- Static Host Functionality With Separate Settings For Port and endpoint IP | ||
- Network Info And Metadata Info Added To Remote-Access-Client | ||
- Validation Checks For Egress Routes | ||
- Network Change Detection System | ||
- Removed Creation Of ACLs For EMQX | ||
|
||
## What's Fixed/Improved 🛠 | ||
- Improved FailOver Functionality | ||
- Local Peer Routing In Dual-Stack Environment | ||
- Stale Node Issue On Multinet With `netclient uninstall` | ||
- IPv6 Internet Gateways Improvements | ||
- Handled New Oauth User SignUp via Remote-Access-Client | ||
- PeerUpdate Improvements Around Default Host and Multi-nets | ||
- Removed RAG Metadata Length Restriction | ||
- Scalability Improvements | ||
- Optimised Traffic Flow Over MQ | ||
- Improved Validation Checks For Internet GWS | ||
|
||
## Known Issues 🐞 | ||
|
||
- Erratic Traffic Data In Metrics. | ||
- Stale peer on the interface, when forced removed from multiple networks at once. | ||
- Adding Custom Private/Public Key For Remote Access Gw Clients Doesn't Get Propagated To Other Peers. | ||
- IPv6 DNS Entries Are Not Working. | ||
- Stale Peer On The Interface, When Forced Removed From Multiple Networks At Once. | ||
- Can Still Ping Domain Name Even When DNS Toggle Is Switched Off. | ||
- WireGuard DNS issue on most flavors of Ubuntu 24.04 and some other newer Linux distributions. The issue is affecting the Remote Access Client (RAC) and the plain WireGuard external clients. Workaround can be found here https://help.netmaker.io/en/articles/9612016-extclient-rac-dns-issue-on-ubuntu-24-04. | ||
|