Skip to content

Commit 238c1f4

Browse files
authored
Merge pull request #71 from tofupilot/release-please--branches--main
chore(main): release 1.11.2
2 parents 1a5a51e + df3b325 commit 238c1f4

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
This changelog is auto-generated by [release-please](https://github.com/googleapis/release-please).
99

10+
## [1.11.2](https://github.com/tofupilot/python-client/compare/v1.11.0...v1.11.2) (2025-05-16)
11+
12+
13+
### Bug Fixes
14+
15+
* "open api call" in the operator UI sometimes leading to the wrong call ([06c8974](https://github.com/tofupilot/python-client/commit/06c897420fe1fc53fbc4a0a20b23e4679518f211))
16+
* client disconnecting after around 1h ([56fb808](https://github.com/tofupilot/python-client/commit/56fb808e5a0b61088a74384da7256fd3fb615637))
17+
* incorrect instruction on how to disable streaming on streaming fail ([5e018a4](https://github.com/tofupilot/python-client/commit/5e018a4eeb55f7680fe5eabbd7944674a64c4674))
18+
* issue uploading attachments ([cfc2a26](https://github.com/tofupilot/python-client/commit/cfc2a26b623fa45d0e3191adfc43b314727e6181))
19+
* operator UI disconnectig permanently when internet connection lost ([f4f57f4](https://github.com/tofupilot/python-client/commit/f4f57f4b469d02b9301f656589af9667823be3b6))
20+
* use of feature unsupported in python 3.9 ([cfc2a26](https://github.com/tofupilot/python-client/commit/cfc2a26b623fa45d0e3191adfc43b314727e6181))
21+
22+
23+
### Miscellaneous Chores
24+
25+
* release 1.11.2 ([ea50c6d](https://github.com/tofupilot/python-client/commit/ea50c6d2f1d5a1c2f7619a0fecfed470e07e157e))
26+
1027
## [1.9.4](https://github.com/tofupilot/python-client/compare/v1.9.3...v1.9.4) (2025-02-24)
1128

1229

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="tofupilot",
8-
version="1.11.1",
8+
version="1.11.2",
99
packages=find_packages(),
1010
install_requires=[
1111
"requests>=2.25.0",

0 commit comments

Comments
 (0)