ver-3.3.8.1
3.3.8.1
Changed 1
- Support alter RSMA
Fixed 11
- Incorrect results returned when executing first and last functions on the timestamp column simultaneously
- Precision loss when taosX synchronizes decimal data
- Incorrect first window calculation results after taosd restart when stream is triggered periodically
- Show local variables like timezone displayed incorrectly on the Windows platform
- No error reported after specifying the DELETE_RECALC option for count window in stream
- Explorer typos
- move_to failed since cross-dev
- Crash occurs while WebSocket reconnects when using STMT
- Disk flush thread may deadlock during heavy write and query operations
- Incorrect end_point information in perf_connections
- Tag filtering did not take effect when subscribing to a topic with tag selection conditions
From TDengine
Behavior change and compatibility
Features
Enhancements
- enh: support for alter RSMA
Fixes
- fix: incorrect results were returned when executing first and last functions on the timestamp column simultaneously
- fix: precision loss when taosX synchronizes decimal data
- fix: incorrect first window calculation results after taosd restart when stream is triggered periodically.
- fix: show local variables like 'timezone' displayed incorrectly on the Windows platform
- fix: resolved issue where no error was reported after specifying the DELETE_RECALC option for count window in stream
- fix: fix some Explorer typos
- fix: move_to failed since cross-dev
- fix: crash occurs while WebSocket reconnects when using STMT
- fix: the disk flush thread may deadlock during heavy write and query operations
- fix: resolved incorrect end_point information in perf_connections
- fix: tag filtering did not take effect when subscribing to a topic with tag selection conditions
What's Changed
- test: remove check for period recalc. by @xiao-77 in https://github.com/taosdata/TDengine/pull/33146
- feat: add status check on compatibility cases. by @xiao-77 in https://github.com/taosdata/TDengine/pull/33065
- fix: order by errors by @Tony2h in https://github.com/taosdata/TDengine/pull/33058
- fix: correct log message formatting in taosd startup by @tomchon in https://github.com/taosdata/TDengine/pull/33157
- docs: update release note for 3.3.8.0 in office web by @feici02 in https://github.com/taosdata/TDengine/pull/33155
- fix: resolved incorrect end_point information in perf_connections by @yihaoDeng in https://github.com/taosdata/TDengine/pull/33159
- docs: update pkg to 3.3.8.0 and use pkgType to get version url by @tomchon in https://github.com/taosdata/TDengine/pull/33162
- docs: update pkg to 3.3.8.0 by @tomchon in https://github.com/taosdata/TDengine/pull/33163
- fix: last error by @facetosea in https://github.com/taosdata/TDengine/pull/33151
- docs: update TDengine package version to 3.3.8.0 by @tomchon in https://github.com/taosdata/TDengine/pull/33164
- fix: [TD-38160] Disable delete_recalc when trigger window is count wi… by @Simon9997 in https://github.com/taosdata/TDengine/pull/33132
- Docs/ipv6Update by @yihaoDeng in https://github.com/taosdata/TDengine/pull/33167
- test:move docs tests and unit tests to new framework by @tomchon in https://github.com/taosdata/TDengine/pull/33148
- fix: remove unsupported branches from pull request triggers in workflow by @tomchon in https://github.com/taosdata/TDengine/pull/33169
- fix: last ERROR by @facetosea in https://github.com/taosdata/TDengine/pull/33166
- enh(stream): remove synchronous wait for runner by @JinqingKuang in https://github.com/taosdata/TDengine/pull/33154
- fix: dead lock caused by pthread_cond_destroy by @kailixu in https://github.com/taosdata/TDengine/pull/33168
- merge: from 3.3.6 to main branch by @guanshengliang in https://github.com/taosdata/TDengine/pull/33171
- fix: remove unnecessary jsonPath attribute and add tdgpt download url by @tomchon in https://github.com/taosdata/TDengine/pull/33175
- docs: support rollup sma by @kailixu in https://github.com/taosdata/TDengine/pull/33176
- Uncatalog 1-insert/2-query case migrate to catalog by @DuanKuanJun in https://github.com/taosdata/TDengine/pull/32977
- fix: update links to issue references in release notes for clarity by @tomchon in https://github.com/taosdata/TDengine/pull/33179
- refactor(gpt): update doc and error msg. by @hjxilinx in https://github.com/taosdata/TDengine/pull/33156
- fix: replace DocCardList with SortedDocCardList in release notes by @tomchon in https://github.com/taosdata/TDengine/pull/33183
- fix(tz): timezone display error in windows by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33170
- fix(tz): timezone display error in windows by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33190
- fix(tmq): [ts7402]tag filter do not work if topic is stable with filter by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33191
- fix(tmq): [ts7402]tag filter do not work if topic is stable with filter by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33143
- fix(stream): [TD35698]decimal data error if snapshot is true by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33189
- fix(stream): [TD35698]decimal data error if snapshot is true by @wangmm0220 in https://github.com/taosdata/TDengine/pull/33149
- enh(rsma): support alter/decimal/composite key by @kailixu in https://github.com/taosdata/TDengine/pull/33177
- docs: fix desc errors in taosgen's document by @YamingPei in https://github.com/taosdata/TDengine/pull/33172
- fix:stmt core by @Pengrongkun in https://github.com/taosdata/TDengine/pull/33196
- merge: from 3.3.6 to main by @guanshengliang in https://github.com/taosdata/TDengine/pull/33200
- docs: fix python examples error by @menshibin in https://github.com/taosdata/TDengine/pull/33199
- fix: conditionally copy scripts and update configuration instructions for non-lite package mode by @tomchon in https://github.com/taosdata/TDengine/pull/33188
Full Changelog: https://github.com/taosdata/TDengine/compare/ver-3.3.8.0...ver-3.3.8.1