What's Changed
- feat: warn if apify proxy is used in proxyUrls by @szmarczak in #1173
- feat: use puppeteer emulating scrolls instead of window.scrollBy by @vladfrangu in #1170
- feat: support channel and user links in YouTube regex by @vladfrangu in #1178
- feat: add support for cgroups V2 to utils.getMemoryInfo by @mnmkng in #1177
- feat: add
purgeLocalStorage
method by @vladfrangu in #1187 - feat: allow passing
forceCloud
down to the KV store by @vladfrangu in #1186 - fix: automatically convert gdoc share urls to csv download ones in request list by @B4nan in #1174
- fix
YOUTUBE_REGEX_STRING
being too greedy by @B4nan in #1171 - fix: incorrect offset in
fixUrl
function by @szmarczak in #1184 - fix: catch errors inside request interceptors by @B4nan in #1192
- fix: use encodeURIComponent instead of encodeURI by @szmarczak in #1198
- fix: merge cookies provided by user with session cookies by @B4nan in #1201
Full Changelog: v2.0.7...v2.1.0