Skip to content

Commit d277271

Browse files
menshibinqevolg
andauthored
feat: update rust connector version (#336)
* feat: update rush connector versinon * feat(ws): upgrade rust connector --------- Co-authored-by: qevolg <[email protected]>
1 parent 37c2552 commit d277271

File tree

3 files changed

+49
-12
lines changed

3 files changed

+49
-12
lines changed

taos-ws-py/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Conventional Changelog](https://www.conventionalcommits.org/en/v1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.5.2 - 2025-05-27
9+
10+
- **(taos-ws-py)**: Optimization of Python connector WebSocket poll
11+
812
## v0.5.1 - 2025-05-16
913

1014
### Features:
1115

12-
- **(taos-ws-py)**: support stmt2 in python websocket connector (#327)
16+
- **(taos-ws-py)**: support stmt2 in python websocket connector (#327)
1317

1418
## v0.4.0 - 2025-03-31
1519

taos-ws-py/Cargo.lock

Lines changed: 43 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

taos-ws-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "taos-ws-py"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
edition = "2021"
55
publish = false
66

0 commit comments

Comments
 (0)