discussions icon indicating copy to clipboard operation
discussions copied to clipboard

Express 5.0 - last push!

Open UlisesGascon opened this issue 2 months ago • 13 comments

This issue includes a reference to all the PRs/issues or pending tasks for Express and dependencies needed to finally ship Express@5.

Rules (WIP):

  • If something is completed, just marked
  • If there is a PR/Issue/Discussion please add it (try to use one item)
  • If there is someone taking ownership on it, please add it. Ownership means to be the focal point for it not necessarily the person who makes the final change.
  • If there is no leader, feel free to claim it.
  • If you can no longer lead something, just let others claim it back
  • As this issue can have many comments, feel free to address them and then mark the original comment as "outdated" (details) so it is easier to follow.

If you think that any reference is missing, please edit this comment (@expressjs/express-tc) or reply with a comment if you don't have the permissions.

Pending things (Express):

  • [x] Add support for Node@22 in the CI (@mertcanaltin)
  • [ ] https://github.com/expressjs/express/pull/5595 (@UlisesGascon )
  • [x] https://github.com/expressjs/express/pull/4861
  • [ ] https://github.com/expressjs/express/pull/4852 (@jonchurch )
  • [x] https://github.com/expressjs/express/pull/4835
  • [ ] https://github.com/expressjs/express/pull/4212 (@jonchurch )
  • [x] https://github.com/expressjs/express/pull/3216 (@wesleytodd)
  • [ ] https://github.com/expressjs/express/pull/3213 (@wesleytodd pending review)
  • [ ] https://github.com/expressjs/expressjs.com/issues/1464 (@crandmck)
  • [ ] https://github.com/expressjs/expressjs.com/issues/1408 (@blakeembrey )

Pending things (Dependencies):

  • [ ] https://github.com/pillarjs/router/pull/60 (@blakeembrey)
  • [ ] https://github.com/expressjs/body-parser/pull/66 (@wesleytodd)
  • [ ] https://github.com/expressjs/body-parser/pull/406 (@wesleytodd or @UlisesGascon or TBD)
  • [ ] https://github.com/expressjs/body-parser/pull/387 (TBD)
  • [ ] https://github.com/expressjs/body-parser/pull/326 (TBD)
  • [ ] https://github.com/expressjs/body-parser/pull/282 (TBD)
  • [ ] https://github.com/pillarjs/send/pull/208 (TBD)
  • [ ] https://github.com/expressjs/serve-static/tree/2.0 (TBD)
  • [ ] Look through the direct deps to see if they have things which need to land,, or releases to cut, untracked WORK! (@wesleytodd)

Pending things (Documentation):

  • [ ] https://github.com/expressjs/expressjs.com/issues/1483 It will great to do an announcement in the blog about the release and celebrate this big milestone for the project :partying_face: (@UlisesGascon )
  • [ ] https://github.com/expressjs/expressjs.com/issues/1466 Should be offer a fresh version when v5 is ready? (@UlisesGascon )
  • [ ] https://github.com/expressjs/expressjs.com/issues/1479 (@UlisesGascon )

Discussions pending:

New

  • [ ] Express Generator? Context
  • [ ] https://github.com/expressjs/express/pull/3218 (@wesleytodd) This one had a new module which I archived in 2023, if we are going to move forward with it we need to have a small discussion about the best way to move it forward.

Under Investigation

  • [ ] https://github.com/expressjs/express/pull/2692 (@blakeembrey )
  • [ ] https://github.com/expressjs/express/pull/2653 (@blakeembrey )
  • [ ] https://github.com/expressjs/express/pull/2648 (@wesleytodd )

Decisions made:

Not in 5.x

  • [ ] https://github.com/expressjs/express/pull/3730
  • [ ] https://github.com/expressjs/express/pull/3214

Future Minors

  • [ ] https://github.com/expressjs/express/pull/5492 (@UlisesGascon )
  • [ ] https://github.com/expressjs/express/pull/3259 (@wesleytodd)

UlisesGascon avatar Apr 24 '24 22:04 UlisesGascon

