Skip to content

Latest commit

 

History

History
143 lines (66 loc) · 7.61 KB

CHANGELOG.md

File metadata and controls

143 lines (66 loc) · 7.61 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2024-02-07)

Bug Fixes

  • Access-Control-Expose-Headers only set on preflight (#84) (f2515c8)
  • wrong di.xml configuration - missing noNamespaceSchemaLocation and xmlns:xsi (#82) (104fd5d)

2.0.0 (2022-10-14)

Bug Fixes

  • add compatability between Laminas\Http and Zend\Http (#75) (b1d4af1)

2.0.0-rc.0 (2022-06-11)

⚠ BREAKING CHANGES

  • If you were expecting to use the native GraphQl/REST controller when computing CORS headers (and everything else that entails - like having a Magento session, for example) that guarantee is no-longer provided.

Features

  • graphql,rest: add faster CORS headers (#66) (cefd663)

  • denote breaking changes (b98b9bc)

1.6.0 (2022-06-11)

Features

  • add Magento v2.4.4 and PHP8.1 support (#70) (6e8bfe1)
  • rest: extend REST request to allow OPTIONS without error (#55) (eb1df2d)

1.4.1 (2021-03-04)

Bug Fixes

  • graphql, rest: allow caching of options requests (#53) (f6b9b3f)

1.4.0 (2021-03-02)

Features

  • graphql, rest: add support for access-control-expose-headers (#49) (53aac87)
  • graphql, rest: apply certain headers only to preflight requests (#51) (30bcff0)
  • graphql,rest: add support for Vary header with Origin (#47) (e656909)
  • validator: add a new method to determine whether or not a reque… (#50) (8c3ef8b)

1.3.2 (2020-08-10)

1.3.1 (2020-08-10)

1.3.0 (2020-05-18)

Bug Fixes

  • graphql: prevent fatal error when using Chrome extensions for graphql querying (#24) (486fe10)

Build System

Features

  • cors: add header provider for Allow-Credentials (#27) (38bf597)

Tests

  • configuration: added/updated unit tests for config files (#19) (826b68e)
  • integration: updated integration tests to pass (#23) (89736d7)

1.2.0 (2020-01-20)

Features

  • rest: fixup rest api to handle options requests (#13) (3520b9d)

1.1.0 (2020-01-17)

Bug Fixes

Features

  • rest: add CORS support for Magento 2 REST APIs (#11) (2342976)
  • rest: allow rest api and graphql apis to be configurable separately (#12) (ff5813e)

1.0.0 (2019-07-23)

Bug Fixes

  • configuration: remove backtick in di.xml (3a6549c)

Features

  • cors: initial package with configuration and validation for CORS headers on the GraphQL api (493c6ad)
  • release: add basic release process (b09b62b)
  • security: enforce security by default, no headers out of the box (cb3291c)

1.0.0 (2019-07-23)

Bug Fixes

  • configuration: remove backtick in di.xml (3a6549c)

Features

  • cors: initial package with configuration and validation for CORS headers on the GraphQL api (493c6ad)
  • release: add basic release process (b09b62b)
  • security: enforce security by default, no headers out of the box (cb3291c)