Skip to content

Commit e3474aa

Browse files
committed
docs: add changelog and upgrade guide
1 parent 801cb5f commit e3474aa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ Others
320320
- **View:** Added ``Controlled Cells`` that provide more structure and flexibility to your View Cells. See :ref:`View Cells <controlled-cells>` for details.
321321
- **Validation:** Added Closure validation rule. See :ref:`validation-using-closure-rule` for details.
322322
- **Config:** Now you can specify Composer packages to auto-discover manually. See :ref:`Code Modules <modules-specify-composer-packages>`.
323+
- **Config:** Added ``Config\Session`` class to handle session configuration.
323324
- **Debug:** Kint has been updated to 5.0.1.
324325
- **Request:** Added new ``$request->getRawInputVar()`` method to return a specified variable from raw stream. See :ref:`Retrieving Raw data <incomingrequest-retrieving-raw-data>`.
325326

@@ -353,6 +354,7 @@ Deprecations
353354
- The public property ``IncomingRequest::$uri`` is deprecated. It will be protected. Use ``IncomingRequest::getUri()`` instead.
354355
- The public property ``IncomingRequest::$config`` is deprecated. It will be protected.
355356
- The method ``CLI::isWindows()`` is deprecated. Use ``is_windows()`` instead.
357+
- The ``Config\App`` session properties in favor of the new session config class ``Config\Session``.
356358

357359
Bugs Fixed
358360
**********

user_guide_src/source/installation/upgrade_430.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,8 @@ Config
272272
- app/Config/Security.php
273273
- Changed the value of the property ``$redirect`` to ``false`` to prevent redirection when a CSRF
274274
check fails. This is to make it easier to recognize that it is a CSRF error.
275+
- app/Config/Session.php
276+
- Added to handle session configuration.
275277
- app/Config/Validation.php
276278
- The default Validation Rules have been changed to Strict Rules for better security. See :ref:`validation-traditional-and-strict-rules`.
277279

0 commit comments

Comments
 (0)