Skip to content

Commit

Permalink
Add CHANGELOG for lakeFSFS 0.2.0 release. (#6757)
Browse files Browse the repository at this point in the history
* Add CHANGELOG for lakeFSFS 0.2.0 release.

* [CR] Actual change was different

Still not compatible with versions before the fix.

* [CR] Add another bugfix
  • Loading branch information
arielshaqed authored Oct 11, 2023
1 parent aaa7d3d commit 1d6b6e3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions clients/hadoopfs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,33 @@

## _Upcoming_

## 0.2.0

### Breaking changes

* New required fields added to StorageConfig API (#6509). **:warning: This
is a breaking change:** Only lakeFS server versions >= 0.108.0 are
supported.

### Bug fixes

* Better handling of quotes and encoding of ETags / checksums, especially
relevant to Azure (#6756).
* Correctly parse physical URIs that contain whitespace (#5827).

### This release contains significant maintenance changes

None of these are user-visible, but all may be of interest.

* Unit test using mockserver (#6646). Unit tests now more accurate _and_
faster.
* Use upcoming future-proof SDK (#6737). This change servers as an example
of how you might transition other code to the new future-proof SDK.

Additionally, :warning: if you do not use an assembled hadoopfs "Über" Jar
then you will need to change your dependencies to include `io.lakefs:sdk`
rather than `io.lakefs:api-client`.

## 0.1.15

* Fix presigned mode on Azure fails getting blockstore type (#6028)
Expand Down

0 comments on commit 1d6b6e3

Please sign in to comment.