diff --git a/CHANGELOG.md b/CHANGELOG.md index ecf70e8b..847e1dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v2.7.19 - 2024-12-30 + +### Features: + +- support show view + +### Bug Fixes: + +- add CLOUD_DSN replace plain text +- add mac build go +- add pip install taos-ws-py +- add pytest +- add token +- add token cloud +- remove test_cloud.py test in example test +- simple code +- support TDengine cloud +- view array return +- websocket use is not right + +### Tests: + +- token pass with argument +- token pass with argument index 1 + +### Documents: + +- 2.7.18 modify bug fixed log +- rewrite changelog with offical-website doc + ## v2.7.18 - 2024-12-14 ### Features: diff --git a/pyproject.toml b/pyproject.toml index 07118764..1189b063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "taospy" -version = "2.7.18" +version = "2.7.19" description = "TDengine connector for python" authors = ["Taosdata Inc. "] license = "MIT" diff --git a/taos/_version.py b/taos/_version.py index 6806d010..b30b66dd 100644 --- a/taos/_version.py +++ b/taos/_version.py @@ -1 +1 @@ -__version__ = '2.7.18' +__version__ = '2.7.19'