Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 2.21 KB

Changelog

3.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features
  • Introduced a robust tracer functionality that generates unique trace IDs for improved application tracing.
  • Documentation
  • Rebranded the package to "@eggjs/tracer" with updated installation instructions, usage examples, and a new contributors section.
  • Refactor
  • Streamlined internal architecture and module integration for enhanced performance and clearer TypeScript support.
  • Chores
  • Revamped dependency management and build workflows, ensuring compatibility with Node.js ≥ 18.19.0.

Features

  • support cjs and esm both by tshy (#9) (dba5b9c)

2.1.0 (2023-05-24)

Features

2.0.0 (2023-01-07)

⚠ BREAKING CHANGES

  • Drop Node.js < 14 support

Features

  • upgrade all deps to latest versions (#6) (516ae2b)

1.1.0 / 2017-09-07

features

others

1.0.0 / 2016-08-16

  • first version