MikroTik Changelogs
← Back to search All components

Component: fetch

174 changelog entries across 92 version(s)

Releases by channel (stacked)

7.24beta2 Development 2026-Jun-10 (1 week ago)
  • added option to force HTTP/2 only (only for ARM64 and x86/CHR devices);
7.24beta1 Development 2026-May-26 (3 weeks ago)
  • added "ip-type" parameter;
  • fixed false "bad request" response when trying to fetch URL with IPv6 address in it;
  • hint file list for "src-path" and "dst-path" parameters;
7.23 Stable 2026-May-25 (3 weeks ago)
  • fixed non-working idle-timeout in some cases;
7.23beta2 Development 2026-Mar-13 (3 months ago)
  • fixed non-working idle-timeout in some cases;
7.22 Stable 2026-Mar-09 (3 months ago)
  • added HTTP/2 support on ARM64 and x86/CHR devices;
  • fixed fetch treating relative paths from redirects as hostnames;
  • increased default maximum redirect count to 2;
  • return error code and HTTP headers to :onerror script;
  • treat HTTP 304 return code as success;
7.22rc3 Testing 2026-Feb-26 (3 months ago)
  • fixed fetch treating relative paths from redirects as hostnames;
7.22beta6 Development 2026-Jan-28 (4 months ago)
  • added HTTP/2 support on ARM64 and x86/CHR devices (additional fixes);
7.22beta5 Development 2026-Jan-21 (5 months ago)
  • added HTTP/2 support on ARM64 and x86/CHR devices (additional fixes);
7.21 Stable 2026-Jan-12 (5 months ago)
  • added "http-percent-encoding" parameter;
  • fixed http headers appearance when received payload is empty;
  • send http-data for any http method;
7.22beta1 Development 2026-Jan-02 (5 months ago)
  • added HTTP/2 support on ARM64 and x86/CHR devices;
  • increased default maximum redirect count to 2;
  • return error code and HTTP headers to :onerror script;
  • treat HTTP 304 return code as success;
7.21rc3 Testing 2025-Dec-22 (5 months ago)
  • fixed certificate trust store usage when executed by another RouterOS program (introduced in v7.21beta7);
7.21beta2 Testing 2025-Oct-06 (8 months ago)
  • added "http-percent-encoding" parameter;
  • fixed http headers appearance when received payload is empty;
  • send http-data for any http method;
7.20 Stable 2025-Sep-29 (8 months ago)
  • display file sizes between 1-1023 bytes as 1KiB (instead of 0KiB);
  • include RouterOS version in the "User-Agent" field;
7.20beta2 Testing 2025-May-27 (1 year ago)
  • display file sizes between 1-1023 bytes as 1KiB (instead of 0KiB);
  • include RouterOS version in the "User-Agent" field;
7.19 Stable 2025-May-22 (1 year ago)
  • fixed false successful messages in FTP mode;
7.19beta8 Testing 2025-Apr-04 (1 year ago)
  • fixed false successful messages in FTP mode;
6.49.18 Stable 2025-Feb-27 (1 year ago)
  • improved system stability when using TFTP;
7.18 Stable 2025-Feb-24 (1 year ago)
  • added "http-max-redirect-count" parameter, allows to follow redirects;
  • do not require "content-length" or "transfer-encoding" for HTTP;
7.18beta4 Testing 2025-Jan-31 (1 year ago)
  • fixed IPv6 handling in URL (introduced in v7.18beta2);
7.18beta2 Testing 2025-Jan-21 (1 year ago)
  • added "http-max-redirect-count" parameter, allows to follow redirects;
  • do not require "content-length" or "transfer-encoding" for HTTP;
7.17 Stable 2025-Jan-16 (1 year ago)
  • fixed certificate check when provided hostname is IP address;
  • fixed large file (over 4GB) fetch in HTTP/HTTPS mode;
7.17beta2 Testing 2024-Sep-27 (1 year ago)
  • fixed certificate check when provided hostname is IP address;
  • fixed large file (over 4GB) fetch in HTTP/HTTPS mode;
7.16 Stable 2024-Sep-20 (1 year ago)
  • handle HTTP 401 status correctly;
  • improved logging;
7.16beta1 Testing 2024-Jun-05 (2 years ago)
  • handle HTTP 401 status correctly;
  • improved logging;
7.15 Stable 2024-May-29 (2 years ago)
  • added "idle-timeout" parameter;
  • changed topic "info" to "error" for permission denied logs;
  • fixed slow throughput due to "raw" logging which occurred even when not listening to the topic (introduced in v7.13);