Skip to content

Latest commit

 

History

History
220 lines (98 loc) · 9.73 KB

CHANGELOG.md

File metadata and controls

220 lines (98 loc) · 9.73 KB

6.0.5 (2024-05-02)

Bug Fixes

6.0.4 (2024-05-02)

Bug Fixes

  • removed async_UNSTABLE option because it is not working correctly (#874) (b5af18b)

6.0.3 (2024-04-04)

Bug Fixes

6.0.2 (2024-04-02)

Bug Fixes

  • npm: update dependency agent-base to ^7.1.1 (#837) (f3d0ca4)

6.0.1 (2024-01-11)

Bug Fixes

6.0.0 (2024-01-11)

Features

BREAKING CHANGES

  • Drop Node.js v14, v16 support

  • fix: supports undici v6.2.1

close #706 close #728

5.0.4 (2023-06-18)

Bug Fixes

  • change createCookieAgent types for http-proxy-agent v6 updates (e7d97dd)

5.0.3 (2023-06-18)

Bug Fixes

  • npm: update dependency agent-base to v7 (#505) (3c10abf)

5.0.2 (2022-12-28)

Bug Fixes

5.0.1 (2022-12-28)

Bug Fixes

5.0.0 (2022-12-26)

Bug Fixes

BREAKING CHANGES

  • supports undici v5.11.0 or above only

4.0.2 (2022-07-23)

Bug Fixes

  • docs: update dependency urllib to v3 (#187) (f7f7332)

4.0.1 (2022-05-21)

Bug Fixes

  • supports node.js global fetch since node.js v18.2.0 (#127) (05b669c)

4.0.0 (2022-05-08)

Bug Fixes

BREAKING CHANGES

  • http-cookie-agent/http:node cannot use on windows, so renamed http-cookie-agent/http

  • ci: test on windows and macos environments

  • chore: update MIGRATION.md

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

2.1.2 (2022-05-07)

Bug Fixes

  • loose the validation of CookieOptions.jar so that different versions of CookieJar can be used. (#108) (adc4b74)

2.1.1 (2022-05-07)

Bug Fixes

2.1.0 (2022-05-06)

Features

2.0.0 (2022-05-02)

Features

BREAKING CHANGES

  • drop Node.js v12 support, please use v14.18.0 or above

1.0.6 (2022-05-02)

Bug Fixes

  • send data correctly when keepalive is enabled (#90) (b245a77)

1.0.5 (2022-02-27)

Bug Fixes

  • deps: update actions/setup-node action to v3 (#66) (90a87fa)

1.0.4 (2021-12-25)

Bug Fixes

1.0.3 (2021-10-30)

Bug Fixes

  • avoid to url-encode cookie value (#27) (1c1da5c)

1.0.2 (2021-10-14)

Bug Fixes

1.0.1 (2021-09-23)

Bug Fixes

  • send cookies even when target is same host but different port (#11) (bb1b8f3)

1.0.0 (2021-09-12)

Features