Awesome! Was this list pulled from those labels? One thing we probably need to add as a TODO is to go through all of the direct dependencies and ensure they all have correctly triaged ones which should land before v5, or did you do that as well? It is hard to tell from the list but I dont see any body parser issues in here and I could have sworn there was some pending work to land in there (and that is likely not the only one if we haven't explicitly checked them all)?

wesleytodd avatar Apr 25 '24 21:04 wesleytodd

Awesome! Was this list pulled from those labels?

This was done manually. I quickly reviewed the express and expressjs.com repositories. If anything is missing from dependencies, please feel free to add them. The list may not be exhaustive at this point, but it's a great starting point and compass to help us focus on v5.x. You made a great suggestion with this approach :raised_hands:

Let's also see if the @expressjs/triagers can help us find missing items on the list and assist in reviewing PRs and taking leadership in some of them (I see a few PRs that require conflict resolution, updates...).

UlisesGascon avatar Apr 26 '24 07:04 UlisesGascon

Can I do the "Add the blog one" @UlisesGascon?

CBID2 avatar Apr 26 '24 14:04 CBID2

Yeah this is great! Absolutely agree with getting folks involved in taking ownership of them. Go team!

If anything is missing from dependencies, please feel free to add them.

Ok yeah this was my main concern. I knew for sure there is router stuff which is why I started there with the labels, but I think there is more in the other few. So if anyone wants to take point on reviewing the deps we own which are "direct deps" of express that would be awesome. Specifically I think each repo needs to address if there are any pending breaking changes which look like they were ready to land (if they are too contentious or too incomplete then we should not land them now) or if there is a pre-existing major version branch with work left to do on it (which is the case in a few for sure). For that we need to catalog that work here so we make sure we don't miss anything.

wesleytodd avatar Apr 26 '24 14:04 wesleytodd

Active dev branch for v5 is 5.x, correct? As opposed to 5.0 which would be a release branch?

jonchurch avatar Apr 28 '24 01:04 jonchurch

Can I do the "Add the blog one" @UlisesGascon?

I can help you 🚀

mertcanaltin avatar Apr 28 '24 08:04 mertcanaltin

Add support for Node@22 in the CI (no leader), would like to work with this topic

mertcanaltin avatar Apr 28 '24 08:04 mertcanaltin

Can I do the "Add the blog one" @UlisesGascon?

I think that @chrisdel101 is actively working on it, maybe we can provide them more support.

Aside of active development for sure you (@CBID2 @mertcanaltin) can work on:

  • Reviewing the PR(s) for the new blog
  • Start to work on the blog entries content (see: https://github.com/expressjs/expressjs.com/issues/1500)

Add support for Node@22 in the CI (no leader), would like to work with this topic.

I think that maybe @rxmarbles is working on it, based on slack comment

UlisesGascon avatar Apr 28 '24 10:04 UlisesGascon

Active dev branch for v5 is 5.x, correct? As opposed to 5.0 which would be a release branch?

Yeah exactly. That said I have gotten confused a few times and I think this is one case where we would benefit from automation and some really clear and simple docs.

wesleytodd avatar Apr 29 '24 17:04 wesleytodd

I'm very excited about the new version of express being released! https://github.com/expressjs/generator I think it would be better if this repo was also maintained. I think that the current code written using syntax prior to ES2015 is very outdated. (ref: https://github.com/expressjs/generator/pull/200)

Yaminyam avatar May 09 '24 16:05 Yaminyam

Hey @Yaminyam, that package is on our radar but we need to do the necessary here first. I believe there is a tracking issue for it here: https://github.com/expressjs/discussions/issues/197

wesleytodd avatar May 09 '24 18:05 wesleytodd

@jonchurch do you think this needs to be added to the list above? https://github.com/expressjs/express/issues/4851

EDIT: just to keep the records, this one is related as well I think https://github.com/expressjs/express/pull/4852

wesleytodd avatar May 15 '24 18:05 wesleytodd

I reviewed the remaining open things in body-parser. I added them to the list here, but likely will want to update the linked v2 PR as well. I dont have enough remaining battery on this plane to be able to start work on them, and also I think some are a bit ambigious as to what we need to do to get it across the finish line. Would love if folks could click through some of the ones I added and add any insight or thoughts they have on them and if we need to land them.

wesleytodd avatar May 17 '24 23:05 wesleytodd