@@ -2,8 +2,116 @@ Changelog
22=========
33
44
5+ v4.3.0 (2024-11-12)
6+ -------------------
7+
8+ New
9+ ~~~
10+ - Feat: support selenium 4.26+: support ClientConfig and refactoring
11+ internal implementation (#1054) [Kazuaki Matsuo]
12+
13+ * feat: require selenium 4.26+
14+
15+ * update executor command
16+
17+ * add more code
18+
19+ * tweak the init
20+
21+ * tweak arguments
22+
23+ * fix test
24+
25+ * apply add_command
26+
27+ * use add_command
28+
29+ * add GLOBAL_DEFAULT_TIMEOUT
30+
31+ * add a workaround fix
32+
33+ * use 4.26.1
34+
35+ * remove possible redundant init
36+
37+ * add warning
38+
39+ * add todo
40+
41+ * add description more
42+
43+ * use Tuple or python 3.8 and lower
44+
45+ * add example of ClientConfig
46+
47+ * add read timeout example
48+
49+ * update readme
50+
51+ * correct headers
52+
53+ * more timeout
54+
55+ * simplify a bit
56+
57+ * tweak the readme
58+
59+ * docs: update the readme
60+
61+ * get new headers
62+
63+ * fix type for py3.8
64+
65+ * fix review
66+
67+ * fix review, extract locator_converter
68+
69+ Other
70+ ~~~~~
71+ - Bump 4.3.0. [Kazuaki Matsuo]
72+ - Chore(deps-dev): update ruff requirement from ~=0.7.2 to ~=0.7.3
73+ (#1060) [dependabot[bot], dependabot[bot]]
74+
75+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
76+ - [Release notes](https://github.com/astral-sh/ruff/releases)
77+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
78+ - [Commits](https://github.com/astral-sh/ruff/compare/0.7.2...0.7.3)
79+
80+ ---
81+ updated-dependencies:
82+ - dependency-name: ruff
83+ dependency-type: direct:development
84+ ...
85+ - Chore: update pre-commit (#1058) [Kazuaki Matsuo]
86+
87+ * chore: update pre-commit
88+
89+ * use proper pre-commit
90+ - Chore(deps-dev): update ruff requirement from ~=0.7.0 to ~=0.7.2
91+ (#1057) [dependabot[bot], dependabot[bot]]
92+
93+ Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
94+ - [Release notes](https://github.com/astral-sh/ruff/releases)
95+ - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
96+ - [Commits](https://github.com/astral-sh/ruff/compare/0.7.0...0.7.2)
97+
98+ ---
99+ updated-dependencies:
100+ - dependency-name: ruff
101+ dependency-type: direct:development
102+ ...
103+ - Docs: update CHANGELOG.rst. [Kazuaki Matsuo]
104+ - Update changelog for 4.2.1. [Kazuaki Matsuo]
105+
106+
5107v4.2.1 (2024-10-31)
6108-------------------
109+ - Bump 4.2.1. [Kazuaki Matsuo]
110+ - Update changelog for 4.1.1. [Kazuaki Matsuo]
111+
112+
113+ v4.1.1 (2024-10-31)
114+ -------------------
7115
8116New
9117~~~
39147
40148Other
41149~~~~~
42- - Bump 4.2 .1. [Kazuaki Matsuo]
150+ - Bump 4.1 .1. [Kazuaki Matsuo]
43151- Chore: allow selenium binging up to 4.25 (#1055) [Kazuaki Matsuo]
44152
45153 * chore: allow selenium binging up to 4.25
0 commit comments