-
Notifications
You must be signed in to change notification settings - Fork 360
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
v0.110.0 change log #6605
Conversation
No linked issues found. Please add the corresponding issues in the pull request description. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The bug fixes section is missing.
Need to list the deprecated API in this release in a clear way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last comment should set a request for change
CHANGELOG.md
Outdated
:new: What's new: | ||
- Restrict lakectl local to common prefixes only (#6510) | ||
- Added URL parser to lua runtime (#6597) | ||
- lakectl: deprecate dbt and metastore commands (#6565) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- lakectl: deprecate dbt and metastore commands (#6565) | |
- lakectl: dbt and metastore commands marked as deprecated (#6565) |
CHANGELOG.md
Outdated
- Restrict lakectl local to common prefixes only (#6510) | ||
- Added URL parser to lua runtime (#6597) | ||
- lakectl: deprecate dbt and metastore commands (#6565) | ||
- API: move specific API to internal tag (#6582) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- API: move specific API to internal tag (#6582) | |
- API: Update APIs tag for internal use (#6582) |
@@ -2,9 +2,19 @@ | |||
|
|||
## UNRELEASED | |||
|
|||
# v0.110.0 | |||
|
|||
:new: What's new: |
There was a problem hiding this comment.
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
CHANGELOG.md
Outdated
- lakectl: deprecate dbt and metastore commands (#6565) | ||
- API: move specific API to internal tag (#6582) | ||
- Upgrade code to use AWS SDK go v2 (#6486) | ||
- Deprecate: remove expand template API (#6587) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Deprecate: remove expand template API (#6587) | |
- Remove deprecated APIs: expand template (#6587) |
CHANGELOG.md
Outdated
- API: move specific API to internal tag (#6582) | ||
- Upgrade code to use AWS SDK go v2 (#6486) | ||
- Deprecate: remove expand template API (#6587) | ||
- Add URL parser to lua runtime (#6597) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Add URL parser to lua runtime (#6597) | |
- Actions: Lua package to parse URL (#6597) |
CHANGELOG.md
Outdated
- Upgrade code to use AWS SDK go v2 (#6486) | ||
- Deprecate: remove expand template API (#6587) | ||
- Add URL parser to lua runtime (#6597) | ||
- Deprecate: remove the update and forgot password APIs (#6591) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Deprecate: remove the update and forgot password APIs (#6591) | |
- Remove deprecated APIs: update and forgot password (#6591) |
CHANGELOG.md
Outdated
|
||
:bug: Bug fixed: | ||
- Fix lakectl local verify bad path error on Windows (#6602) | ||
- Fix Azure pre-signed URL for blob from different account (#6594) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix Azure pre-signed URL for blob from different account (#6594) | |
- Fix Azure pre-signed URL for blob imported from different account (#6594) |
CHANGELOG.md
Outdated
- Removed and detracted: expand template API- (#6587) | ||
- Removed and detracted: remove the update and forgot password APIs (#6591) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Removed and detracted: expand template API- (#6587) | |
- Removed and detracted: remove the update and forgot password APIs (#6591) | |
- Removed deprecated: expand template API (#6587) | |
- Removed deprecated: remove the update and forgot password APIs (#6591) |
There was a problem hiding this comment.
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
No description provided.