inversify/inversify-express-utils

Release of a new npm version with peer dependency Express 4.17.0+

andrewtcymmer opened this issue · 5 comments

Hello inversify-express-utils maintainers,

I'm writing to ask if it would be possible for you to release a new version of this package into NPM from commit 8766292 or later?

My team's project depends on a change added in Express 4.17.0, published in May 2019 which added SameSite=none support to res.cookie(). inversify-express-utils last NPM release was in Jan 2019, with Express 4.16. As noted above, you've already made the upgrade we are looking for in the master branch.

My team got around this issue by forking the repository and storing a build in version control. I would like to clean this up and go back to using a public version from NPM. The only way I see to do this is to get a new public NPM version released. Kindly also let me know if there is a cleaner workaround (for example I looked at the constructor of InversifyExpressServer() thinking it may accept an express module as an argument, but it doesn't appear to support that).

Thanks,
-Andrew

@dcavanagh hey can we release a new version ?

I have the same issue. When will this be updated?

@PodaruDragos @dcavanagh
Curious about a potential release date as well.
Using force-resolution to update cookie package to 0.4.0 for now, but rather have a supported release

I'd also appreciate a new release, currently relying on a local build which includes my fixes which have just been merged.

Released 6.4.0 this morning with express 4.17.1. Sorry for the delay