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