Releases: kestra-io/plugin-jdbc
Releases · kestra-io/plugin-jdbc
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)
Commits
v0.18.1
v0.18.0
Features
- cicd: publish allure report (Ludovic DEHON)
- cicd: publish jacoco report (Ludovic DEHON)
- use a standard logger for unit test (Ludovic DEHON)
- new product overview video (Will Russell)
Bug Fixes
- transmit fetchSize from Trigger to Query #318 (Loïc Mathieu)
- cicd: don't run jacoco publish on failed (Ludovic DEHON)
- tests: introduce @KestraTest (linked to kestra-io/kestra#3948) (brian.mulier)
- tests: replace DefaultScheduler with JdbcScheduler & fix some queue.receive to work with JDBC (linked to kestra-io/kestra#3948) (brian.mulier)
- use RunContext storage object (Florian Hussonnois)
- tests: use RunContextFactory as RunContext is now abstract (brian.mulier)
- tests: don't lock db on queue.receive (brian.mulier)
- tests: larger startup timeout for druid (brian.mulier)
- deps: remove conditional on repositories for them to work (brian.mulier)
- tests: use TestsUtils.receive API instead of queue.receive (brian.mulier)
- docs: correct examples to use company.team namespace #322 (Shruti Mantri)
- enforce platform (Loïc Mathieu)
- use Jackson from the platform (Loïc Mathieu)
- examples: change the example to fetch multiple rows instead of one row #326 (Shruti Mantri)
- fs to core type (Will Russell)
- build: docker-compose is now docker compose (Ludovic DEHON)
Code Refactoring
- use runContext non-deprecated methods (Ludovic DEHON)
- core: remove RunnerUtils.typedInputs (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.18.0-SNAPSHOT'. (YannC)
- use non-deprecated PluginUtilsService #318 (Loïc Mathieu)
- deps: update gradle-wrapper-validation (Ludovic DEHON)
- deps: fixed bouncycastle version (brian.mulier)
- deps: repositories have to all be at the root project build.gradle since we moved to allprojects directive (brian.mulier)
- deps: use new tests package (Ludovic DEHON)
- use Kestra Platform BOM (Loïc Mathieu)
- vertica: disable test to allows plugin to be built (#349) #349 (YannC)
- vertica: totally disabled Vertica tests (YannC)
- version: update to version 'v0.18.0'. (YannC)
v0.17.0
Features
- Mysql - Batch implementation (#293) #293 (Nikita Hrytsenko)
- Sqlite from a existing database file from the internal storage (#292) #292 (Nikita Hrytsenko)
- snowflake private key #308 (Loïc Mathieu)
- examples: update the examples to use 0.17.0 plugin names #312 (Shruti Mantri)
- cicd: allow skipping test (Ludovic DEHON)
Bug Fixes
- plugin-jdbc-as400: wrong package name #277 (Loïc Mathieu)
- disabling Sybase tests and service as it breaks the CI #282 (Loïc Mathieu)
- use currentColor on icons (Ludovic DEHON)
- docs: change the arrow flight sql and IBM as400 logo for dark background #302 (Shruti Mantri)
- force Jackson version (#307) #307 (Loïc Mathieu)
- snowflake: compilation (Loïc Mathieu)
- snowflake: compilation (Loïc Mathieu)
- plugin-jdbc-pinot: BigDecimal support #316 (Loïc Mathieu)
Code Refactoring
- migrate to Java ServiceLoader for plugin registration (Florian Hussonnois)
Chores
- deps: bump org.apache.arrow:flight-sql-jdbc-driver #288 (dependabot[bot])
- deps: bump io.trino:trino-jdbc from 444 to 445 #286 (dependabot[bot])
- deps: bump com.rockset:rockset-java from 0.12.1 to 0.13.0 #278 (dependabot[bot])
- deps: bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0 #290 (dependabot[bot])
- deps: update most java deps (Ludovic DEHON)
- update runContext deprecated methods #303 (Florian Hussonnois)
- update runContext deprecated methods (Florian Hussonnois)
- deps: bump io.trino:trino-jdbc from 445 to 447 (#305) #305 (dependabot[bot])
- deps: bump com.amazon.redshift:redshift-jdbc42 #304 (dependabot[bot])
- uprade all dependencies (Loïc Mathieu)
- downgrade Oracle driver (Loïc Mathieu)
- version: update to version 'v0.17.0'. (YannC)
Commits
- 7eb6fbd: Implement sybase jdbc plugin (iNikitaGricenko) #282
- 2711320: Update plugin-jdbc-sybase/src/main/java/io/kestra/plugin/jdbc/sybase/Trigger.java (Loïc Mathieu) #282
- d50850b: Correct the url used in DuckDB query (Shruti Mantri) #301
- b96f36e: #268 allow duck db to use existing database file (#294) (Nikita Hrytsenko) #294
- 74c9d07: Update Query.java (Anna Geller)
v0.16.1
Bug Fixes
- plugin-jdbc-as400: wrong package name (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.17.0-SNAPSHOT'. (YannC)
- upgrade to version 0.16.1 (Loïc Mathieu)
v0.16.0
Features
- core: add labels to triggers (Ludovic DEHON)
- Db2 plugin (#260) #260 (Nikita Hrytsenko)
- AS400 plugin #265 (Loïc Mathieu)
- add plugin icons for DB2 and AS400 (Loïc Mathieu)
Bug Fixes
- docs: correct vertica trigger example #261 (Shruti Mantri)
Chores
- version: update snapshot version 'v0.16.0-SNAPSHOT'. (YannC)
- version: update minimal kestra version to '0.16'. (YannC)
- test: fix worker api #264 (Florian Hussonnois)
- upgrade depdencies (Loïc Mathieu)
- deps: bump org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.78 #275 (dependabot[bot])
- deps: bump com.vertica.jdbc:vertica-jdbc #249 (dependabot[bot])
- deps: bump org.apache.calcite.avatica:avatica-core #273 (dependabot[bot])
- deps: bump com.microsoft.sqlserver:mssql-jdbc #272 (dependabot[bot])
- disable Rockset tests if the env prop for its API KEY is missing (Loïc Mathieu)
- deps: bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78 #274 (dependabot[bot])
- deps: bump net.snowflake:snowflake-jdbc from 3.15.0 to 3.15.1 #271 (dependabot[bot])
- deps: bump org.postgresql:postgresql from 42.7.2 to 42.7.3 #258 (dependabot[bot])
- deps: bump org.xerial:sqlite-jdbc from 3.45.1.0 to 3.45.2.0 #257 (dependabot[bot])
- deps: bump org.apache.arrow:flight-sql-jdbc-driver #256 (dependabot[bot])
- deps: bump com.rockset:rockset-java from 0.10.3 to 0.12.1 #254 (dependabot[bot])
- deps: bump org.apache.pinot:pinot-jdbc-client #263 (dependabot[bot])
- deps: bump io.trino:trino-jdbc from 439 to 444 #269 (dependabot[bot])
- version: update to version 'v0.16.0'. (YannC)
v0.15.0
Features
- Micronaut 4 #223 (Loïc Mathieu)
- *****: Migrate from RxJava2 to Reactor #223 (Loïc Mathieu)
- Revert driver update (YannC)
- postgres: support jsonb cols (Ludovic DEHON)
Bug Fixes
- docs: correct trigger examples in plugin-jdbc #213 (Shruti Mantri)
- example: corrected the flow example of trino trigger #221 (Shruti Mantri)
- flow: corrected the flow example for DuckDB Query #222 (Shruti Mantri)
- duckdb: working dir also injected if an URL is specified #230 (brian.mulier)
- Apache Druid tests #245 (Loïc Mathieu)
- upgrade Pinot driver to the latest version #246 (Loïc Mathieu)
- Trino test #247 (Loïc Mathieu)
- VerticaTriggerTest (Loïc Mathieu)
- VerticaTest (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.15.0-SNAPSHOT'. (Ludovic DEHON)
- version: update kestra version (Ludovic DEHON)
- upgrade libs #223 (Loïc Mathieu)
- rename input id to input name #224 (Ludovic DEHON)
- deps: bump some gh actions (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 (Ludovic DEHON)
- upgrade to Micronaut 4.3 (Loïc Mathieu)
- deps: update micronaut & gradle (Ludovic DEHON)
- deps: update deps (Ludovic DEHON)
- version: update to version 'v0.15.0'. (YannC)
Commits
v0.14.0
Features
- plugin: Add plugin for Apache Druid (#182) #182 (Shruti Mantri)
- Correct plugin-jdbc docs for multiple data sources (#205) #205 (Shruti Mantri)
Bug Fixes
- pinot: correcting pinot trigger doc (#183) #183 (Shruti Mantri)
- docs: add doc corrections for multiple jdbc plugins (#206) #206 (Shruti Mantri)
- try a different druid icon (Anna Geller)
- druid logo (Anna Geller)
- docs: correct the docs for multiple jdbc plugins #207 (Shruti Mantri)
- docs: a minor doc correction #208 (Shruti Mantri)
- put icons in icons subfolder (YannC)
- docs: minor doc corrections for consistency #211 (Shruti Mantri)
Documentation
- Improve docs in plugin-jdbc and plugin-jdbc-arrow-flight #202 (Shruti Mantri)
Chores
- version: update snapshot version 'v0.14.0-SNAPSHOT'. (Ludovic DEHON)
- deps: update github actions and dependabot (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (Ludovic DEHON)
- deps: update some java deps (Ludovic DEHON)
- version: update to version 'v0.14.0'. (Ludovic DEHON)
v0.13.0
Features
- clickhouse: add clickHouse bulk insert (#172) #172 (Nikita Hrytsenko)
Bug Fixes
- tasks: include all result on the outputs (Ludovic DEHON)
- docs: CopyOut (Anna Geller)
- downgrade DuckDB driver to 0.8.1 #164 (Loïc Mathieu)
- docs: icon name for Arrow (Anna Geller)
- sqlite: fix falling test (Ludovic DEHON)
- sqlite test #171 (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.13.0-SNAPSHOT'. (Ludovic DEHON)
- deps: update DuckDB to 0.9.0 (#158) #158 (Thomas Tourlourat)
- deps: bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (Ludovic DEHON)
- deps: upgrade to DuckDB 0.9.1 (#163) #163 (Loïc Mathieu)
- deps: bump com.adarshr.test-logger from 3.2.0 to 4.0.0 (Ludovic DEHON)
- build: add a workflow dispatch (Ludovic DEHON)
- deps: update dreamio jdbc drivers (Ludovic DEHON)
- version: update to version 'v0.13.0'. (Ludovic DEHON)
Commits
- cf36191: add dremio plugin (iNikitaGricenko) #169
- 447c928: change description and remove redundant converters (iNikitaGricenko) #169
- 81f9006: add arrow flight sql query task (iNikitaGricenko) #169
- 35ff848: dremio store variable fix (iNikitaGricenko) #169
- 5b40edb: dremio autocommit (iNikitaGricenko) #169
- add a PR template and improve the README (Anna Geller)
- 0d9ad21: add arrow flight sql query (iNikitaGricenko) #169
- e0bb592: Merge branch 'master' into master (Nikita Hrytsenko) #169
- 27e9030: split apache arrow flight and dremio plugins (iNikitaGricenko) #169
- 8cd3514: Apply suggestions from code review (Anna Geller) #169
- f0766f1: Update plugin-jdbc-arrow-flight/src/main/java/io/kestra/plugin/jdbc/arrowflight/package-info.java (Anna Geller) #169
- 9f4bd16: Add Sqlite jdbc sub-plugin (iNikitaGricenko) #170
- 9d77251: Apply suggestions from code review (Anna Geller) #170