Skip to content

Commit

Permalink
release: v2.7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Dec 30, 2024
1 parent d87c235 commit 19110eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taospy"
version = "2.7.18"
version = "2.7.19"
description = "TDengine connector for python"
authors = ["Taosdata Inc. <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion taos/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.7.18'
__version__ = '2.7.19'

0 comments on commit 19110eb

Please sign in to comment.