Releases: kestra-io/plugin-jdbc
Releases · kestra-io/plugin-jdbc
v0.21.0
Bug Fixes
- disable ClickHouse tests (Loïc Mathieu)
Chores
- version: update to version 'v0.21.0'. (github-actions[bot])
v0.21.0-rc2-SNAPSHOT
Bug Fixes
- typo replace FETCH_STORE with STORE (Mathieu Gabelle)
Chores
- version: update to version 'v0.21.0-rc2-SNAPSHOT'. (github-actions[bot])
v0.21.0-rc1-SNAPSHOT
Chores
- version: update to version 'v0.21.0-rc1-SNAPSHOT'. (Florian Hussonnois)
v0.21.0-rc0-SNAPSHOT
Features
- Add parameter binding to the Query tasks and Trigger triggers #376 (#493) #493 (Mathieu Gabelle)
Bug Fixes
- jdbc: rollback to fetchType None (#460) #460 (Mathieu Gabelle)
- return size 0 for fetchOne (FETCH_ONE) when there is no result (#459) #459 (Mathieu Gabelle)
- correct postgres copyout example (#491) #491 (Shruti Mantri)
Code Refactoring
- cleanup AbstractJdbcQueries ensuring no memory leak #468 (Florian Hussonnois)
- migrate jdbc plugin to dynamic properties (#471) #471 (Mathieu Gabelle)
- migrate clickhouse cli to dynamic properties (#476) #476 (Mathieu Gabelle)
- migrate auoCommit to dynamic props (#482) #482 (Mathieu Gabelle)
Builds
- deps: bump duckdb version to 1.1.3 #466 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.21.0-SNAPSHOT'. (Florian Hussonnois)
- deps: update to duckdb 1.1.3 (Ludovic DEHON)
- bump up driver versions (#469) #469 (Mathieu Gabelle)
- adapt to latest taskrunner specs (Ludovic DEHON)
- deps: update common dependency (Ludovic DEHON)
- deps: bump com.amazon.redshift:redshift-jdbc42 #474 (dependabot[bot])
- deps: bump com.clickhouse:clickhouse-jdbc #478 (dependabot[bot])
- deps: bump org.xerial:sqlite-jdbc from 3.47.2.0 to 3.48.0.0 (#484) #484 (dependabot[bot])
- deps: upgrade bouncycastle for postgres (#485) #485 (Mathieu Gabelle)
- deps: bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#486) #486 (dependabot[bot])
- deps: bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80 (#488) #488 (dependabot[bot])
- deps: upgrade bouncycastle to 1.80 (#489) #489 (Mathieu Gabelle)
- build: add project property for release plugin (Florian Hussonnois)
- version: update to version 'v0.21.0-rc0-SNAPSHOT'. (Florian Hussonnois)
Commits
- 0a6795b: remove non related example (ben8t) #472
- upgrade dependencies (#483) #483 (Mathieu Gabelle)
v0.20.2
Bug Fixes
- return size 0 for fetchOne (FETCH_ONE) when there is no result (#459) (Mathieu Gabelle)
Chores
- version v0.20.2 (Mathieu Gabelle)
v0.20.1
Bug Fixes
- jdbc: rollback to fetchType None #457 (Mathieu Gabelle)
Chores
- version v0.20.1 #457 (Mathieu Gabelle)
v0.20.0
Features
- Add a new Queries task to run multiple SQL with multiple outputs, parameter binding and transactions (#398) #398 (Mathieu Gabelle)
- implement queries for postgres (#402) #402 (Mathieu Gabelle)
- add db2 Queries task (#410) #410 (Mathieu Gabelle)
- add queries to sql server (#416) #416 (Mathieu Gabelle)
- add queries to oracle (#417) #417 (Mathieu Gabelle)
- add queries to arrow flight and as400 (#418) #418 (Mathieu Gabelle)
- add queries to clickhouse (#419) #419 (Mathieu Gabelle)
- add queries to dremio (#420) #420 (Mathieu Gabelle)
- add queries to druid (#421) #421 (Mathieu Gabelle)
- add queries to duckdb (#422) #422 (Mathieu Gabelle)
- add queries to pinot (#423) #423 (Mathieu Gabelle)
- add queries : redshift, snowflake, sybase, vectorwise, vertica (#424) #424 (Mathieu Gabelle)
- replace EachSequential with ForEach (#441) #441 (Shruti Mantri)
- storage now have a namespace parameter #442 (Loïc Mathieu)
Bug Fixes
- Prevent resource leak by closing the PreparedStatement (#390) #390 (Lucian Burja)
- druid: exclude Jackson libs as they are provided by Kestra #394 (Loïc Mathieu)
- triggers not working with deprecated properties (#399) #399 (Mathieu Gabelle)
- javadoc issue with lombok builder as parameter (#408) #408 (Mathieu Gabelle)
- deps: force slf4 dependency (#412) #412 (Mathieu Gabelle)
- clean up issue templates (Anna Geller)
- snowflake: Trigger not working when selecting warehouse (#438) #438 (Mathieu Gabelle)
- add missing .editorconfig (Ludovic DEHON)
- queries: remove exception when fetchType is NONE (#447) #447 (Mathieu Gabelle)
- queries: refactor regex for named parameters (#449) #449 (Mathieu Gabelle)
Tests
- queries: add additional tests (#440) #440 (Mathieu Gabelle)
Builds
- deps: bump rlespinasse/github-slug-action from 4 to 5 (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.20.0-SNAPSHOT'. (brian.mulier)
- deps: bump up dependencies (#407) #407 (Mathieu Gabelle)
- cicd: use a non branch version for test artifact (Ludovic DEHON)
- cicd: fix jacoco xml report path (Ludovic DEHON)
- deps: bump up clickhouse to 0.7.1-patch1 (#439) #439 (Mathieu Gabelle)
- version: update to version 'v0.20.0'. (Florian Hussonnois)
Commits
v0.19.1
Bug Fixes
- triggers not working with deprecated properties (#399) (Mathieu Gabelle)
Chores
- version v0.19.1 (Mathieu Gabelle)
v0.19.0
Features
- automatically trigger CI every monday,wednesday and friday at 5am, notify if failed (YannC)
- examples: standardise id naming format in examples #351 (Shruti Mantri)
- use the new FileSerde.readAll() method that improve performance #354 (Loïc Mathieu)
- Improved the Batch tasks to not require an explicit columns specification (#358) #358 (Nikita Hrytsenko)
- Add support for postgres tsvector type (#361) #361 (Nikita Hrytsenko)
- Implement CLI task for ClickHouse (#370) #370 (Nikita Hrytsenko)
- docs: add full-examples for multiple jdbc tasks #362 (Shruti Mantri)
Bug Fixes
- missing dash on refresh dependencies options (YannC)
- example: correct the postgres copyin example #353 (Shruti Mantri)
- fetchOne error when no results #369 (Loïc Mathieu)
- docs: add full examples for multiple jdbc tasks (#378) #378 (Shruti Mantri)
- deps: add script as testImplementation to use ScriptOutput (brian.mulier)
- docs: remove the misplaced bracket #386 (Shruti Mantri)
Builds
- deps: remove jackson libs #352 (Florian Hussonnois)
Chores
- version: update snapshot version 'v0.19.0-SNAPSHOT'. (YannC)
- deps: bump gradle/actions from 3 to 4 #348 (dependabot[bot])
- deps: bump andrcuns/allure-publish-action from 2.6.0 to 2.7.1 #330 (dependabot[bot])
- dependencies upgrade #356 (Loïc Mathieu)
- deps: bump io.trino:trino-jdbc from 453 to 454 #359 (dependabot[bot])
- deps: bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0 #360 (dependabot[bot])
- deps: update gradle wrapper (Ludovic DEHON)
- rockset: rockset shutdown (Ludovic DEHON)
- deps: update all deps (Ludovic DEHON)
- cicd: remove github discussions link (Ludovic DEHON)
- version: update to version 'v0.19.0'. (brian.mulier)