v0.17.0
github-actions
released this
04 Jun 11:25
·
110 commits
to master
since this release
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)