Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 15:54
· 1016 commits to main since this release

3.0.0 (2022-05-07)

Features

  • change import path for node:http (#105) (6260bdc)
  • update README and add MIGRATION GUIDES (#110) (cb03a9f)
  • use cookiejar synchronous functions by default (#107) (2bf68bb)

BREAKING CHANGES

  • see MIGRATION.md for more details.
  • The property name for passing cookiejar to agent has been changed.
  • Changed to use cookiejar synchronous functions by default. If you use an asynchronous cookiejar store, set cookies.async_UNSTABLE to true.
  • you should import 'http-cookie-agent/node:http' instead of 'http-cookie-agent'.