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

Add Trino 385 release notes #12703

Closed
wants to merge 1 commit into from
Closed

Conversation

colebow
Copy link
Member

@colebow colebow commented Jun 6, 2022

Description

Assemble the release notes for the upcoming Trino 385 release.

Is this change a fix, improvement, new feature, refactoring, or other?

Improvement

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Docs only.

How would you describe this change to a non-technical end user or system administrator?

Add the release notes for Trino 385 with sections for general, security, connectors and other topics as included in the release.

Related issues, pull requests, and links

Documentation

( ) No documentation is needed.
(✅) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(✅) No release notes entries required.
( ) Release notes entries required with the following suggested text:

Verification for each commit

Format: commit, committer/maintainer, PR/issue number, ✅ / ❌ rn ✅ / ❌ docs
✅ rn - release note added and verified, or assessed to be not necessary, set to ❌ rn before completion
✅ docs - need for docs assessed and merged, or assessed to be not necessary, set to ❌ docs before completion

3 June 2022 ✅

62f83ee @dain #12414 ✅ rn ✅ docs

4 June 2022 ✅

bf19f47 @findepi #12579 ✅ rn ✅ docs
651c542 @findepi #12579 ✅ rn ✅ docs

5 June 2022 ✅

db5db23 @electrum #11871 ✅ rn ✅ docs
af41e15 @electrum #11871 ✅ rn ✅ docs
4b38b19 @findepi #12690 ✅ rn ✅ docs
1f634b7 @ebyhr #12642 ✅ rn ✅ docs
c37931c @ebyhr #12679 ✅ rn ✅ docs

6 June 2022 ✅

a875873 @ebyhr #12695 ✅ rn ✅ docs
f9c25e2 @findepi #12696 ✅ rn ✅ docs
d8f2b6d @findepi #12522 ✅ rn ✅ docs
6ec04ff @findepi #12522 ✅ rn ✅ docs
34e3412 @findepi #12673 ✅ rn ✅ docs
1214981 @kasiafi #12049 ✅ rn ✅ docs
605ef95 @kasiafi #12049 ✅ rn ✅ docs
3c82616 @kasiafi #12049 ✅ rn ✅ docs
0ebe8c3 @kasiafi #12049 ✅ rn ✅ docs
497a247 @findepi #12699 ✅ rn ✅ docs
fff9862 @ebyhr #12455 ✅ rn ✅ docs

7 June 2022 ✅

3773873 @findepi #12707 ✅ rn ✅ docs
56013a0 @kokosing #12716 ✅ rn ✅ docs
08cf8e2 @ebyhr #12482 ✅ rn ✅ docs
801f7fe @findepi #12622 ✅ rn ✅ docs
4a0f84f @findepi #10258 ✅ rn ✅ docs
5d939cb @findepi #12724 ✅ rn ✅ docs
c2f8517 @findepi #12614 ✅ rn ✅ docs
e757e67 @findepi #12614 ✅ rn ✅ docs
47bc40a @ebyhr #12715 ✅ rn ✅ docs
08187fc @ebyhr #12715 ✅ rn ✅ docs
5ac8404 @ebyhr #12606 ✅ rn ✅ docs

8 June 2022 ✅

216c8d5 @kasiafi #12677 ✅ rn ✅ docs
fa0de52 @findepi #12024 ✅ rn ✅ docs
f6ab1d6 @findepi #12717 ✅ rn ✅ docs
f7710c3 @losipiuk #12639 ✅ rn ✅ docs
66a5ef7 @losipiuk #12639 ✅ rn ✅ docs
98945e8 @losipiuk #12639 ✅ rn ✅ docs
f712f2c @arhimondr #12721 ✅ rn ✅ docs
049ef81 @arhimondr #12721 ✅ rn ✅ docs
e196b37 @arhimondr #12721 ✅ rn ✅ docs
1afed4f @findepi #12705 ✅ rn ✅ docs
ef22bc9 @ebyhr #12437 ✅ rn ✅ docs
2218d9a @findepi #12567 ✅ rn ✅ docs
bd3b0ae @findepi #12567 ✅ rn ✅ docs
b385185 @findepi #12671 ✅ rn ✅ docs
6b3efd4 @findepi #12735 ✅ rn ✅ docs
103b9ca @kasiafi #12682 ✅ rn ✅ docs
57c4851 @martint #12703 ✅ rn ✅ docs

@cla-bot cla-bot bot added the cla-signed label Jun 6, 2022
@colebow colebow requested a review from mosabua June 6, 2022 16:43
@colebow colebow force-pushed the colebow/rn-385 branch 2 times, most recently from 584e431 to dc8d615 Compare June 8, 2022 17:07
@colebow colebow marked this pull request as ready for review June 8, 2022 17:07
@colebow colebow requested a review from martint June 8, 2022 17:07
## Iceberg connector

* Improve query performance when a table consists of many small files. ({issue}`12579`)
* Improve query performance when performing a delete or update. ({issue}`12671`)
Copy link
Member Author

Choose a reason for hiding this comment

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

@findepi is this reasonable?

Copy link
Member

Choose a reason for hiding this comment

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

Improve query performance when performing a delete or update

not really. the delete/update performance is the same as it used to be
however, delete/update now produces files that are more efficient to query later

Copy link
Member

@mosabua mosabua left a comment

Choose a reason for hiding this comment

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

Ship it!

@martint
Copy link
Member

martint commented Jun 8, 2022

Merged as 1a14cf8

@martint martint closed this Jun 8, 2022
@colebow colebow deleted the colebow/rn-385 branch June 15, 2022 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Release notes for 385
4 participants