Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps org.questdb:questdb from 7.3.9 to 8.2.1.

Release notes

Sourced from org.questdb:questdb's releases.

8.2.1

Winter is coming... And so are more features and improvements within 8.2.1.

This release follows a restive holiday weekend and the successful deployment of 8.2.0. Our prior release shipped our re-constructed PostgreSQL server implementation. After seeing the initial usage patterns, we've rolled out a series of stability fixes to smooth the overall journey. Those consuming PGWire, within tools like R Studio and PowerBI, will find a more seamless experience.

And, as usual, a series of fixes and performance improvements and general optimizations.

Breaking change 💥

  • The dateadd(AIN) function will now error when provided with an invalid period or n (stride) value, if they are constants.
    • Use the errors to reconstruct the function syntax as appropriate.
  • PowerBI integration now uses PostgreSQL type names in information_schema.columns().
    • Please update to these type names if you've applied an alternative.

Web Console 📈

Additions

Changes

  • Highlight integer numbers that include _ (underscore) separator [ui/#353](questdb/ui#353)
  • Handle and display error received while scrolling the grid [ui/#348](questdb/ui#348)
  • Use new information_schema.questdb_columns() instead of information_schema.columns() [ui/#359](questdb/ui#359)

New features 🐣

  • New min(D) and max(D) window function.

Performance improvements 🚀

  • Reduced CPU idle load for improved overall efficiency.
  • Improved length(varchar) function performance.

Bug fixes 🐛

  • Fixed an issue when purging dropped tables that previously led to critical failures.
  • Fixed issue where WAL tables would be suspended when a table update was followed by a rename.
  • Fixed error reporting in the scenario where a 'drop table if exists' SQL command does not find the table.
  • Fixed incorrect error reporting to PostgreSQL drivers:
    • Prepared statements that might fail at runtime will no longer contain duplicate error messages
    • SQL compilation errors will not be reported as NPE
  • Modified INSERT AS SELECT will correctly return the number of rows inserted.

Pull requests

... (truncated)

Commits
  • a2284a4 [maven-release-plugin] prepare release 8.2.1
  • a3f412f chore(core): pickup web console 0.6.5 (#5216)
  • 04e3e94 fix(pgwire): INSERT AS SELECT to return the number of rows inserted (#5007)
  • f16f6d0 chore(pgwire): send error message to client before closing connection during ...
  • 8f83a51 chore(pgwire): improve PGPipelineEntry state clearing before returning back t...
  • a80a382 fix(sql): breaking change 💥 - use PostgreSQL type names in information_schema...
  • 622592c test(core): disable stuck test (#5210)
  • 550f136 chore(sql): allow external compilers to execute ops (#5199)
  • 6853c49 fix(core): fix WAL table suspended when update to the table followed by table...
  • c6c866b fix(sql): fix error returned that table does not exist on drop table if exist...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot requested a review from a team December 9, 2024 22:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Dec 9, 2024
Bumps [org.questdb:questdb](https://github.com/questdb/questdb) from 7.3.9 to 8.2.1.
- [Release notes](https://github.com/questdb/questdb/releases)
- [Commits](questdb/questdb@7.3.9...8.2.1)

---
updated-dependencies:
- dependency-name: org.questdb:questdb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/questdb/org.questdb-questdb-8.2.1 branch from d65eed5 to 5b6d169 Compare December 11, 2024 21:37
@settings settings bot removed the java label Jan 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/modules/questdb/org.questdb-questdb-8.2.1 branch July 8, 2025 22:19
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 modules/questdb

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants