Skip to content

Releases: treeverse/lakeFS

v1.3.1

10 Dec 14:19
a638bd7
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Fix: User with permission to write actions can impersonate another user when auth token is configured in environment variable
    (GHSA-26hr-q2wp-rvc5)
  • Fix: S3 Gateway block unsupported S3 operations (#7028)
  • Fix: Better error handling on hook error (#7081)
  • Fix: Upload object without specify content type (#7130)
  • Fix: UI notebook preview fix colors (#7141)
  • Fix: Match blockstore reader hash function (#7099) (thanks @hunjixin)
  • UI improve load by cache and split of embedded content (#7132,#7135)

v1.3.0

30 Nov 14:16
38ba029
Compare
Choose a tag to compare

🆕 What's new:

  • Update AWS Go SDK v2 to support S3 express directory buckets (#7083)
  • API and lakectl: support long-running dump and restore operations (#6975)
  • lakectl: Improved performance for fs rm recursive command (#7035)
  • Glue Exporter: Support Hadoop directory markers (#7058)

🐛 Bugs fixed:

  • API: Fix StatsObject returned metadata on empty metadata (#7026)
  • API: Return the right default pagination per page- 100 instead of 1000 (#7051)
  • DynamoDB KV: Check if a table exists before we try to create it (#7056)

v1.2.0

13 Nov 14:58
e19134c
Compare
Choose a tag to compare

v1.2.0

🆕 What's new:

  • UI: Allow commit message and metadata in merge action (#6897)
  • API: CreateRepository check if repository exists before trying to validate storage namespace (#6967)
  • lakectl: Add commit params to merge command (#6892)
  • Optimization - Reduce DynamoDB and CosmosDB calls by extending current range to include additional information (#6983)

🐛 Bugs fixed:

  • Fix - Lakefs crashing when using database.type=”dynamodb” and scylladb as a database (#6924)
  • Change 'committer' field from UserID to Email, when Email is available (#6912)
  • Use Buf CLI to compile our proto files (#6784)
  • Log time.Duration twice in all modes, as string and as nanoseconds (#6934)
  • External auth remove required id from user model (#6902)

v1.1.0

25 Oct 08:52
0b263fe
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • API: Added optional since parameter to commit log request (#6851)
  • lakectl: supported log 'since' flag (#6854)
  • Improved lakectl validation error messages (#6816)

🐛 Bugs fixed:

  • Fixed S3 gateway error on no underlying object (#6822)
  • Fixed branch protection 'not found' error (#6846)

v1.0.0

19 Oct 14:45
7d9feeb
Compare
Choose a tag to compare

After more than 3 years since its initial public release...

🎉 lakeFS 1.0 is now generally available 🎉


This is a huge milestone for the lakeFS maintainers, contributors and community and we can't be more excited!

Benefits

1.0 is more than just a cosmetic change - it includes a few important benefits and guarantees to anyone running or using lakeFS:

  • lakeFS 1.x ensures both backwards and forwards compatibility with any future 1.x release, as per Semver.
  • Not just the lakeFS Open API: This is also true for the new lakeFS Python SDK, the Java SDK and the lakectl CLI tool.
  • Bug fixes will be released for lakeFS 1.x even after the release of future major version, and at least until October 2024
  • Security fixes will be released (and if needed, backported) even after the release of future major version, and at least until June 2025(!).
  • While lakeFS is already trusted in production in hundreds of organizations around the world, 1.x ensures a stable API going forward and it is highly recommended for all lakeFS users.

Feature Highlights

The lakeFS 1.0 release actually doesn't introduce any new capabilities other than the guarantees given above. However,
for users of slightly older 0.x lakeFS versions, here are a few highlights from the last few months that are included with this version:

  • lakectl local - Allows syncing a local directory with remote data in lakeFS, including full Git integration (read announcement)
  • iceberg catalog - Making it possible to branch, commit and merge multiple Iceberg tables together and in tandem with other formats (read announcement)
  • lua based hooks - Run your own custom logic when commits, merges and other events occur. No need to host a webhook server or deploy anything! (read announcement)
  • enhanced security with pre-signed URLs - Allows lakeFS to version data it cannot even read! This enhanced security by leveraging pre-signed URLs supported on all common object stores, to allow lakeFS to authorize access to data without having to proxy that data through the lakeFS server (read more)
  • Many many bug fixes and performance improvements across the board

Notes on upgrading from lakeFS 0.x

While most of the API hasn't changed much, there are a few notable API changes between 0.x and 1.x.

The migration path is usually pretty simple and not many code changes are required - but please read through the list of breaking changes: lakeFS 1.0 - Code Migration Guide

For more information on the benefits of upgrading to 1.0 and the migration path, please refer to the lakeFS documentation or reach out on Slack.

🐛 Bugs fixed:

  • Increased the maximum attempts for DynamoDB with configuration support (#6804)
  • Amended Azure import to utilize content MD5 instead of entry Etag (#6802)
  • Corrected issue where the UI upload failed due to conversion of undefined or null values (#6818)

v0.113.0

15 Oct 15:11
56d06a8
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • Reintroduce recursive flag for lakectl fs download/upload (#6777)
  • Spark client update to use the latest lakefs SDK package (#6742)

🐛 Bugs fixed:

  • Fix lakectl upload with pre-sign for Azure (#6660)
  • Fix lakeFSFS ETag value when using pre-signed mode (#6751)
  • Fix LinkPhysicalAddress trim quotes and spaces from checksum (#6749)
  • Fix lakectl upload using pre-signed use ContentMD5 header for ETag (#6750)
  • Fix LinkPhysicalAddress response with full path (#6748)
  • Fix lakectl download error with bad path traversal blocked (#6775)
  • Fix UI Azure pre-sign upload (#6764)
  • Fix UI upload azure pre-signed URL checksum as hex md5 (#6770)
  • Fix UI copy pre-signed URL not working when pre-sign UI disabled (#6776)
  • Fix delete branch protection prevent commit because invalid state (#6788)

v0.112.1

08 Oct 14:26
1372db4
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • New Java SDK (#6656)
  • New Pyhon SDK (#6562)
  • Export Hooks: Glue Catalog exporter (#6653)
  • Remove recursive flag from lakectl fs Upload and Download (#6681)
  • CosmosDB: Add throughput configuration (#6693)
  • lakectl: block fs stage command for objects in the storage namespace (#6696)
  • API: Deprecate stageObject (#6690)
  • API: linkPhysicalAddress do not verify external addresses (#6667)
  • API: GC prepare move operations to internal tag (#6700)
  • API: support response Too many requests 420 (#6711)
  • API: deprecate upload object If-None-Match and Storage Class (#6708)
  • LakeFSFileSystem is now compatible only with lakeFS versions >= 0.108.0 (#6725)

v0.112.0

08 Oct 12:28
1372db4
Compare
Choose a tag to compare
v0.112.0 Pre-release
Pre-release

Changelog

🆕 What's new:

  • New Java SDK (#6656)
  • New Pyhon SDK (#6562)
  • Export Hooks: Glue Catalog exporter (#6653)
  • Remove recursive flag from lakectl fs Upload and Download (#6681)
  • CosmosDB: Add throughput configuration (#6693)
  • lakectl: block fs stage command for objects in the storage namespace (#6696)
  • API: Deprecate stageObject (#6690)
  • API: linkPhysicalAddress do not verify external addresses (#6667)
  • API: GC prepare move operations to internal tag (#6700)
  • API: support response Too many requests 420 (#6711)
  • API: deprecate upload object If-None-Match and Storage Class (#6708)
  • LakeFSFileSystem is now compatible only with lakeFS versions >= 0.108.0 (#6725)

v0.111.1

03 Oct 09:03
d96af68
Compare
Choose a tag to compare

Changelog

🐛 Bugs fixed:

  • Fix email display bug when using external auth provider (#6680)
  • Fix repository creation bug in quickstart mode (#6682)

v0.111.0

01 Oct 17:12
c114d2b
Compare
Choose a tag to compare

Changelog

🆕 What's new:

  • lakectl endpoint configure and endpoint path reuse (#6609)
  • Remove UpdateBranchToken API (#6590)
  • Table Extractor Hook and _lakefs_tables format (#6589)
  • Export Hooks: Symlink Exporter (#6636)
  • Move setting endpoints to be under /settings/ (#6649)
  • Remove expired commits from prepare_gc_commits response (#6634)
  • Remove lakectl dbt deprecated functionality (#6632)
  • Remove lakectl direct deprecated functionality (#6623)
  • API cleanup: remove emailer service implementation (#6661)
  • API cleanup: consolidate lakefs level information API (#6647)
  • API cleanup: make createSymlinkFile internal (#6630)
  • API cleanup: Mark refs dump/restore current API as internal (#6640)

🐛 Bug fixed:

  • Fix: lua s3 client endpoint configure if set (#6629)
  • Fix: UI alert if "quickstart" repository failed on local (#6622)
  • Fix: Lua runtime - marshaling arrays (#6655)
  • Fix: Presigned URL Cache - change to Default expiry due to bug in package (#6651)