Skip to content

Releases: eggjs/cluster

v3.0.1

30 Dec 09:02
Compare
Choose a tag to compare

3.0.1 (2024-12-30)

Bug Fixes

v3.0.0

28 Dec 14:28
Compare
Choose a tag to compare

3.0.0 (2024-12-28)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

Summary by CodeRabbit

Release Notes for @eggjs/cluster v3.0.0-beta.4

  • New Features

    • Migrated project to TypeScript.
    • Added support for Node.js 18.19.0, 20, 22, and 23.
    • Enhanced type safety and module exports.
    • Improved worker thread and process management.
    • Introduced new error handling classes for better debugging.
  • Breaking Changes

    • Renamed package from egg-cluster to @eggjs/cluster.
    • Updated import/export syntax to ES modules.
    • Minimum Node.js version is now 18.19.0.
  • Performance Improvements

    • Refactored cluster and worker management.
    • Optimized error handling and logging.
  • Bug Fixes

    • Resolved various edge cases in worker initialization.
    • Improved graceful shutdown mechanisms.
  • Documentation

    • Updated README with new package name and usage examples.
    • Added TypeScript and ESM import examples.

Features


This release is also available on:

v2.4.0

09 Dec 01:51
Compare
Choose a tag to compare

2.4.0 (2024-12-09)

Features


This release is also available on:

v2.3.0

03 Jun 03:32
Compare
Choose a tag to compare

2.3.0 (2024-06-03)

Features


This release is also available on:

v2.2.1

08 Dec 12:26
Compare
Choose a tag to compare

2.2.1 (2023-12-08)

Bug Fixes

  • worker does not get SIGTERM signal from master when close (#111) (211c143)

This release is also available on:

v2.2.0

27 Jun 15:43
Compare
Choose a tag to compare

2.2.0 (2023-06-27)

Features

  • add debugPort to allow listen both https and http protocol (#109) (74cbb35)

This release is also available on:

v2.1.1

06 Jun 04:54
Compare
Choose a tag to compare

2.1.1 (2023-06-06)

Bug Fixes

  • worker_threads start auto add port when server.address() return null (#108) (62d6d0b)

This release is also available on:

v2.1.0

31 May 07:45
Compare
Choose a tag to compare

2.1.0 (2023-05-31)

Features


This release is also available on: