Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iotdb-server from 0.12.0-SNAPSHOT to 0.13.1 in /khkw_iotdb/No9udf #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2022

Bumps iotdb-server from 0.12.0-SNAPSHOT to 0.13.1.

Release notes

Sourced from iotdb-server's releases.

Apache IoTDB 0.13.1

New Features

  • [IOTDB-2602] "Without null" supports filtering based on partial columns
  • [IOTDB-3873] Aligned timeseries support single point fill query
  • [ISSUE-6171] Support createTimeseriesOfTemplate in Session
  • [IOTDB-3742] Support COUNT NODES by root.**

Improvements

  • [IOTDB-2820] Update UserGuide SQL about Trigger
  • [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
  • [IOTDB-2838] Check and auto correct endian type for NumpyTablet
  • [IOTDB-2873] provide json template for grafana
  • [IOTDB-2888] Unary expression can followed by a constant
  • [IOTDB-3747] Default Paging of Schema Query with limit 10000
  • [IOTDB-3797] Print detailed info in session when connection fails
  • [IOTDB-3851] C++ client method of tablet sorting optimization
  • [IOTDB-3879] Modify document about the Programming-Cpp-Native-API
  • [IOTDB-3901] C++ client method of insertRecordsOfOneDevice sorting optimization

Bug Fixes

  • [IOTDB-2753] Insert a time series with a null value and report 500
  • [IOTDB-2759] Result of "Show paths set schema template" or "using template" is not complete
  • [IOTDB-2775] Fix throwing exception when query non-exist device in TsFileSequenceReader
  • [IOTDB-2787] Fix aligned mem chunk concurrent problem
  • [IOTDB-2826] Fix can not drop schema template
  • [IOTDB-2828] Update system_version in system.properties after upgrading
  • [IOTDB-2835] Fix empty page in selfcheck method of TsFileSequenceReader
  • [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
  • [IOTDB-2852] The import-csv tool can not import the data to nonaligned device
  • [IOTDB-2859] Fix python tablet with None value is incorrect
  • [IOTDB-2862] Fix SQL injection risks of grafana-connector
  • [IOTDB-2864] Fix Read-only occurred when insert Text value to aligned timeseries
  • [IOTDB-2882] Fix unary expression display bug
  • [IOTDB-2902] Handling user privileges for aligned timeseries related features
  • [IOTDB-2903] Fix show latest timeseries result does not sorted by time
  • [IOTDB-2910] Fix count result not right after deleting storage group
  • [IOTDB-2915] MLogTxtWriter error while parsing CreateAlignedTimeseriesPlan
  • [IOTDB-2922] Fix NPE when compacting with files that contains zero device
  • [IOTDB-2924] UDF Framework: index overflow while iterating sliding windows
  • [IOTDB-2983] Serialization error in Partial insert
  • [IOTDB-2999] Remove useless config and fix default value error.
  • [IOTDB-3018] Fix compaction bugs on handling deleted target file
  • [IOTDB-3029] The prefix path generated by the select into target sequence contains * and ** currently unchecked
  • [IOTDB-3045] The query result contains some timeseries that have been deleted
  • [IOTDB-3120] Print the tsfile name when meet IOException
  • [IOTDB-3158] Fix NPE exception when use iotdb-reporter
  • [IOTDB-3160] TsFile will be corrupted when flushing memtable appears OOM

... (truncated)

Changelog

Sourced from iotdb-server's changelog.

Apache IoTDB 0.13.1

New Features

  • [IOTDB-2602] "Without null" supports filtering based on partial columns
  • [IOTDB-3873] Aligned timeseries support single point fill query
  • [ISSUE-6171] Support createTimeseriesOfTemplate in Session
  • [IOTDB-3742] Support COUNT NODES by root.**

Improvements

  • [IOTDB-2820] Update UserGuide SQL about Trigger
  • [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
  • [IOTDB-2838] Check and auto correct endian type for NumpyTablet
  • [IOTDB-2873] provide json template for grafana
  • [IOTDB-2888] Unary expression can followed by a constant
  • [IOTDB-3747] Default Paging of Schema Query with limit 10000
  • [IOTDB-3797] Print detailed info in session when connection fails
  • [IOTDB-3851] C++ client method of tablet sorting optimization
  • [IOTDB-3879] Modify document about the Programming-Cpp-Native-API
  • [IOTDB-3901] C++ client method of insertRecordsOfOneDevice sorting optimization

Bug Fixes

  • [IOTDB-2753] Insert a time series with a null value and report 500
  • [IOTDB-2759] Result of "Show paths set schema template" or "using template" is not complete
  • [IOTDB-2775] Fix throwing exception when query non-exist device in TsFileSequenceReader
  • [IOTDB-2787] Fix aligned mem chunk concurrent problem
  • [IOTDB-2826] Fix can not drop schema template
  • [IOTDB-2828] Update system_version in system.properties after upgrading
  • [IOTDB-2835] Fix empty page in selfcheck method of TsFileSequenceReader
  • [IOTDB-2837] Add check and sort for NumpyTablet to make sure timestamps are ordered
  • [IOTDB-2852] The import-csv tool can not import the data to nonaligned device
  • [IOTDB-2859] Fix python tablet with None value is incorrect
  • [IOTDB-2862] Fix SQL injection risks of grafana-connector
  • [IOTDB-2864] Fix Read-only occurred when insert Text value to aligned timeseries
  • [IOTDB-2882] Fix unary expression display bug
  • [IOTDB-2902] Handling user privileges for aligned timeseries related features
  • [IOTDB-2903] Fix show latest timeseries result does not sorted by time
  • [IOTDB-2910] Fix count result not right after deleting storage group
  • [IOTDB-2915] MLogTxtWriter error while parsing CreateAlignedTimeseriesPlan
  • [IOTDB-2922] Fix NPE when compacting with files that contains zero device
  • [IOTDB-2924] UDF Framework: index overflow while iterating sliding windows
  • [IOTDB-2983] Serialization error in Partial insert
  • [IOTDB-2999] Remove useless config and fix default value error.
  • [IOTDB-3018] Fix compaction bugs on handling deleted target file
  • [IOTDB-3029] The prefix path generated by the select into target sequence contains * and ** currently unchecked
  • [IOTDB-3045] The query result contains some timeseries that have been deleted
  • [IOTDB-3120] Print the tsfile name when meet IOException
  • [IOTDB-3158] Fix NPE exception when use iotdb-reporter

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [iotdb-server](https://github.com/apache/iotdb) from 0.12.0-SNAPSHOT to 0.13.1.
- [Release notes](https://github.com/apache/iotdb/releases)
- [Changelog](https://github.com/apache/iotdb/blob/v0.13.1/RELEASE_NOTES.md)
- [Commits](https://github.com/apache/iotdb/commits/v0.13.1)

---
updated-dependencies:
- dependency-name: org.apache.iotdb:iotdb-server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants