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

chore: Adds the 4.0 release notes #27441

Merged
merged 11 commits into from
Apr 1, 2024

Conversation

michael-s-molina
Copy link
Member

SUMMARY

This PR adds the 4.0 release notes.

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@michael-s-molina
Copy link
Member Author

michael-s-molina commented Mar 8, 2024

@rusackas @sfirke I created this PR so we can collaborate on assembling the release notes for 4.0. Feel free to push to the branch or add comments to the PR.

@michael-s-molina
Copy link
Member Author

@john-bodley Could you fill in the section about session management improvements?

@john-bodley john-bodley added the review:checkpoint Last PR reviewed during the daily review standup label Mar 8, 2024
Flush out the details for the session management improvements.
@sfirke
Copy link
Member

sfirke commented Mar 8, 2024

This is a great start! I will copy edit and take a general pass through next week. If I fail to, please ping me and I'll put to top of my list 🙏

@rusackas
Copy link
Member

Maybe we should give ourselves some TODOs here, broken up by area, so we don't double efforts or get muddled up. Things like:
• Feature Flag deprecations
• Feature Flag flips
• Feature flag removals
• Chart migrations
• Chart deprecations
• New features
• Security Issues
• B/E dependencies
• F/E dependencies
• Anciliary things (Storybook, etc)
• How to upgrade
• .... probably 10 other sections I'm not thinking about.

@michael-s-molina
Copy link
Member Author

Maybe we should give ourselves some TODOs here, broken up by area, so we don't double efforts or get muddled up.

@rusackas I kind of did that with the TODO @owner in the sections. For example, the Tags and Country maps are currently assigned to you. Feel free to add more sections if needed.

@michael-s-molina
Copy link
Member Author

michael-s-molina commented Mar 11, 2024

How to upgrade

@rusackas This looks like a good section to add. Should we just copy the contents of https://preset.io/blog/superset-3-0-release-notes/#upgrading-to-30 and change it a little if necessary?

@rusackas
Copy link
Member

How to upgrade

@rusackas This looks like a good section to add. Should we just copy the contents of https://preset.io/blog/superset-3-0-release-notes/#upgrading-to-30 and change it a little if necessary?

Sounds like a plan!

@john-bodley john-bodley removed the review:checkpoint Last PR reviewed during the daily review standup label Mar 11, 2024
@michael-s-molina michael-s-molina marked this pull request as ready for review March 21, 2024 17:50
@michael-s-molina
Copy link
Member Author

@rusackas @sfirke The PR is ready for review.

Copy link
Member

@john-bodley john-bodley left a comment

Choose a reason for hiding this comment

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

Thanks @michael-s-molina. Overall this LGTM, though I left a few comments.

RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved

We changed the structure of the `CHANGELOG.md` file in [#26800](https://github.com/apache/superset/pull/26800) to better organize the contents of each release and also to deal with GitHub size limitations when displaying the file. Now every release will have its own file at `CHANGELOG/<version>.md`. The main `CHANGELOG.md` file is now an index with links to all releases.

### Improved drag and drop experience when editing a dashboard
Copy link
Member

Choose a reason for hiding this comment

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

How about highlighting the explore D&D experiences together? (#27558)

Copy link
Member Author

Choose a reason for hiding this comment

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

@justinpark It would be awesome to include something about this as I think it's a great improvement. We just need to make sure the PR is merged and included in the branch first.

Copy link
Member Author

Choose a reason for hiding this comment

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

@justinpark I added the section now that the PR is in the branch.

Copy link
Member

Choose a reason for hiding this comment

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

Thank you!

Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Copy link
Member

@sfirke sfirke left a comment

Choose a reason for hiding this comment

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

This is a great release! And nice notes, thanks for drafting this. Mostly copy-editing plus a couple of minor meaningful items.

RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
RELEASING/release-notes-4-0/README.md Outdated Show resolved Hide resolved
michael-s-molina and others added 2 commits April 1, 2024 13:21
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
@michael-s-molina michael-s-molina merged commit ca47717 into apache:master Apr 1, 2024
24 checks passed
@michael-s-molina michael-s-molina added the v4.0 Label added by the release manager to track PRs to be included in the 4.0 branch label Apr 1, 2024
michael-s-molina added a commit that referenced this pull request Apr 1, 2024
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
(cherry picked from commit ca47717)
jzhao62 pushed a commit to jzhao62/superset that referenced this pull request Apr 4, 2024
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
EandrewJones pushed a commit to UMD-ARLIS/superset that referenced this pull request Apr 5, 2024
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
EnxDev pushed a commit to EnxDev/superset that referenced this pull request Apr 12, 2024
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🍒 4.0.0 labels Apr 17, 2024
qleroy pushed a commit to qleroy/superset that referenced this pull request Apr 28, 2024
Co-authored-by: John Bodley <4567245+john-bodley@users.noreply.github.com>
Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/L v4.0 Label added by the release manager to track PRs to be included in the 4.0 branch 🍒 4.0.0 🍒 4.0.1 🍒 4.0.2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants