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

v0.110.0 change log #6605

Merged
merged 7 commits into from
Sep 14, 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
15 changes: 13 additions & 2 deletions CHANGELOG.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Group the API related and changes and move them under the new stuff

Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@

## UNRELEASED

# v0.110.0

:new: What's new:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would group all the deprecated api to a single group

- Restrict lakectl local to common prefixes only (#6510)
- Added URL parser to lua runtime (#6597)
- Upgrade code to use AWS SDK go v2 (#6486)
- Actions: Lua package to parse URL (#6597)
- UI: Commit info consistent across screens (#6593)
- API: Update APIs tag for internal use (#6582)
- lakectl: dbt and metastore commands marked as deprecated (#6565)
- Removed deprecated: expand template API (#6587)
- Removed deprecated: remove the update and forgot password APIs (#6591)

:bug: Bug fixed:
- Fix lakectl local verify bad path error on Windows (#6602)
- Fix Azure pre-signed URL for blob imported from different account (#6594)

# v0.109.0

Expand Down