Releases: firebolt-db/jdbc
Releases · firebolt-db/jdbc
2.4.6-SNAPSHOT
What's Changed
- FIR-25184 move driver version to one place - gradle.properties - and … (#251)
- FIR-25496 fixed Statement.setMaxRows (#257)
- bumped versions okhttp:4.11.0, logback-classic:1.4.9 (#260)
- removed redundant and updated versions of some dependencies (#261)
- Access token can be now supplied using connection properties (#258)
- changed groupId to io.firebolt - requirement of maven central (#267)
- update dependencies: sonarqube:4.3.1.3277, slf4j:2.0.9 (#273)
- more unit tests
Full Changelog: v2.4.5...v2.4.6-SNAPSHOT
2.4.6-SNAPSHOT
What's Changed
v 2.4.4 -> 2.4.5 (SNAPSHOT)
- ci: Using v1 tag for integration-testing-setup by @ptiurin in #236
- Fixed unit tests that failed on Linux by @alexradzin in #237
- Bug/fir 24712 time functions by @alexradzin in #239
- Metadata fixes by @alexradzin in #240
- Bug/fir 24348 timestamp with timezone in metadata by @alexradzin in #241
- FIR-8574 validated query with comment only; fixed support of empty query by @alexradzin in #242
- FIR-5579 added tests for int array. Tests of other arrays TBD by @alexradzin in #243
- FIR-10166 updated jackson version to the latest one 2.15.2 by @alexradzin in #244
- FIR-8681 fixed support of nullable fields by @alexradzin in #246
- FIR-8681 fixed support of nullable fields - fixed tests by @alexradzin in #247
- VERSION 2.4.5-SNAPSHOT by @alexradzin in #248
v 2.4.5 -> 2.4.6 (SNAPSHOT)
- FIR-25184 move driver version to one place - gradle.properties - and … (#251)
- FIR-25496 fixed Statement.setMaxRows (#257)
- bumped versions okhttp:4.11.0, logback-classic:1.4.9 (#260)
- removed redundant and updated versions of some dependencies (#261)
- Access token can be now supplied using connection properties (#258)
- changed groupId to io.firebolt - requirement of maven central (#267)
- update dependencies: sonarqube:4.3.1.3277, slf4j:2.0.9 (#273)
- more unit tests
Full Changelog: v2.4.4...v2.4.6-SNAPSHOT
3.0.0-SNAPSHOT
Changed group ID from com.firebolt
to io.firebolt
3.0.0-SNAPSHOT
What's Changed
- FIR-21173 - support of the new identity
- VERSION 2.4.5-SNAPSHOT by @alexradzin in #252
Full Changelog: v2.4.5-SNAPSHOT...v3.0.0-SNAPSHOT
2.4.5-SNAPSHOT
What's Changed
- ci: Using v1 tag for integration-testing-setup by @ptiurin in #236
- Fixed unit tests that failed on Linux by @alexradzin in #237
- Bug/fir 24712 time functions by @alexradzin in #239
- Metadata fixes by @alexradzin in #240
- Bug/fir 24348 timestamp with timezone in metadata by @alexradzin in #241
- FIR-8574 validated query with comment only; fixed support of empty query by @alexradzin in #242
- FIR-5579 added tests for int array. Tests of other arrays TBD by @alexradzin in #243
- FIR-10166 updated jackson version to the latest one 2.15.2 by @alexradzin in #244
- FIR-8681 fixed support of nullable fields by @alexradzin in #246
- FIR-8681 fixed support of nullable fields - fixed tests by @alexradzin in #247
- VERSION 2.4.5-SNAPSHOT by @alexradzin in #248
New Contributors
- @alexradzin made their first contribution in #237
Full Changelog: v2.4.4...v2.4.5-SNAPSHOT
v2.4.4
What's changed
- Fix on keeping the connection alive if a query is slow in producing the result, and the output is set to be compressed (
compress=1
in connection string) @yingli017 #230
Full Changelog: v2.4.3...v2.4.4
v2.4.3
What's Changed
- Feature/keep login properties by @aymeric-dispa in #221
- Improve shouldRemoveExpiredToken test by @aymeric-dispa in #222
- Drop support for non-standard sql and aggressive cancel by @aymeric-dispa in #223
- Simplify FireboltDatabaseMetadata implementation and clean FireboltStatementTest by @aymeric-dispa in #224
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Read all bytes from response on non query statements by @aymeric-dispa in #216
- Refresh tokens once when getting status code UNAUTHORIZED when postin… by @aymeric-dispa in #217
- Move user_drivers and user_clients as driver properties by @aymeric-dispa in #218
- Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #214
Full Changelog: v2.4.0...v2.4.2
v2.4.2-SNAPSHOT
What's Changed
- Refresh tokens once when getting status code UNAUTHORIZED when postin… by @aymeric-dispa in #217
- Move user_drivers and user_clients as driver properties by @aymeric-dispa in #218
- Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #214
Full Changelog: v2.4.1-SNAPSHOT...v2.4.2-SNAPSHOT
v2.4.1-SNAPSHOT
What's Changed
- Read all bytes from response on non query statements by @aymeric-dispa in #216
Full Changelog: v2.4.0...v2.4.1-SNAPSHOT