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-jdbc from 0.13.0 to 1.1.0 #309

Merged
merged 1 commit into from
May 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps iotdb-jdbc from 0.13.0 to 1.1.0.

Release notes

Sourced from iotdb-jdbc's releases.

Apache IoTDB 1.1.0

New Features

  • [IOTDB-4572] support order by time in align by device
  • [IOTDB-4816] Support Show Queries command
  • [IOTDB-4817] Support kill query command
  • [IOTDB-5077] Support new command formats in SHOW REGIONS
  • [IOTDB-5108] Support region migration
  • [IOTDB-5202] Support show regions with specific database
  • [IOTDB-5282] Add SQL show variables, which can display the current cluster variables
  • [IOTDB-5341] Support GROUP BY VARIATION in aggregation query
  • [IOTDB-5372] Support data type cast in SELECT INTO
  • [IOTDB-5382] Support DIFF as built-in scalar function in IoTDB
  • [IOTDB-5393] Show Region creation time when execute show regions
  • [IOTDB-5456] Implement COUNT_IF built-in aggregation function
  • [IOTDB-5515] Support GROUP BY CONDITION in aggregation query
  • [IOTDB-5555] Enable modify dn_rpc_port and dn_rpc_address in datanode-engine.properties
  • Support docker deployment
  • Rename SeriesSlotId to SeriesSlotNum in show regions

Improvements

  • [IOTDB-4497] Improve NodeStatus definition
  • [IOTDB-5066] Upgraded the GetSlots SQLs
  • [IOTDB-5161] Add output type check for WHERE & HAVING clause and refuse expressions whose return type are not boolean exist in WHERE & HAVING clause
  • [IOTDB-5185] Fixed that old snapshot is not deleted in IoTConsensus
  • [IOTDB-5287] Added status “Discouraged” to RegionGroup
  • [IOTDB-5449] Wait for query resource while the query queue is full instead of throwing exception directly
  • change STARTUP_RETRY_INTERVAL_IN_MS from 30s to 3s

Bug Fixes

  • [IOTDB-4684] Fix devices with the same name but different alignment properties are compacted into the wrong alignment property
  • [IOTDB-5061] Add initialize state check when create snapshot
  • [IOTDB-5090] Fix the NPE when executing stop-datanode.sh
  • [IOTDB-5112] Fixed IoTConsensus synchronization stuck under low load or during restart
  • [IOTDB-5126] Fix that show-regions show IP rather than hostname even though the hostname is used when registering
  • [IOTDB-5165] Fix fail to pass compaction validation when resources degrade to FileTimeIndex
  • [IOTDB-5170] Fix the problem that datanode is closed when executing stop-confignode.bat on Windows platform
  • [IOTDB-5199] Fix NPE in StorageExector inLoading process
  • [IOTDB-5216] Fix order by timeseries doesn't take effect in aligned last query
  • [IOTDB-5228] NPE if the file does not exist while creating TsFileSequenceReader instance
  • [IOTDB-5240] Fix schema template timeseries read/write error after restart
  • [IOTDB-5245] Fix data is incomplete in last query
  • [IOTDB-5277] Fix DataNode restart failure when SchemaRegion loading snapshot
  • [IOTDB-5278] Fix JDBC Driver cannot connect to the dbeaver
  • [IOTDB-5285] Fix TimePartition error when restarting with different time partition configuration
  • [IOTDB-5269] Fix wrong data of devices ought to be deleted after executing delete from sql
  • [IOTDB-5324] Fix wal cann't be deleted in destDataNode after region migration when data_replication_factor is 1 in IoTConsensus
  • [IOTDB-5389] Cause DataNode startup to fail when wal_mode is disabled in IoTConsensus

... (truncated)

Changelog

Sourced from iotdb-jdbc's changelog.

Apache IoTDB 1.1.0

