MikroTik Changelogs
← Back to search All components

Component: dns

170 changelog entries across 92 version(s)

Releases by channel (stacked)

7.6 Stable 2022-Oct-17 (3 years ago)
  • added "match-subdomain" option for static entries (CLI only);
7.6rc2 Testing 2022-Oct-11 (3 years ago)
  • fixed DNS answer of cached CNAME entries (introduced in v7.6beta10);
7.6rc1 Testing 2022-Oct-04 (3 years ago)
  • fixed resolving of cached CNAME records (introduced in v7.6beta10);
7.6beta10 Testing 2022-Sep-29 (3 years ago)
  • added "match-subdomain" option for static entries (CLI only);
7.5 Stable 2022-Aug-30 (3 years ago)
  • added "address-list" parameter for static DNS entries (CLI only);
  • added "match-subdomain" option for static entries (CLI only);
7.5rc1 Testing 2022-Aug-19 (3 years ago)
  • added "address-list" parameter for static DNS entries (CLI only);
  • added "match-subdomain" option for static entries (CLI only);
7.5beta11 Testing 2022-Aug-17 (3 years ago)
  • added "address-list" parameter for static DNS entries (CLI only);
7.5beta4 Testing 2022-Jul-22 (3 years ago)
  • added "match-subdomain" option for static entries (CLI only);
7.4 Stable 2022-Jul-19 (3 years ago)
  • convert the domain name to lowercase before matching regex;
7.1rc5 Development 2021-Oct-25 (4 years ago)
  • fixed memory leak caused by large DNS replies;
6.49 Stable 2021-Oct-06 (4 years ago)
  • fixed memory leak caused by large DNS replies;
6.48.4 Stable 2021-Aug-18 (4 years ago)
  • fixed CNAME query when target record is not in cache;
  • fixed cache memory leak when resolving CNAME domains;
6.49beta46 Testing 2021-May-18 (4 years ago)
  • fixed CNAME query when target record is not in cache;
6.48 Stable 2020-Dec-22 (5 years ago)
  • added IPv6 support for DoH;
  • do not use type "A" for static entries with unspecified type;
  • end ongoing queries when changing DoH configuration;
  • fixed listening for DNS queries when only dynamic static entries exist (introduced in v6.47);
6.47.8 Stable 2020-Nov-25 (5 years ago)
  • improved stability with large table of static records;
6.48beta58 Testing 2020-Nov-24 (5 years ago)
  • end ongoing queries when changing DoH configuration;
  • improved stability with large table of static records;
6.48beta35 Testing 2020-Sep-02 (5 years ago)
  • added IPv6 support for DoH;
  • fixed multiple TXT string replies;
  • hide default static entry "type" from export;
6.47.3 Stable 2020-Sep-01 (5 years ago)
  • fixed multiple TXT string replies;
  • hide default static entry "type" from export;
6.47.1 Stable 2020-Jul-08 (5 years ago)
  • do not allow setting "forward-to" same as "name" or "regex";
  • do not allow setting zero value IP addresses for "A" and "AAAA" records;
  • do not use DoH for local queries when a server is specified;
6.48beta12 Testing 2020-Jul-06 (5 years ago)
  • do not allow setting "forward-to" same as "name" or "regex";
  • do not allow setting zero value IP addresses for "A" and "AAAA" records;
  • do not use DoH for local queries when a server is specified;
  • do not use type "A" for static entries with unspecified type;
  • fixed listening for DNS queries when only dynamic static entries exist (introduced in v6.47);
6.47 Stable 2020-Jun-02 (5 years ago)
  • added support for exclusive dynamic DNS server usage from IPsec;
  • added support for forwarding DNS queries of static entries to specific server;
  • added support for multiple type static entries;
6.47rc2 Testing 2020-May-25 (5 years ago)
  • added support for multiple type static entries;
6.47beta60 Testing 2020-Apr-24 (6 years ago)
  • added support for forwarding DNS queries of static entries to specific server (CLI only);
  • added support for multiple type static entries (CLI only);
6.47beta35 Testing 2020-Feb-17 (6 years ago)
  • added support for exclusive dynamic DNS server usage from IPsec;
6.47beta32 Testing 2020-Feb-10 (6 years ago)
  • use only servers received from IKEv2 server when present;