Releases: firebolt-db/jdbc
Releases · firebolt-db/jdbc
v3.0.2
- removed redundant dependencies: lang3, jackson, jaxb-api
- updated versions of other dependencies: junit, mockito, slf4j, zonky
- improved unit and integration tests
- new features and changes
- special treatment of 404 status when accessing account
- fixes and more test of DatabaseMetadata
- fixes and tests of FireboltResultSetMetadata
- fixed support of multidimensional arrays
- validation of set parameters
- client side support of query_label
- implementation of use statement
- improved ResultSet and added some tests
- support of v2 engines
- added getting version using class VersionUtils
3.0.2-SNAPSHOT
- removed redundant dependencies: lang3, jackson, jaxb-api
- updated versions of other dependencies: junit, mockito, slf4j, zonky
- improved unit and integration tests
- new features and changes
- special treatment of 404 status when accessing account
- fixes and more test of DatabaseMetadata
- fixes and tests of FireboltResultSetMetadata
- fixed support of multidimensional arrays
- validation of set parameters
- client side support of query_label
- implementation of use statement
- improved ResultSet and added some tests
- support of v2 engines
- added getting version using class VersionUtils
3.0.2-SNAPSHOT
v3.0.2-SNAPSHOT FIR-28894 support of v2 engines (#313)
3.0.1
Changes
What's Changed
- both old (user/password) and new (client ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1
v3.0.1
Changes
What's Changed
- both old (user/password) and new (client ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1
3.0.1
Changes
What's Changed
- both old (user/password) and new (client ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1
3.0.1
Changes
What's Changed
- both old (user/password) and new (client ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1
3.0.1
Changes
What's Changed
- both old (user/password) and new (client ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1
3.0.1-SNAPSHOT
Changes
What's Changed
- both old (user/password) and new (clien ID/secret) based identities
Full Changelog: v3.0.0...v3.0.1-SNAPSHOT
2.4.6
Changes
- see https://github.com/firebolt-db/jdbc/releases/tag/v2.4.6-SNAPSHOT
- see https://github.com/firebolt-db/jdbc/releases/tag/v2.4.6
- changed group ID from com.firebolt to io.firebolt and deployed artefact to the central maven repository
What's Changed
- ci: Use PAT for release action by @ptiurin in #249
- ci: Use published for publishing by @ptiurin in #250
- FIR-25184 move driver version to one place - gradle.properties - and … by @alexradzin in #251
- More tests by @alexradzin in #253
- FIR-25496 fixed Statement.setMaxRows by @alexradzin in #257
- bumped versions okhttp:4.11.0, logback-classic:1.4.9 by @alexradzin in #260
- removed redundant and updated versions of some dependencies by @alexradzin in #261
- Access token can be now supplied using connection properties by @alexradzin in #258
- changed groupId to io.firebolt - requirement of maven central by @alexradzin in #267
- update dependencies: sonarqube:4.3.1.3277, slf4j:2.0.9 by @alexradzin in #273
- More tests2 by @alexradzin in #272
- updated version to 2.4.6 by @alexradzin in #274
Full Changelog: v2.4.5-SNAPSHOT...v2.4.6-RELEASE