npm http-cookie-agent 3.0.0
v3.0.0

latest releases: 6.0.5, 6.0.4, 6.0.3...
2 years ago

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'.

Don't miss a new http-cookie-agent release

NewReleases is sending notifications on new releases.