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

Release v4.0.0 #197

Merged
merged 43 commits into from Aug 2, 2020
Merged

Release v4.0.0 #197

merged 43 commits into from Aug 2, 2020

Conversation

EvanHahn
Copy link
Member

@EvanHahn EvanHahn commented Jun 13, 2019

Completed release date: 2020-08-02

Currently published: helmet@4.0.0.

According to [the Node release schedule][0], Node 10 is the minimum
supported version.

Closes [#146][1].

[0]: https://github.com/nodejs/Release
[1]: #146
Ameen Abdeen and others added 15 commits July 7, 2020 08:43
This imports the [helmet-csp package][0] into this repo as part of my
effort to make Helmet a monorepo. You can find its prior history in the
old repo.

Similar to:

* 936cd27 which imported
  `referrer-policy`
* 141f131 which imported `crossdomain`
* ff12fb7 which imported
  `dont-sniff-mimetype`
* 2b64d11 which imported
  `hide-powered-by`
* 7906601 which imported `frameguard`
* d03c555 which imported `expect-ct`
* e933c28 which imported
  `dns-prefetch-control`
* 13b496f which imported `ienoopen`

[0]: https://github.com/helmetjs/csp
Closes [#227][0].

[0]: #227

(cherry picked from commit a4e02c5)
Co-authored-by: Ameen Abdeen <ameen@linearsquared.com>

See [#226][0].

Closes [#224][1].

[0]: #226
[1]: #224
This imports the [x-xss-protection package][0] into this repo as part of
my effort to make Helmet a monorepo. You can find its prior history in
the old repo.

Similar to:

* df561bb which imported `helmet-csp`
* 936cd27 which imported
  `referrer-policy`
* 141f131 which imported `crossdomain`
* ff12fb7 which imported
  `dont-sniff-mimetype`
* 2b64d11 which imported
  `hide-powered-by`
* 7906601 which imported `frameguard`
* d03c555 which imported `expect-ct`
* e933c28 which imported
  `dns-prefetch-control`
* 13b496f which imported `ienoopen`

[0]: https://github.com/helmetjs/x-xss-protection
This imports the [hsts package][0] into this repo as part of my effort
to make Helmet a monorepo. You can find its prior history in the old
repo.

Similar to:

* f98ff72 which imported
  `x-xss-protection`
* df561bb which imported `helmet-csp`
* 936cd27 which imported
  `referrer-policy`
* 141f131 which imported `crossdomain`
* ff12fb7 which imported
  `dont-sniff-mimetype`
* 2b64d11 which imported
  `hide-powered-by`
* 7906601 which imported `frameguard`
* d03c555 which imported `expect-ct`
* e933c28 which imported
  `dns-prefetch-control`
* 13b496f which imported `ienoopen`

[0]: https://github.com/helmetjs/hsts
@EvanHahn
Copy link
Member Author

Just published helmet@4.0.0-alpha.1. I'd appreciate any feedback!

@bensalilijames
Copy link

These changes look fantastic @EvanHahn! I've just installed the alpha, all looks to be working so far.

@EvanHahn
Copy link
Member Author

Just published helmet@4.0.0-rc.1, which you can install with npm install helmet@next. There have been no meaningful changes since 4.0.0-alpha.1 but some error messages were improved.

Planning to release this on Sunday, 2020-08-02 (a few days from now).

@EvanHahn
Copy link
Member Author

Just published helmet@4.0.0-rc.2, which you can install with npm install helmet@next. Since rc.1, I have exported the HelmetOptions type, but nothing else has changed.

Still planning to release on Sunday.

@EvanHahn EvanHahn marked this pull request as ready for review August 2, 2020 14:35
@EvanHahn EvanHahn added this to the 4.0.0 milestone Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants