Skip to content

Commit

Permalink
pre v13
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Feb 10, 2024
1 parent 06bf7af commit 4fc97db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ See [Semver](http://semver.org/).

- 📦 Minor packaging changes

## v13.0.0

- 💔 Dropped official support for [Node v16, which is EOL](https://nodejs.org/en/blog/announcements/nodejs16-eol/).

- 💔 Several methods, including BatchCluster#pids() were changed from async to sync (as they were needlessly async).

- 📦 A number of timeout options can now be validly 0 to disable timeouts:

- `spawnTimeoutMillis`
- `taskTimeoutMillis`

- 📦 Added eslint `@typescript-eslint/await-thenable` rule and delinted.

- 📦 Updated development dependencies and rebuilt docs

## v12.1.0

- 🐞 `pidExists` now handles `EPERM` properly (previous implementation would
Expand Down

0 comments on commit 4fc97db

Please sign in to comment.