Skip to content

Bump org.polypheny:polypheny-jdbc-driver from 1.4-SNAPSHOT to 2.2#195

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.polypheny-polypheny-jdbc-driver-2.2
Open

Bump org.polypheny:polypheny-jdbc-driver from 1.4-SNAPSHOT to 2.2#195
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/org.polypheny-polypheny-jdbc-driver-2.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 23, 2024

Bumps org.polypheny:polypheny-jdbc-driver from 1.4-SNAPSHOT to 2.2.

Release notes

Sourced from org.polypheny:polypheny-jdbc-driver's releases.

v2.2

This is release improves the compatibility with the latest JDBC 4.3 standard, in particular, there are the following adjustments:

  • Improved toString method to align with the standard-compliant asString implementation.
  • Updated fromDate method to accept null as input when using a custom calendar, representing a missing value.

v2.1

This release resolves an issue with connection resets on Windows. When a DisconnectRequest is sent, the server sends a DisconnectResponse and closes the connection. On Windows, it could happen that the closing of the connection is reported via exception before the DisconnectResponse has been processed. This is now handled correctly in this version.

v2.0

First release of the new JDBC driver utilizing the Polypheny Prism query interface and protocol. This driver is fully compatible with the JDBC 4.2 specifications. Furthermore, it supports an extended interface for working with document results. Please consult the documentation for further information.

v2.0-RC3

This is a release-candidate for the new JDBC driver. This driver uses the new PRISM query interface.

v1.5.3

This is a maintenance release that upgrades some dependencies.

v1.5.2

This release uses version 1.17.2 of Avatica for Polypheny.

v1.5.1

Proper release to Maven Central and GitHub packages.

v1.5

This release contains the latest changes made to the Avatica for Polypheny stack.

1.4

This release contains the latest changes made to the Avatica for Polypheny stack.

Changelog

Sourced from org.polypheny:polypheny-jdbc-driver's changelog.

2.2

August 16, 2024

CHANGES:

  • Improved toString method to align with the standard-compliant asString implementation.
  • Updated fromDate method to accept null as input when using a custom calendar, representing a missing value.

IMPROVEMENTS:

  • N/A

BUG FIXES:

  • N/A

2.1

June 12, 2024

CHANGES:

  • Improve handling of connection resets on Windows.

IMPROVEMENTS:

  • N/A

BUG FIXES:

  • When a DisconnectRequest is sent, the server sends a DisconnectResponse and closes the connection. On Windows it could happen that the closing of the connection is reported via exception before the DisconnectResponse has been processed.

2.0

May 10, 2024

CHANGES:

  • New version of JDBC driver utilizing the Polypheny Prism query interface and protocol.

IMPROVEMENTS:

  • N/A

BUG FIXES:

  • N/A

1.5.3

... (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 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)

Bumps [org.polypheny:polypheny-jdbc-driver](https://github.com/polypheny/Polypheny-JDBC-Driver) from 1.4-SNAPSHOT to 2.2.
- [Release notes](https://github.com/polypheny/Polypheny-JDBC-Driver/releases)
- [Changelog](https://github.com/polypheny/Polypheny-JDBC-Driver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/polypheny/Polypheny-JDBC-Driver/commits/v2.2)

---
updated-dependencies:
- dependency-name: org.polypheny:polypheny-jdbc-driver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 23, 2024
@dependabot dependabot bot requested a review from nouda August 23, 2024 13:08
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