Skip to content

Commit

Permalink
Merge pull request #6158 from kenjis/fix-docs-changelog-v420
Browse files Browse the repository at this point in the history
docs: improve changelog v4.2.0
  • Loading branch information
kenjis authored Jun 19, 2022
2 parents 59fc84f + cf7710f commit fe1dbc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions user_guide_src/source/changelogs/v4.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Highlights
**********

- Update minimal PHP requirement to 7.4.
- To make the default configuration more secure, auto-routing has been changed to disabled by default.
- **OCI8 Driver for Oracle Database** (*contributed by* `ytetsuro <https://github.com/ytetsuro>`_). See `Database`_.
- **Improved Auto Routing** (opt-in) (*contributed by* `kenjis <https://github.com/kenjis>`_). See `New Improved Auto Routing`_.
- Query Builder **Subqueries** and **UNION** support (*contributed by* `Andrey Pyzhikov <https://github.com/iRedds>`_). See `Database`_.
Expand Down Expand Up @@ -134,11 +135,11 @@ Changes
*******

- Update minimal PHP requirement to 7.4.
- The current version of Content Security Policy (CSP) outputs one nonce for script and one for style tags. The previous version outputted one nonce for each tag.
- The process of sending cookies has been moved to the ``Response`` class. Now the ``Session`` class doesn't send cookies, set them to the Response.
- To make the default configuration more secure, auto-routing has been changed to disabled by default.
- Validation. Changed generation of errors when using fields with a wildcard (*). Now the error key contains the full path. See :ref:`validation-getting-all-errors`.
- ``Validation::getError()`` when using a wildcard will return all found errors matching the mask as a string.
- To make the default configuration more secure, auto-routing has been changed to disabled by default.
- The current version of Content Security Policy (CSP) outputs one nonce for script and one for style tags. The previous version outputted one nonce for each tag.
- The process of sending cookies has been moved to the ``Response`` class. Now the ``Session`` class doesn't send cookies, set them to the Response.

Deprecations
************
Expand Down

0 comments on commit fe1dbc2

Please sign in to comment.