Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

d.1 在dev分支中添加公钥到KEYS,用于发布RC版本

DEV分支的svn库是 https://dist.apache.org/repos/dist/dev/incubator/iotdb

Release分支的SVN库是 https://dist.apache.org/repos/dist/release/incubator/iotdb


命令如下:

$ svn co https://dist.apache.org/repos/dist/dev/incubator/iotdb iotdb-dist-dev

这个步骤比较慢,会把所有版本都考下来,如果网断了,用  svn cleanup 删掉锁,重新执行一下,会断点续传的。。。

...

注意,以下命令又会建个 iotdb-dist-release的文件夹,最好 cd .. 到 iotdb-dist-dev 的上级目录

$ svn co https://dist.apache.org/repos/dist/release/incubator/iotdb iotdb-dist-release

$ cd iotdb-dist-release

...

消息主题:[ANNOUNCE] Apache IoTDB (incubating) 0.10.0 released

消息内容示例:


Panel

The Apache IoTDB team is pleased to announce the release of Apache IoTDB (incubating) 0.10.0.


Apache IoTDB (incubating) (Database for Internet of Things) is an integrated data management engine designed for timeseries data. It provides users with services for data collection, storage and analysis. 


The current release is the 3rd major version of IoTDB, which provides many new features and improvements. A part of features are as follows:

* IOTDB-217 A new GROUPBY syntax, e.g., select avg(s1) from root.sg.d1.s1 GROUP BY ([1, 50), 5ms)
* IOTDB-220 Add hot-load configuration function
* IOTDB-292 Add load external tsfile feature
* IOTDB-298 Support new Last point query. e.g, select last * from root
* IOTDB-305 Add value filter function while executing align by device
* IOTDB-396 Support new query clause: disable align, e.g., select * from root disable align
* IOTDB-447 Support querying non-existing measurement and constant measurement
* IOTDB-448 Add IN operation, e.g., where time in (1,2,3)
* IOTDB-456 Support GroupByFill Query, e.g., select last_value(s1) from root.sg.d1 GROUP BY ([1, 10), 2ms) FILL(int32[previousUntilLast])
* IOTDB-497 Support Apache Flink Connector with IoTDB
* IOTDB-565 MQTT Protocol Support, disabled by default, open in iotdb-engine.properties
* IOTDB-588 Add tags and attributes management
* Online upgrade from 0.9.x
* Make JDBC OSGi usable and added a feature file
* Allow count timeseries group by level=x using default path
* IOTDB-700 Add OpenID Connect based JWT Access as alternative to Username / Password
* IOTDB-715 Support previous time range in previousuntillast
* IOTDB-719 add avg_series_point_number_threshold in config
* IOTDB-734 Add Support for NaN in Double / Floats in SQL Syntax.


The full release note is available at: 

https://raw.githubusercontent.com/apache/incubator-iotdb/release/0.10.0/RELEASE_NOTES.md


The release is available for download at: 

http://iotdb.apache.org/Download


Maven artifacts for JDBC driver, session SDK, TsFile SDK, Spark-connector, Hadoop-connector, Hive-connector and Flink-connector can be found at:

https://search.maven.org/search?q=g:org.apache.iotdb


Docker image of IoTDB server can be found at:

https://hub.docker.com/r/apache/iotdb


Python API package can be found at:

https://pypi.org/project/apache-iotdb/


Regards,
The Apache IoTDB team


=====

Disclaimer 

Apache IoTDB (incubating) is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Apache Incubator.
Incubation is required of all newly accepted projects until a further
review indicates that the infrastructure, communications, and decision
making process have stabilized in a manner consistent with other
successful ASF projects. While incubation status is not necessarily a
reflection of the completeness or stability of the code, it does
indicate that the project has yet to be fully endorsed by the ASF.

更多参考例子:https://lists.apache.org/list.html?dev@iotdb.apache.org:gte=1d:announce

...