Skip to content

Latest commit

 

History

History
140 lines (60 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

140 lines (60 loc) · 6.32 KB

5.0.2 (2024-05-05)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^6.0.5 (#996) (5a16f9f)

5.0.1 (2024-04-07)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^6.0.3 (#968) (4f0c06f)

5.0.0 (2024-01-14)

Features

BREAKING CHANGES

  • drop Node.js v14 and v16

4.0.7 (2023-06-22)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^5.0.4 (#764) (c63b7bd)

4.0.6 (2023-01-01)

Bug Fixes

  • npm: update dependency http-cookie-agent to v5 (#655) (42cc5ee)

4.0.5 (2022-12-28)

Bug Fixes

4.0.4 (2022-12-26)

Bug Fixes

  • allow to reuse config (e.g. axios-retry) (#650) (86a759c)

4.0.3 (2022-07-26)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^4.0.2 (#541) (6246253)

4.0.2 (2022-05-24)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^4.0.1 (#494) (1c75dcf)

4.0.1 (2022-05-08)

Bug Fixes

  • npm: update dependency http-cookie-agent to ^4.0.0 (#485) (7b85d03)

4.0.0 (2022-05-07)

Features

  • npm: update dependency http-cookie-agent to ^3.0.0 (#482) (1dac53a)

BREAKING CHANGES

  • npm: an asynchronous Cookie store (e.g. redis-cookie-store) is no longer supported.

3.0.0 (2022-05-03)

Features

BREAKING CHANGES

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

2.0.5 (2022-05-02)

2.0.4 (2022-02-27)

Bug Fixes

  • deps: update actions/setup-node action to v3 (#450) (0b6fca2)

2.0.3 (2021-10-14)

Bug Fixes

2.0.2 (2021-09-24)

Bug Fixes

  • change axios semver in peer dependencies (#411) (f58c4b4)

2.0.1 (2021-09-24)

Bug Fixes

  • send cookies even when target is same host but different port (#408) (b52126c)

2.0.0 (2021-09-17)

Features

BREAKING CHANGES

  • see MIGRATION.md