Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 13:05
7857095

2.0.0 (2024-12-15)

⚠ BREAKING CHANGES

  • remove deprecated extraOptions (#28)
  • change credentials mode from "omit" to "same-origin" when set to false (#27)

Caution

This is a breaking change, as users with withCredentials not set or set to false, will now send cookies to same-site instead of sending not them.
Be sure that this is acceptable for your use case.

Tip

If the credentials mode should still be set to omit, you can set the omitCredentials parameter to true.
If withCredentials is also set to true, omitCredentials will take precedence.

Bug Fixes

  • change credentials mode from "omit" to "same-origin" when set to false (#27) (bf882f3)

Miscellaneous Chores