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

docs: upgrade 0.8.2 #3370

Merged
merged 8 commits into from
Jul 18, 2023
Merged
Changes from 2 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.8.1] - 2023-07-20

### Features
- Enhance the C++ SDK (#3334 @vagetablechicken)
- Support `IF EXISTS` option in `DROP TABLE/DATABASE` statement (#3348 @emo-coder)
- Improve the documents (#3344 #3152 @vagetablechicken, #3341 @aceforeverd, #3343 @dl239)
- Upgrade the version of Kafka connector to `10.5.0-SNAPSHOT-0.8.1` (#3365 @vagetablechicken)

### Bug Fixes
- Loading external UDF library fails under specific cloud environment when runing an offline task (#3350 #3359 @vagetablechicken)
- Loading data fails with Hive soft link (#3349 @vagetablechicken)
- Inserting success with invalid timestamp (#3313 @aceforeverd)
- The bool type is not properly packed in APIServer. (#3366 @vagetablechicken)

Note:
dl239 marked this conversation as resolved.
Show resolved Hide resolved
`Offline_deep_copy` field will be replaced by `Offline_symbolic_paths` in the result of `SHOW TABLE STATUS` #3349.

## [0.8.1] - 2023-06-28

### Features
Expand Down
Loading