3.0.0 (2025-02-04)
- drop Node.js < 18.19.0 support
part of eggjs/egg#3644
- 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.
2.1.0 (2023-05-24)
2.0.0 (2023-01-07)
- Drop Node.js < 14 support
features
- [
02501c6
] - feat: support app or agent get tracer (#2) (hui <[email protected]>)
others
- [
840724e
] - chore: upgrade deps and fix test (#1) (Haoliang Gao <[email protected]>)
- first version