You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.3.0.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,7 @@ Others
320
320
- **View:** Added ``Controlled Cells`` that provide more structure and flexibility to your View Cells. See :ref:`View Cells <controlled-cells>` for details.
321
321
- **Validation:** Added Closure validation rule. See :ref:`validation-using-closure-rule` for details.
322
322
- **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.
323
324
- **Debug:** Kint has been updated to 5.0.1.
324
325
- **Request:** Added new ``$request->getRawInputVar()`` method to return a specified variable from raw stream. See :ref:`Retrieving Raw data <incomingrequest-retrieving-raw-data>`.
325
326
@@ -353,6 +354,7 @@ Deprecations
353
354
- The public property ``IncomingRequest::$uri`` is deprecated. It will be protected. Use ``IncomingRequest::getUri()`` instead.
354
355
- The public property ``IncomingRequest::$config`` is deprecated. It will be protected.
355
356
- 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``.
0 commit comments