Skip to content

v1.4

Latest

Choose a tag to compare

@yuanoOo yuanoOo released this 26 Jan 08:17
5c03149

What's Changed

  • Release 1.3 and update to 1.4-SNAPSHOT with improved GPG configuration by @yuanoOo in #78
  • feat: add upsert-by-unique-key option supports. by @yuanoOo in #79
  • feat: support direct-load ODP mode by @yuanoOo in #82
  • feat: add jdbc.use-insert-ignore configuration for handling primary key conflicts. by @yuanoOo in #81
  • feat: add jdbc.partition-compute-timeout-minutes configuration for partition computation timeout by @yuanoOo in #86
  • feat: add support for OceanBase Oracle mode by @yuanoOo in #80
  • fix: add quoteIdentifier for column names to prevent SQL syntax errors by @yuanoOo in #88
  • fix: implement equals/hashCode for OceanBaseConfig to prevent cache invalidation by @yuanoOo in #87
  • bugfix: fix failed to read json col when enable-spark-varchar-datatype option is true by @yuanoOo in #90
  • feat: support complex data types of oceanbase by @yuanoOo in #89
  • feat: Add support for custom OceanBase query hints by @yuanoOo in #92
  • feat: Add support for custom OceanBase insert hints by @yuanoOo in #95
  • bugfix: Fix schema meta-info serialization issue in HBaseRelation by @yuanoOo in #94
  • release v1.4 by @yuanoOo in #96

Full Changelog: v1.3...v1.4

References