New Features

  • [IOTDB-4572] support order by time in align by device
  • [IOTDB-4816] Support Show Queries command
  • [IOTDB-4817] Support kill query command
  • [IOTDB-5077] Support new command formats in SHOW REGIONS
  • [IOTDB-5108] Support region migration
  • [IOTDB-5202] Support show regions with specific database
  • [IOTDB-5282] Add SQL show variables, which can display the current cluster variables
  • [IOTDB-5341] Support GROUP BY VARIATION in aggregation query
  • [IOTDB-5372] Support data type cast in SELECT INTO
  • [IOTDB-5382] Support DIFF as built-in scalar function in IoTDB
  • [IOTDB-5393] Show Region creation time when execute show regions
  • [IOTDB-5456] Implement COUNT_IF built-in aggregation function
  • [IOTDB-5515] Support GROUP BY CONDITION in aggregation query
  • [IOTDB-5555] Enable modify dn_rpc_port and dn_rpc_address in datanode-engine.properties
  • Support docker deployment
  • Rename SeriesSlotId to SeriesSlotNum in show regions

Improvements

  • [IOTDB-4497] Improve NodeStatus definition
  • [IOTDB-5066] Upgraded the GetSlots SQLs
  • [IOTDB-5161] Add output type check for WHERE & HAVING clause and refuse expressions whose return type are not boolean exist in WHERE & HAVING clause
  • [IOTDB-5185] Fixed that old snapshot is not deleted in IoTConsensus
  • [IOTDB-5287] Added status “Discouraged” to RegionGroup
  • [IOTDB-5449] Wait for query resource while the query queue is full instead of throwing exception directly
  • change STARTUP_RETRY_INTERVAL_IN_MS from 30s to 3s

Bug Fixes

  • [IOTDB-4684] Fix devices with the same name but different alignment properties are compacted into the wrong alignment property
  • [IOTDB-5061] Add initialize state check when create snapshot
  • [IOTDB-5090] Fix the NPE when executing stop-datanode.sh
  • [IOTDB-5112] Fixed IoTConsensus synchronization stuck under low load or during restart
  • [IOTDB-5126] Fix that show-regions show IP rather than hostname even though the hostname is used when registering
  • [IOTDB-5165] Fix fail to pass compaction validation when resources degrade to FileTimeIndex
  • [IOTDB-5170] Fix the problem that datanode is closed when executing stop-confignode.bat on Windows platform
  • [IOTDB-5199] Fix NPE in StorageExector inLoading process
  • [IOTDB-5216] Fix order by timeseries doesn't take effect in aligned last query
  • [IOTDB-5228] NPE if the file does not exist while creating TsFileSequenceReader instance
  • [IOTDB-5240] Fix schema template timeseries read/write error after restart
  • [IOTDB-5245] Fix data is incomplete in last query
  • [IOTDB-5277] Fix DataNode restart failure when SchemaRegion loading snapshot
  • [IOTDB-5278] Fix JDBC Driver cannot connect to the dbeaver
  • [IOTDB-5285] Fix TimePartition error when restarting with different time partition configuration
  • [IOTDB-5269] Fix wrong data of devices ought to be deleted after executing delete from sql
  • [IOTDB-5324] Fix wal cann't be deleted in destDataNode after region migration when data_replication_factor is 1 in IoTConsensus

... (truncated)

Commits
  • 807ec8b [maven-release-plugin] prepare release v1.1.0
  • 61ee81c [To rel/1.1][IOTDB-5687][REST Service] OpenAPI v2 interface (#9472) (#9478)
  • 033bd8d [To rel/1.1] Remove Dashboard and update docs (#9473)
  • 02203a8 [maven-release-plugin] prepare for next development iteration
  • 12e3f99 [maven-release-plugin] prepare release v1.1.0
  • 6b5cba3 update version number and disable tests
  • 05f6576 update version number and disable tests
  • cb851d1 remove aligned time series id in nonAligned measurement iterator (#9411)
  • 9fda3fb Compatible with the client parameters on DataNode (#9421)
  • 0e5bd28 Seperate disk dashboard (#9413)
  • Additional commits viewable in compare view

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)

Bumps [iotdb-jdbc](https://github.com/apache/iotdb) from 0.13.0 to 1.1.0.
- [Release notes](https://github.com/apache/iotdb/releases)
- [Changelog](https://github.com/apache/iotdb/blob/master/RELEASE_NOTES.md)
- [Commits](apache/iotdb@v0.13.0...v1.1.0)

---
updated-dependencies:
- dependency-name: org.apache.iotdb:iotdb-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 3, 2023
@qianmoQ qianmoQ merged commit b7681a5 into dev May 3, 2023
7 checks passed
@qianmoQ qianmoQ deleted the dependabot/maven/org.apache.iotdb-iotdb-jdbc-1.1.0 branch May 3, 2023 01:52
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant