使用标签,可以标记提交历史上的特定点为重要提交
  • ver-2.0.0.0   https://www.taosdata.com/cn/documentation20/
  • ver-1.6.6.1   1..Fix bug: Crash due to null pointer when query;
  • ver-1.6.6.0   1.Fix bug: limit/offset clause error when query; 2.Fix bug: Crash due to bad SQL(?;); 3.Fix bug:If there is no result after query filtering, it will crash; 4.New feature: union query between super tables;
  • ver-1.6.5.9   update version info
    feef3bde · [update version info] ·
  • ver-1.6.5.8   [update version info]
    4e076654 · [save version info] ·
  • ver-1.6.5.7   1. Fix bug: Grafana queries tdengine for illegal memory access 2. Fix bug: not active session 3. The show accounts command supports the use of non root accounts. 4. Fix bug: After the two servers cluster and the masterip machine goes down, no heartbeat causes the power or Taos connection to fail 5. Fix bug: When the client specifies a database login that does not exist, it causes taosd crash. 6. Fix bug: Synchronization failed after version upgrade from v1.6.4 to v1.6.5. 7. Fix code issues reported by coverage scan
  • ver-1.6.6.2-beta   1. Fix bug: Pointer is not assigned, resulting in crash 2. The show accounts command supports the use of non root accounts. 3. Fix bug: After the two servers cluster and the masterip machine goes down, no heartbeat causes the power or Taos connection to fail 4. Fix bug: When the client specifies a database login that does not exist, it causes taosd crash. 5. Fix bug: Synchronization failed when taosd start. 6. Fix code issues reported by coverage scan
  • ver-1.6.6.1-beta   develop release notes: Fix bugs and refactor code: 1. Avoid the retry efforts to consume too many CPU time in getting first available cache slot 2. Fix invalid free bug. 3. Fix sub/pub bug in returning data to client 4. Filter only sliding query. 5. Fix the crash when skey is less than ekey. 6. Fix bugs founded in regression test(reverse scan failed). 7. Fix __compar_fn_t build issue on Mac 8. Fix invalid write when assign the ip address at the client side. 9. Refactor code for sliding query processing 10. Refactor extbuffer model. 11. Refactor code for query intermeidate buffer. 12. Remove redundant codes 13. Fix bugs in regression test. 14. Fix query bugs. 15. Fix bugs found in regression test. 16. Modify default value of memory for aarch32 version 17. Modify compile scripts 18. Fix pHeader->tranId use the wrong method when assigning 19. Fix tpercentile link issue on Mac (and Windows) 20. Add description in the document: the time range that the database allows to insert records 21. Docker compile modify and doc modify 22. Refactor subscribe feature, and update corresponding documents 23. Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query. 24. Fix bug: describing super table causes crash, when add one tag and the data type of tag is wrong 25. Fix bug: the error result of show databases for no root user 26. Fix bug: Add additional check when super table uid is 0, Compatible with the case of super table with uid 0. 27. Fix a typo 28. Fix the crash when ctrl+c is triggered when querying super table. New feature: 1. Add six new functions for supporting rate/irate/sum_rat/sum_irate/avg_rate/avg_irate
  • ver-1.6.5.6   1, Describing super table causes crash, when add one tag and the data type of tag is wrong 2, The error result of show databases for no root user 3, Add additional check when super table uid is 0. 4, Fix a typo 5, Compatible with the case of super table with uid 0 6, Fix the crash when ctrl+c is triggered when querying super table. 7, Support input 'nan' or '-nan' for double/float. 8, Modified the format of query result for Grafana plugin, seperate the data into divided arrays, one result array per table, with the tags as the label. Therefor "select * from super-table-name" will work well in the Grafana query.
  • ver-1.6.5.5-fnk   release this version to fanake for compatible.
    4ad876d4 · [release for fnk] ·
  • ver-1.6.6.0-beta   fix bugs: 1. kill connection failed 2. fix memroy leaks new feature: 1. support aarch32 2. add union
  • ver-1.6.5.5   update modify package name.
  • ver-1.6.5.4   Add an option to control the meaning of affected rows
  • ver-1.6.4.6   fixed bugs 1) Add column and import cause " TDengine Error: others" 2) Data file corruption during multi-copy synchronization 3) enhancements 1) Enhanced security permissions
  • ver-1.6.5.3.aidong-beta   add some log for parsing insertion SQL and showing complete insertion SQL
  • ver-1.6.5.3-beta   enhancements 1) In the query of super tables, all subquery objects are prepared before lauching and some checks for global status check are added; 2) Failed login information would be store in the 'log' database and the access to this database has be limited;
  • ver-1.6.5.2-beta   fixed bugs 1) query results could be incorrect when sorting the results by descending timestamp and using offset/limit 2) query of last record could lead to server crash 3) the display could be incorrect when show vnodes [dnodeIp] 4) Group by normal column may result in server crash enhancements 1) add support for customized template variable for query alias in the grafana 2) add support for Alpine Linux 3) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 4) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 5) allow dropping database and inserting data to be concurrently executed
  • ver-1.6.4.5   fixed bugs 1) in the windows query results from grouping by a nchar column could be inconsistent with that from taos cliEnt shell in the linux 2) query of last record could lead to server crash 3) both inserting data and creating dropped tables would fail if setting 'tables' option to 1 enhancements ) avoid repetitively parsing the same table when inserting records into multiple tables in a batch 2) accelerate the speed of writing into a database with multiple replicas by redirecting the request to the master vnode 3) clarify the error message when importing multiple files
  • ver-1.6.5.1-beta
  • ver-1.6.4.4   1.#952 Logical error when setting read and write permissions for the user 2.#949 SQL statement `show connections` may cause crash 3.#946 Filter on all NULL value cause the server crashed 4.#928 Use multi-threading to import all SQL files in the directory separately 5.Asynchronous query loop too many times when pulling cache