Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #6576

Merged
merged 1 commit into from
Sep 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## UNRELEASED

# v0.109.0

:new: What's new:
- Restrict lakectl local to common prefixes only (#6510)
- lakectl local gitignore end marker (#6522)
- Remove logBranchCommits (#6528)
- Lua package for yaml support (#6545)
- lakectl skip stats for unrelased version (#6551)
- Remove OTF diff APIs from non experimental tag/category (#6563)
- S3 API: Propogate slowdown response from cosmosdb to client (#6556)
- logging and lakectl NO_COLOR support (#6569)

:bug: Bug fixed:
- Fix: lakectl import with Azure Data Lake Storage (#6515)
- Fix: UI pdf viewer by X-Frame-Options set to SAMEORIGIN (#6520)
- Fix: Lua gs client close (#6547)
- Fix: Lua path.Join to handle concatenation of two separators (#6549)
- Fix latest version cache and remove the use of go-github (#6572)
- Fix: DynamoDB SeekGE bug (#6561)

# v0.108.0

:new: What's new:
Expand Down