-
Notifications
You must be signed in to change notification settings - Fork 1
Merge master into develop #40
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
release to master
## [1.7.0](v1.6.2...v1.7.0) (2024-08-16) ### Features * add fastify cpu profiler server ([#28](#28)) ([b224e06](b224e06))
* fix: heap snapshot file download * docs: readme
## [1.7.1](v1.7.0...v1.7.1) (2024-08-19) ### Bug Fixes * heap snapshot file download ([#30](#30)) ([800982b](800982b))
## [1.7.2](v1.7.1...v1.7.2) (2024-10-31) ### Bug Fixes * memleak in timeout w/ abort signal ([#32](#32)) ([d56a9ad](d56a9ad))
…omises` rather than implementing ourselves (#33)
## [1.7.3](v1.7.2...v1.7.3) (2025-03-04) ### Bug Fixes * use the built-in abortable async setTimeout from `node:timers/promises` rather than implementing ourselves ([#33](#33)) ([954e7ea](954e7ea))
## [1.7.4](v1.7.3...v1.7.4) (2025-03-05) ### Bug Fixes * isFinished never set on `waiter` ([#35](#35)) ([9c1d2b3](9c1d2b3))
… yet accepting connections` (#36)
## [1.7.5](v1.7.4...v1.7.5) (2025-03-24) ### Bug Fixes * missing condition for `PostgresError: the database system is not yet accepting connections` ([#36](#36)) ([6423000](6423000))
## [1.8.0](v1.7.5...v1.8.0) (2025-03-25) ### Features * add `reject` function to `waiter` ([#38](#38)) ([8c56e1a](8c56e1a))
rafaelcr
approved these changes
Apr 17, 2025
|
🎉 This PR is included in version 1.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The develop branch is protected such that a PR must be opened to merge master into develop. IMO we shouldn't have that rule. But in the meantime, here is that PR.