We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76b5e8 commit 149c253Copy full SHA for 149c253
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+## 2.20.0 (2026-02-13)
2
+
3
+### Feat
4
5
+- **mouse**: add timing property for runtime configuration
6
+- **requests**: add record() and replay() to Request class
7
+- **requests**: add HAR network recorder
8
+- **protocol**: add HAR 1.2 type definitions
9
10
+### Fix
11
12
+- **requests**: use surgical callback removal instead of nuclear clear_callbacks
13
14
+### Refactor
15
16
+- **tab**: extract bundle static methods to utils module
17
18
## 2.19.0 (2026-02-12)
19
20
### Feat
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 2.19.0
+ version: 2.20.0
0 commit comments