nextdns Release Notes
19 release notes curated from 2 sources by the Releasebot Team. Last updated: Sep 2, 2026
nextdns Products
- Aug 5, 2026
- Date parsed from source:Aug 5, 2026
- First seen by Releasebot:Sep 2, 2026
v1.48.0
nextdns fixes OS detection failures and unsupported ASUSWRT handling.
bug: handle OS detection failures and unsupported ASUSWRT
Original source - Jun 3, 2026
- Date parsed from source:Jun 3, 2026
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.47.3
nextdns improves maintenance with Go and dependency upgrades plus an OpenWrt DHCP DNS CIDR fix.
Changelog
๐ ๏ธ Maintenance Changes
67d2568 chore: upgrade go verson to 1.26.4
7d8e8bf chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 (#1084)
Others
7c8aa18 bug: strip CIDR from OpenWrt DHCP option DNS address (#1082)
Original source All of your release notes in one feed
Join Releasebot and get updates from nextdns and hundreds of other software products.
- Apr 13, 2026
- Date parsed from source:Apr 13, 2026
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.47.2
nextdns ships maintenance updates with bug fixes for endpoint probing, netstatus syncing, DHCP refresh, TCP client reads, and inflight request limits, plus CI improvements, binary size reporting, and OpenWrt backport support.
Changelog
๐ ๏ธ Maintenance Changes
6308099 chore: pin CI Go setup action to 1.26.2
6aac107 chore: use apk for OpenWrt 25.12 installs
031cfc4 chore(deps): bump golang.org/x/net from 0.51.0 to 0.52.0 (#1078)
1783ea9 chore(deps): bump golang.org/x/sys from 0.41.0 to 0.42.0 (#1077)
ab107a1 chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 (#1070)
39d6319 chore: add an AGENTS.md๐ค Continuous Integration Changes
113e494 ci: enhance binary size reporting workflow with PR detection and separate reports for Linux/Windows and Darwin
bd45c54 ci: fix binary-size-report action syntax
52206c4 ci: add binary size report on PR
fc7b38d ci: use non github committer for openwrt PROthers
b228e9c bug: reset endpoint probe timeouts per candidate
Original source
5b8e4c7 bug: synchronize netstatus checker state
850d75b bug: refresh DHCP data under a write lock
c52588e bug: guard zero inflight request limits
318d9f8 bug: bound idle TCP client reads
85512e3 Disable openwrt 24 backport
21ce0c7 Add reconcile backport CI check
e80e5a8 Add reconcile script for OpenWRT - Feb 22, 2026
- Date parsed from source:Feb 22, 2026
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.47.1
nextdns adds Linux and Windows user-specific conditional profiles, expands Windows installation and logging, improves DNS and service handling, and boosts caching, query logging, and platform support across the client.
Changelog
โจ New Features
8245a68 feat: adapt user-specific conditional profile to linux
88d46ea feat: allow simple IP in conditional profile
ca14f57 feat: adapt user-specific conditional profile to windows
b6920da feat: enhance profile handling with user-specific rules
fc676e3 feat: add Windows installation script
b2b3cc0 feat: add windows log methods
c9533df feat: enhance DNS configuration handling with systemd
066ed26 feat: improve service installation and uninstallation handling on constrained /etc
51632c2 feat: enhance RPM package management support in install script
9f8a7f1 feat: enhance client name resolution based on MAC address
ee8b2f2 feat: enhance QueryInfo structure and logging with source and remote port details
8633ecb feat: apply a shared cache to forwarders
00f09e6 feat: add context-aware locking and background test timeout in Manager
5b3c96a feat: implement closeTransport method for DOHEndpoint
1c2bc89 feat: enforce minimum TLS version for HTTP/2 transport
ede49f9 feat: comment perservation
4d83970 feat: add cache metrics support for ByteCache๐ Bug Fixes
6282b61 fix: correct heredoc syntax in user-data file generation
203c213 fix: update output file path in snapshot-test workflow
88c9200 fix: update Fedora image download logic in snapshot-test workflow
ce9106c fix: firewalla support
4d93441 fix: log insertion on recent versions of macOS
8613d37 fix: handle grep command errors gracefully in log reading functions
27d3753 fix: enhance endpoint testing with detailed response validation
1714524 fix: keep discovery indexes consistent during mDNS eviction
553a922 fix: startup time variable unsynchronized concurrent update
bcf5002 fix: maintain nil state for zero-subscriber notifications in Stop function
dafdaf0 fix: network change handling in run function
cefa986 fix: correct channel management in Stop function
b86ab09 fix: report correct profile in query log
6e53a79 fix: recent merlin firmware do not need timezone fix anymore
b397f45 fix: Uninstall on Unifi after an upgrade recovery๐ ๏ธ Maintenance Changes
6a53e14 chore: update Debian image URL and modify cache key in snapshot-test workflow
415a169 chore: more snapshot debug
19f0b81 chore: improve windows service service installation
90aacbd chore: update gitignore
b2935d8 chore: improve logging and test result verification in snapshot-test workflow
1f74de9 chore: enhance disk mounting logic in snapshot-test workflow
3e1f78a chore: ensure all platforms are supported
72ea4f8 chore: enhance error handling and output logging in snapshot-test workflow
766eb36 chore: increase timeout and optimize QEMU configuration in snapshot-test workflow
bdb35af chore: update .goreleaser.yml to ignore Windows ARM builds
43cd6b7 chore: update Go version to 1.26.0
e8c6631 chore: update snapshot-test workflow with new image URLs
10ab641 chore: optimize buffer management in DNS and proxy handling
b18f934 chore: update GitHub Actions workflows to use latest action versions
4f9802d chore(deps): bump golang.org/x/net from 0.48.0 to 0.50.0 (#1065)
aa6fee9 chore: modernize to Go 1.26
4232ba7 chore: update dependencies
6d9bbbf chore: update goreleaser to version 2.13.1
1053829 chore: upgrade Go to 1.25.5
2e1bb2a chore: update dnsmessage fork with upstream
eede494 chore: remove support for openwrt-23.05๐ค Continuous Integration Changes
89208fa ci: improve QEMU timeout handling and test result verification in snapshot-test workflow
5a28c28 ci: add linter action + pre-push hook
c54ff71 ci: update OpenWrt release workflow
39e1490 ci: add a description to comply with OpenWRT review rulesOthers
207dfb4 refactor: improve onConnect handling in DOHEndpoint
Original source
8e6963b Create dependabot.yml
f1e7c82 refactor: use xxhash.New() instead of Reset()
4dc9fdb refactor: simplify cache set method in resolver
51a3424 refactor: optimize binary data handling in resolver and client
8230c73 refactor: replace LRU cache with byte-limited Ristretto cache implementation - Jun 30, 2025
- Date parsed from source:Jun 30, 2025
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.46.0
nextdns fixes Unifi OS 4.3+ support, OpenWrt DNS server setup, and Firewalla dnsmasq configuration.
Changelog
๐ Bug Fixes
9be4b38 fix: Unifi OS 4.3+ support
a575d7a fix: set DHCP Option 6 (DNS Server) in OpenWrt install (#1007)
d6f9983 fix: use dnsmasq_local for firewalla dnsmasq config
๐ ๏ธ Maintenance Changes
3a8d104 chore: update Go and GoReleaser
a25f88b chore: upgrade dependencies
486cf99 chore: move firewala configuration up a level
Original source Similar to nextdns with recent updates:
- Smokeball release notes144 release notes ยท Latest Sep 4, 2026
- Cosmolex release notes20 release notes ยท Latest Jul 30, 2025
- PracticePanther release notes36 release notes ยท Latest Aug 11, 2026
- Salesforce release notes71 release notes ยท Latest Sep 1, 2026
- Microsoft release notes820 release notes ยท Latest Sep 4, 2026
- Zoom release notes210 release notes ยท Latest Aug 31, 2026
- Feb 17, 2025
- Date parsed from source:Feb 17, 2025
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.45.0
nextdns adds Firewalla router support in a new changelog feature update.
- Feb 13, 2025
- Date parsed from source:Feb 13, 2025
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.44.6
nextdns fixes a typo in the ECS IPv4 parsing condition.
- Feb 10, 2025
- Date parsed from source:Feb 10, 2025
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.44.5
nextdns fixes an ECS regression and updates CI configuration.
Changelog
๐ Bug Fixes
c93f9bd fix: regression of ECS no longer used as peer IP
๐ค Continuous Integration Changes
621d63d ci: fix typo in goreleaser configuration
Original source - Jan 16, 2025
- Date parsed from source:Jan 16, 2025
- First seen by Releasebot:Sep 2, 2026
nextdns-v1.44.4
nextdns adds openSUSE Slowroll support and fixes systemd service ordering on some UniFi routers plus ECS handling, while also trimming maintenance and CI issues.
Changelog
โจ New Features
b6d63ca feat: add opensuse-slowroll support
๐ Bug Fixes
0a1bf9c fix: ordering of systemd service on some Unifi routers
473f404 fix: correctly nutter ECS when provided by the downstream
๐ ๏ธ Maintenance Changes
9020c3e chore: remove uneeded files
๐ค Continuous Integration Changes
35c1df7 ci: add more changelog commit types
a289a92 ci: fix goreleaser config
7f04409 ci: debug github CI
7e0f6a7 ci: fix AUR publish CI
141d92b ci: fix github publish settings
ac436a9 ci: publish the AUR binary version of the package
99c28f5 ci: add docker support
e37872f ci: fix AUR package publishing
Original source - Dec 1, 2024
- Date parsed from source:Dec 1, 2024
- First seen by Releasebot:Sep 2, 2026
diag-v1.1.8
diag fixes IPv6 detection in changelog 922978c.
- Nov 28, 2024
- Date parsed from source:Nov 28, 2024
- First seen by Releasebot:Sep 2, 2026
diag-v1.1.7
diag updates actions and fixes release issues.
- Oct 10, 2024
- Date parsed from source:Oct 10, 2024
- First seen by Releasebot:Sep 2, 2026
v1.1.6
diag replaces test-ipv6.is after it consistently fails.
Replace test-ipv6.is as it consistently fail
Original source - Jan 21, 2023
- Date parsed from source:Jan 21, 2023
- First seen by Releasebot:Sep 2, 2026
diag-v1.1.5
diag fixes IPv6 test in changelog 963aef5.
- Jan 21, 2023
- Date parsed from source:Jan 21, 2023
- First seen by Releasebot:Sep 2, 2026
diag-v1.1.4
diag fixes an IPv6 test.
- Mar 7, 2022
- Date parsed from source:Mar 7, 2022
- First seen by Releasebot:Sep 2, 2026
diag-v1.1.3
diag fixes a missing client field in changelog 6a67bd7.
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.