Skip to content

Releases: 3846masa/http-cookie-agent

v5.0.3

18 Jun 17:53
Compare
Choose a tag to compare

5.0.3 (2023-06-18)

Bug Fixes

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

v5.0.2

28 Dec 03:11
Compare
Choose a tag to compare

5.0.2 (2022-12-28)

Bug Fixes

v5.0.1

28 Dec 02:29
Compare
Choose a tag to compare

5.0.1 (2022-12-28)

Bug Fixes

v5.0.0

26 Dec 06:54
Compare
Choose a tag to compare

5.0.0 (2022-12-26)

Bug Fixes

BREAKING CHANGES

  • supports undici v5.11.0 or above only

v4.0.2

23 Jul 10:01
Compare
Choose a tag to compare

4.0.2 (2022-07-23)

Bug Fixes

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

v4.0.1

21 May 04:01
Compare
Choose a tag to compare

4.0.1 (2022-05-21)

Bug Fixes

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

v4.0.0

08 May 00:35
Compare
Choose a tag to compare

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

v3.0.0

07 May 15:54
Compare
Choose a tag to compare

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

v2.1.2

07 May 15:28
Compare
Choose a tag to compare

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)

v2.1.1

07 May 14:00
Compare
Choose a tag to compare

2.1.1 (2022-05-07)

Bug Fixes