@@ -2,6 +2,82 @@ Changelog
22=========
33
44
5+ v2.10.2 (2023-06-08)
6+ --------------------
7+
8+ Fix
9+ ~~~
10+ - Update the constructor for compatibility with python client 4.10
11+ (#879) [Mykola Mokhnach]
12+
13+ Test
14+ ~~~~
15+ - Ci: add py11 for the unit test (#875) [Kazuaki Matsuo]
16+
17+ Other
18+ ~~~~~
19+ - Bump 2.10.2. [Kazuaki Matsuo]
20+ - Chore: remove duplicated clean command (#809) [Kazuaki Matsuo]
21+
22+ * remove clear
23+
24+ * remove clear more
25+ - Chore(deps-dev): update tox requirement from ~=4.5 to ~=4.6 (#877)
26+ [dependabot[bot], dependabot[bot]]
27+
28+ Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
29+ - [Release notes](https://github.com/tox-dev/tox/releases)
30+ - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
31+ - [Commits](https://github.com/tox-dev/tox/compare/4.5.0...4.6.0)
32+
33+ ---
34+ updated-dependencies:
35+ - dependency-name: tox
36+ dependency-type: direct:development
37+ ...
38+ - Docs: address version management recommendation in the readme (#874)
39+ [Kazuaki Matsuo]
40+
41+ * chore: set the max selenium deps version
42+
43+ * ci: add python 11
44+
45+ * Update unit-test.yml
46+
47+ * add note in the readme
48+
49+ * Update README.md
50+
51+ * docs: merge the matrix pr into README.md
52+ - Docs: Improve usage examples (#873) [Mykola Mokhnach]
53+ - Chore(deps-dev): update pytest-cov requirement from ~=4.0 to ~=4.1
54+ (#872) [dependabot[bot], dependabot[bot]]
55+
56+ Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
57+ - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
58+ - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v4.1.0)
59+
60+ ---
61+ updated-dependencies:
62+ - dependency-name: pytest-cov
63+ dependency-type: direct:development
64+ ...
65+ - Chore(deps-dev): update typing-extensions requirement (#871)
66+ [dependabot[bot], dependabot[bot]]
67+
68+ Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version.
69+ - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
70+ - [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.6.0)
71+
72+ ---
73+ updated-dependencies:
74+ - dependency-name: typing-extensions
75+ dependency-type: direct:development
76+ ...
77+ - Chore: nump the version. [Kazuaki Matsuo]
78+ - Update changelog for 2.10.1. [Kazuaki Matsuo]
79+
80+
581v2.10.1 (2023-05-20)
682--------------------
783
0 commit comments