Skip to content

@vue-storefront/[email protected]

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 11:36
· 3 commits to main since this release
db35876

Patch Changes

  • [FIXED] Headers with same name will now have their values merged using the ";' delimiter, rather than ",". This is seen when middleware and defaultRequestConfig set the same header - e.g. Cookie.

After this change, Cookie: vsf-locale=en + Cookie: custom-cookie=123 will result in Cookie: vsf-locale=en; custom-cookie=123, rather than being wrongly separated by ,.