Releases: kestra-io/plugin-jdbc
Releases · kestra-io/plugin-jdbc
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
v0.12.0
Code Refactoring
- test: adjust to last oss queue signature (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.12.0-SNAPSHOT'. (Ludovic DEHON)
- deps: update common deps (Ludovic DEHON)
- test: apply change from core (Ludovic DEHON)
- version: update to version 'v0.12.0'. (Ludovic DEHON)
v0.11.0
Features
- tasks: introduce new icons (Ludovic DEHON)
Bug Fixes
- allow setting the JDBC URL for MotherDuck #144 (Loïc Mathieu)
- core: unit test can failed with ConcurrentModificationException (Ludovic DEHON)
- task: invalid icon (Ludovic DEHON)
Code Refactoring
- tasks: relocate BashService to PluginService (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.10.1-SNAPSHOT'. (Ludovic DEHON)
- docs: update readme (Ludovic DEHON)
- version: update to version 'v0.11.0'. (Ludovic DEHON)
Commits
v0.10.0
Bug Fixes
- jdbc: error on sql trigger without result (#133) #133 (brian-mulier-p)
- jdbc-postgres: void types from query are converted to null #135 (brian.mulier)
- trigger test (Loïc Mathieu)
- clickhouse: handle DateTime with no TZ (#140) #140 (Loïc Mathieu)
Documentation
- tasks: snowflake stage (#139) #139 (Anna Geller)
Chores
- version: update snapshot version 'v0.9.1-SNAPSHOT'. (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 (Ludovic DEHON)
- deps: update jdbc dependencies (Ludovic DEHON)
- deps: update common java libs (Ludovic DEHON)
- tasks: delete reference on SchedulerExecutionStateInterface (Ludovic DEHON)
- version: update to version 'v0.10.0'. (Ludovic DEHON)
Commits
- trino: Add example without DDL, clarify info about semicolons and point to Blueprints (#137) #137 (Anna Geller)
v0.9.0
Features
- Java 17 (Loïc Mathieu)
- plugin description (Loïc Mathieu)
Bug Fixes
- tasks: trigger examples were missing (..) for json pebble helper (#126) #126 (brian-mulier-p)
- jdbc: use the executionId from the runContext for all triggers (#127) #127 (Loïc Mathieu)
Chores
- version: update snapshot version 'v0.8.1-SNAPSHOT'. (Ludovic DEHON)
- docs: proper plugin name (Ludovic DEHON)
- deps: update all java deps (Ludovic DEHON)
- deps: invalid pom project description (Ludovic DEHON)
- version: update to version 'v0.9.0'. (Ludovic DEHON)
v0.8.0
Features
- plugin categories and icons (Loïc Mathieu)
Documentation
- tasks: invalid task id on outputs (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.6.2-SNAPSHOT'. (Ludovic DEHON)
- deps: update most java deps (Ludovic DEHON)
- deps: update all deps (Ludovic DEHON)
- version: update to version 'v0.8.0'. (Ludovic DEHON)
v0.6.1
Features
- tasks: add trigger (#102) #102 (Loïc Mathieu)
Bug Fixes
- rockset: invalid icon path (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.6.1-SNAPSHOT'. (Ludovic DEHON)
- deps: bump com.github.ben-manes.versions from 0.44.0 to 0.45.0 (Ludovic DEHON)
- deps: bump ru.vyarus.github-info from 1.4.0 to 1.5.0 (Ludovic DEHON)
- version: update to version 'v0.6.1'. (Ludovic DEHON)
v0.6.0
Features
- tasks: handle inputFiles as a json string (Ludovic DEHON)
- deps: update all java deps (Ludovic DEHON)
- deps: update all java deps (Ludovic DEHON)
- mysql: avoid large query result to use client catching (Ludovic DEHON)
- postgres: handle new ssl key format (Ludovic DEHON)
- deps: update all java deps (Ludovic DEHON)
Bug Fixes
- mysql: don't load the whole result set in memory (Ludovic DEHON)
Chores
- version: update snapshot version 'v0.5.3-SNAPSHOT'. (Ludovic DEHON)
- version: update to version 'v0.6.0'. (Ludovic DEHON)