Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.1.2...v3.0.0) (2022-05-07) ### Features * change import path for node:http ([#105](#105)) ([6260bdc](6260bdc)) * update README and add MIGRATION GUIDES ([#110](#110)) ([cb03a9f](cb03a9f)) * use cookiejar synchronous functions by default ([#107](#107)) ([2bf68bb](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'`.
- Loading branch information