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: changelog.markdown
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,13 @@ title: Codeception Changelog
8
8
# Changelog
9
9
10
10
11
+
#### 4.1.22
12
+
13
+
* Security fix: Disable deserialization of RunProcess class ([#6241](https://github.com/Codeception/Codeception/issues/6241))
14
+
* Reduce memory consumption of very large tests ([#6230](https://github.com/Codeception/Codeception/issues/6230)) by **[esnelubov](https://github.com/esnelubov)**
15
+
* Support guzzlehttp/psr7 v2 by **[W0rma](https://github.com/W0rma)**
16
+
* Fix W3C warning in reports generated by Recorder extension ([#6224](https://github.com/Codeception/Codeception/issues/6224)) by RickR2H
17
+
11
18
#### 4.1.21
12
19
13
20
* Fix `dry-run` compatibility with symfony/console 5.3
Alias method for [`logoutProgrammatically()`](https://codeception.com/docs/modules/Symfony#logoutProgrammatically)
1077
1218
1078
1219
{% highlight php %}
1079
1220
@@ -1083,6 +1224,19 @@ $I->logout();
1083
1224
{% endhighlight %}
1084
1225
1085
1226
1227
+
#### logoutProgrammatically
1228
+
1229
+
Invalidates the current user's session and expires the session cookies.
1230
+
This method does not include any redirects after logging out.
1231
+
1232
+
{% highlight php %}
1233
+
1234
+
<?php
1235
+
$I->logoutProgrammatically();
1236
+
1237
+
{% endhighlight %}
1238
+
1239
+
1086
1240
#### makeHtmlSnapshot
1087
1241
1088
1242
Use this method within an [interactive pause](https://codeception.com/docs/02-GettingStarted#Interactive-Pause) to save the HTML source code of the current page.
0 commit comments