Skip to content

Commit 8a2b78d

Browse files
committed
Update changelog for 4.1.1
1 parent b912f1b commit 8a2b78d

File tree

1 file changed

+185
-0
lines changed

1 file changed

+185
-0
lines changed

CHANGELOG.rst

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,191 @@ Changelog
22
=========
33

44

5+
v4.1.1 (2024-10-31)
6+
-------------------
7+
8+
New
9+
~~~
10+
- Feat: Add a separate function for service startup validation (#1038)
11+
[Mykola Mokhnach]
12+
13+
Test
14+
~~~~
15+
- Test: cleanup func tests for ios more (#1036) [Kazuaki Matsuo]
16+
- Test: cleanup ios (#1034) [Kazuaki Matsuo]
17+
- Test: cleanup tests more (#1033) [Kazuaki Matsuo]
18+
19+
* test: remove some functional test which is tested in unit tets
20+
21+
* test: remvoe location tests
22+
23+
* remove finger
24+
25+
* remove more
26+
27+
* more
28+
29+
* more
30+
31+
* cleanup more
32+
- Test: cleanup test more (#1032) [Kazuaki Matsuo]
33+
34+
* test: cleanup duplicated tests more
35+
36+
* test: just remove existing ones
37+
- Test: cleanup functional tests and move to unit test to CI stable
38+
(#1024) [Kazuaki Matsuo]
39+
40+
Other
41+
~~~~~
42+
- Bump 4.1.1. [Kazuaki Matsuo]
43+
- Chore: allow selenium binging up to 4.25 (#1055) [Kazuaki Matsuo]
44+
45+
* chore: allow selenium binging up to 4.25
46+
47+
* use 4.25
48+
49+
* fix syntax
50+
- Docs: update selenium compatibility matrix. [Kazuaki Matsuo]
51+
- Docs: add options matrix in readme (#1046) [Kazuaki Matsuo]
52+
53+
* docs: add options matrix in readme
54+
55+
* chore: revert unnecessary change
56+
57+
* docs: add tweak pathds
58+
- Chore(deps-dev): update ruff requirement from ~=0.6.9 to ~=0.7.0
59+
(#1049) [dependabot[bot], dependabot[bot]]
60+
61+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
62+
- [Release notes](https://github.com/astral-sh/ruff/releases)
63+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
64+
- [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.7.0)
65+
66+
---
67+
updated-dependencies:
68+
- dependency-name: ruff
69+
dependency-type: direct:development
70+
...
71+
- Chore(deps-dev): update tox requirement from ~=4.22 to ~=4.23 (#1048)
72+
[dependabot[bot], dependabot[bot]]
73+
74+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
75+
- [Release notes](https://github.com/tox-dev/tox/releases)
76+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
77+
- [Commits](https://github.com/tox-dev/tox/compare/4.22.0...4.23.0)
78+
79+
---
80+
updated-dependencies:
81+
- dependency-name: tox
82+
dependency-type: direct:development
83+
...
84+
- Chore(deps-dev): update tox requirement from ~=4.21 to ~=4.22 (#1047)
85+
[dependabot[bot], dependabot[bot]]
86+
87+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
88+
- [Release notes](https://github.com/tox-dev/tox/releases)
89+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
90+
- [Commits](https://github.com/tox-dev/tox/compare/4.21.0...4.22.0)
91+
92+
---
93+
updated-dependencies:
94+
- dependency-name: tox
95+
dependency-type: direct:development
96+
...
97+
- Chore: use ruff (isort, pylint and pyflakes) instead of individual
98+
isort, pylint and black libraries (#1043) [Kazuaki Matsuo]
99+
100+
* apply ruff format and check --fix
101+
102+
* add .ruff.toml
103+
104+
* remove unused rule
105+
106+
* fix pypo
107+
108+
* remove pylint etc
109+
110+
* split lint and format
111+
112+
* add check to call lint and format
113+
114+
* add fix
115+
116+
* modify prefix
117+
118+
* tweak
119+
- Chore(deps): update sphinx-rtd-theme requirement from <3.0 to <4.0
120+
(#1040) [dependabot[bot], dependabot[bot]]
121+
122+
Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version.
123+
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
124+
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.1.8...3.0.0)
125+
126+
---
127+
updated-dependencies:
128+
- dependency-name: sphinx-rtd-theme
129+
dependency-type: direct:production
130+
...
131+
- Chore(deps): update selenium requirement from ~=4.24 to ~=4.25 (#1026)
132+
[Mykola Mokhnach, dependabot[bot], dependabot[bot]]
133+
134+
* chore(deps): update selenium requirement from ~=4.24 to ~=4.25
135+
136+
Updates the requirements on [selenium](https://github.com/SeleniumHQ/Selenium) to permit the latest version.
137+
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
138+
- [Commits](https://github.com/SeleniumHQ/Selenium/compare/selenium-4.24.0...selenium-4.25.0)
139+
140+
---
141+
updated-dependencies:
142+
- dependency-name: selenium
143+
dependency-type: direct:production
144+
...
145+
- Chore(deps-dev): update pytest-cov requirement from ~=4.1 to ~=5.0
146+
(#975) [dependabot[bot], dependabot[bot]]
147+
148+
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
149+
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
150+
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)
151+
152+
---
153+
updated-dependencies:
154+
- dependency-name: pytest-cov
155+
dependency-type: direct:development
156+
...
157+
- Chore(deps): update sphinx requirement from <7.0,>=4.0 to >=4.0,<9.0
158+
(#1009) [dependabot[bot], dependabot[bot]]
159+
160+
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
161+
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
162+
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
163+
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v8.0.2)
164+
165+
---
166+
updated-dependencies:
167+
- dependency-name: sphinx
168+
dependency-type: direct:production
169+
...
170+
- Chore: Use proper type declarations for methods returning self
171+
instances (#1039) [Mykola Mokhnach]
172+
- Chore(deps-dev): update tox requirement from ~=4.20 to ~=4.21 (#1037)
173+
[dependabot[bot], dependabot[bot]]
174+
175+
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
176+
- [Release notes](https://github.com/tox-dev/tox/releases)
177+
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
178+
- [Commits](https://github.com/tox-dev/tox/compare/4.20.0...4.21.0)
179+
180+
---
181+
updated-dependencies:
182+
- dependency-name: tox
183+
dependency-type: direct:development
184+
...
185+
- Chore: update precommit config. [Kazuaki Matsuo]
186+
- Chore: update release script. [Kazuaki Matsuo]
187+
- Update changelog for 4.2.0. [Kazuaki Matsuo]
188+
189+
5190
v4.2.0 (2024-09-24)
6191
-------------------
7192

0 commit comments

Comments
 (0)