hapijs / boom

HTTP-friendly error objects
Other
2.93k stars 193 forks source link

Changelog for @hapi/boom 10.0.0 #296

Closed guyellis closed 2 years ago

guyellis commented 2 years ago

Context

What are you trying to achieve or the steps to reproduce ?

npm i @hapi/boom@10

It appears that boom v10 is out. Please can you update the changelog: https://hapi.dev/module/boom/changelog/

devinivy commented 2 years ago

Thanks for noting! There are going to be a lot of major releases this week, and the website may stay up to date along the way. In the interim you can see the milestone for the v10 release for some details: https://github.com/hapijs/boom/milestone/68?closed=1

Nargonath commented 2 years ago

@guyellis Website is live with the latest releases. 😉

image

guyellis commented 2 years ago

Thank you @devinivy @Nargonath

For context, when our bot submits PRs for dependency upgrades we usually research the breaking changes (at a minimum) to ensure there's nothing scary in there which is why we need something like a changelog to help us.

Nargonath commented 2 years ago

Yes sure, you're welcome. That's the proper way of doing it I agree. It's just that we disabled automatic build on the website not to burn all our free credits on the hosting platform. It requires a manual update. As @devinivy mentioned if you need the changelog data at some point and the website is not updated yet, you can always go to GitHub => Issues => Milestones. We always link all the development to a specific milestone on GitHub and the website is actually pulling the data from there. 😉