Skip to content

Releases: lakesoul-io/LakeSoul

v2.6.2

07 Aug 07:32
Compare
Choose a tag to compare

v2.6.1

22 Jul 05:23
Compare
Choose a tag to compare

Full Changelog: v2.6.0...v2.6.1

v2.6.0

17 Jul 05:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.4...v2.6.0

v2.5.4

23 May 06:27
Compare
Choose a tag to compare
  1. Fix class shading in lakesoul common

v2.5.3

29 Mar 08:19
Compare
Choose a tag to compare
  1. Add shaded packages for release
  2. Fix compaction may write to incorrect partition

v2.5.1

29 Jan 10:45
Compare
Choose a tag to compare
  1. Fix Flink sink parallelism for non-primary key table;
  2. Fix native io filter for non-ascii names and nested columns;
  3. Optimize compaction performance.

v2.5.0 & Python 1.0.0b1

10 Jan 04:56
Compare
Choose a tag to compare

LakeSoul 2.5.0 Release Note

What's New

  1. Python Reader supports PyTorch, PyArrow, Pandas, Ray, and distributed execution;
  2. Support Spark Gluten Vectorized Engine;
  3. Spark SQL supports Compaction, Rollback and other Call Procedures;
  4. Flink CDC’s entire database synchronization supports MySQL, PostgreSQL, PolarDB, and Oracle;
  5. Support streaming and batch export to MySQL, PostgreSQL, PolarDB, and Apache Doris;
  6. Optimized NativeIO performance.

更新内容

  1. Python Reader 支持 PyTorch、PyArrow、Pandas、Ray,支持分布式执行;
  2. 支持 Spark Gluten Vectorized Engine;
  3. Spark SQL 支持 Compaction、Rollback 等 Call Procedures;
  4. Flink CDC 整库同步支持 MySQL、PostgreSQL、PolarDB、Oracle;
  5. 支持流式、批式出湖至 MySQL、PostgreSQL、PolarDB、Apache Doris;
  6. 优化 NativeIO 性能.

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.5.0

Release v2.4.1

12 Oct 07:14
Compare
Choose a tag to compare

What's Changed

  • [Flink] Flink can configure global warehouse dir by @F-PHantam in #342
  • [NativeIO] Implement DataFusion TableProvider by @Ceng23333 in #341
  • [Spark]Spark parquet filter pushdown exactly by @Ceng23333 in #343
  • [Spark]Spark parquet filter pushdown evaluation + bugfix by @Ceng23333 in #344
  • [Meta] fix meta field compatibility in partition info table by @xuchen-plus in #345
  • [Common] Cleanup redundant DataOperation by @Ceng23333 in #346
  • [Docs] add kyuubi with lakesoul setup doc. by @Asakiny in #348
  • [Native-Metadata] Adaptive jnr buffer size by @Ceng23333 in #347
  • [NativeIO][Bug] LakeSoulParquetProvider projection bugfix by @Ceng23333 in #349
  • [NativeIO] Enable parquet prefetch & use stable sort by @xuchen-plus in #350

Full Changelog: v2.4.0...v2.4.1

LakeSoul Release v2.4.0 and Python 1.0 Beta

21 Sep 09:16
Compare
Choose a tag to compare

What's New In This Release

  1. RBAC support for all query engines. doc
  2. Auto cleaning of old compaction data and partition TTL. doc
  3. Upgrade Flink version to 1.17 and support row level update/delete in batch sql.
  4. Optimize whole database Flink cdc sync throughput by 80%: #307
  5. Presto Reader; doc
  6. Python reader and integration with PyTorch and HuggingFace. doc

本次更新内容

  1. 支持 RBAC 角色权限控制,对所有引擎、所有语言API均有效;文档
  2. 自动清理旧的 compaction 数据,支持分区级生命周期(TTL);文档
  3. 升级 Flink 版本到 1.17,并支持批模式下行级别更新和删除;
  4. 优化整库同步 Flink 作业,吞吐提升 80%: #307
  5. 支持 Presto 读取;文档
  6. 支持原生 Python 读取,提供 PyTorch、HuggingFace 的集成。文档

What's Changed

Full Changelog: https://github.com/lakesoul-io/LakeSoul/commits/v2.4.0

LakeSoul Release v2.3.1

22 Aug 02:40
Compare
Choose a tag to compare
  • Fix jackson-core packaging for Flink package
  • Fix commons-lang class missing
  • Fix snapshot rollback/cleanup with local timezone