Skip to main content
Version: 3.1

Changelog

apify@3.1.16

3.1.16 (2024-02-23)

Note: Version bump only for package apify

apify@3.1.15

3.1.15 (2024-01-08)

Features
  • ignore proxy configuration locally if no valid token or password is found (#272) (0931c2e), closes #262

apify@3.1.14

3.1.14 (2023-11-27)

This release updates internal dependencies, including the new got-scraping v4 (used for resolving proxy URLs).

apify@3.1.13

3.1.13 (2023-11-15)

Bug Fixes
  • apify: declare got-scraping as dependency (#252) (a6bcf1d)

apify@3.1.12

3.1.12 (2023-10-05)

Bug Fixes
  • add more logging to Actor.init and Actor.exit (#236) (b7e01fc)

apify@3.1.11

3.1.11 (2023-10-04)

Bug Fixes
  • run the whole Actor.exit() code inside a timeout handler (#235) (c8aabae)
Features
  • Use .reboot() instead of .metamorph() for reboot (#227) (8c0bff5)

apify@3.1.10

3.1.10 (2023-09-07)

Bug Fixes
  • require newer version of crawlee to fix possible issues with purgeDefaultStorages (#226) (95cf31f)

apify@3.1.9

3.1.9 (2023-09-06)

Note: Version bump only for package apify

@apify/scraper-tools@1.1.2

1.1.2 (2023-07-28)

Bug Fixes
  • declare missing dependency on tslib (bc27118)
Features

apify@3.1.8

3.1.8 (2023-07-20)

Bug Fixes
  • require newer version of apify-client and other packages (24a3a4b)
Features

apify@3.1.7

3.1.7 (2023-06-09)

Note: Version bump only for package apify

apify@3.1.6

3.1.6 (2023-06-09)

Bug Fixes
  • only print status message when explicitly provided in Actor.exit() (#203) (85159e4)

apify@3.1.5

3.1.5 (2023-05-31)

Bug Fixes
  • add missing options parameter to Actor.setStatusMessage() (712e8c6)
Features

apify@3.1.4

3.1.4 (2023-03-23)

Bug Fixes
  • log status message only once and without prefix (#179) (1f11a6a)

apify@3.1.3

3.1.3 (2023-03-22)

Bug Fixes
  • call/callTask accept waitSecs instead of waitForFinish (#176) (f0c73d8)
Features

apify@3.1.2

3.1.2 (2023-02-07)

Bug Fixes
  • declare missing dependency on tslib (bc27118)
  • remove unused export of QueueOperationInfoOptions (b29fe48)

apify@3.1.1

3.1.1 (2022-11-13)

Features
  • add statusMessage to AbortOptions (fb10bb6)
  • warn about actor not being initialized before using storage methods (#126) (91cd246)

apify@3.1.0

3.1.0 (2022-10-13)

Bug Fixes
  • apify: add @apify/timeout to dependencies (#76) (1d64a1f)
  • use correct event manager for actor methods (#49) (ef3a0c5)
  • wait for memory storage to write changes before Actor.exit exists the process (c721d98)
Features

@apify/scraper-tools@1.1.0

1.1.0 (2022-10-13)

Features