Component: fetch
89 changelog entries across 41 version(s)
Releases by channel (stacked)
- added "http-percent-encoding" parameter;
- fixed http headers appearance when received payload is empty;
- send http-data for any http method;
- display file sizes between 1-1023 bytes as 1KiB (instead of 0KiB);
- include RouterOS version in the "User-Agent" field;
- fixed false successful messages in FTP mode;
- improved system stability when using TFTP;
- added "http-max-redirect-count" parameter, allows to follow redirects;
- do not require "content-length" or "transfer-encoding" for HTTP;
- fixed certificate check when provided hostname is IP address;
- fixed large file (over 4GB) fetch in HTTP/HTTPS mode;
- handle HTTP 401 status correctly;
- improved logging;
- 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);
- fixed slow throughput due to "raw" logging which occurred even when not listening to the topic (introduced in v7.13);
- added "head" option for "http-method";
- added "patch" option for "http-method";
- allow specifying link-local address in FTP mode;
- allow to use certificate and check-certificate parameters only in HTTPS mode;
- do not require "content-length" for HTTP (introduced in v7.13);
- fixed DNS resolving when domain has only AAAA entries (introduced in v7.13);
- fixed fetch execution when unexpected data is received in HTTP payload;
- fixed fetch when using "src-path" with HTTP/HTTPS modes (introduced in v7.13);
- fixed fetch when using "src-path" with SFTP mode (introduced in v7.13);
- fixed incorrect "src-path" error message when "upload=yes";
- fixed IPv4 address logging (introduced in v7.13);
- improved fetch stability in SFTP mode;
- improved file download stability with HTTP/HTTPS modes;
- less verbose logging;
- print all "Set-Cookies" headers in response;
- treat any 2xx HTTP return code as success (introduced in v7.13);
- do not require "content-length" for HTTP (introduced in v7.13);
- fixed DNS resolving when domain has only AAAA entries (introduced in v7.13);
- fixed fetch when using "src-path" with HTTP/HTTPS modes (introduced in v7.13);
- fixed IPv4 address logging (introduced in v7.13);
- improved file download stability with HTTP/HTTPS modes;
- added "http-auth-scheme" parameter, allows to select HTTP basic or digest authentication;
- added "http-content-encoding" setting;
- added raw logging;
- allow to receive HTTP response headers;
- require "ftp" user policy;
- improved timeout detection;
- fixed SFTP upload;
- improved full disk detection;
- improved full disk detection;
- fixed "src-address" usage for SFTP;
- improved SSL handshake processing;
- improved SSL handshake processing;
- fixed "src-address" usage for SFTP;
- show status "uploaded" instead of "downloaded" when uploading a file;
- show status "uploaded" instead of "downloaded" when uploading a file;
- fixed "User-Agent" usage if provided by "http-header-field";
- do not allocate extra 500KiB on SMIPS;
- improved stability when processing large output data;
- added SFTP support;
- improved user policy lookup;
- improved file downloading to slow memory;