From 619123179786baf0d222c72445b766ae4ecfe456 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Feb 2025 11:18:38 +0000 Subject: [PATCH] Release 3.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] ## [3.0.0](https://github.com/eggjs/egg-tracer/compare/v2.1.0...v3.0.0) (2025-02-04) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support part of https://github.com/eggjs/egg/issues/3644 https://github.com/eggjs/egg/issues/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](https://github.com/eggjs/egg-tracer/issues/9)) ([dba5b9c](https://github.com/eggjs/egg-tracer/commit/dba5b9cce4becbd81a73466e9b22dc0dbb64450a)) --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9c508..71ffcc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [3.0.0](https://github.com/eggjs/egg-tracer/compare/v2.1.0...v3.0.0) (2025-02-04) + + +### ⚠ BREAKING CHANGES + +* drop Node.js < 18.19.0 support + +part of https://github.com/eggjs/egg/issues/3644 + +https://github.com/eggjs/egg/issues/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](https://github.com/eggjs/egg-tracer/issues/9)) ([dba5b9c](https://github.com/eggjs/egg-tracer/commit/dba5b9cce4becbd81a73466e9b22dc0dbb64450a)) + ## [2.1.0](https://github.com/eggjs/egg-tracer/compare/v2.0.0...v2.1.0) (2023-05-24) diff --git a/package.json b/package.json index 8d6f3a5..97c75e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eggjs/tracer", - "version": "2.1.0", + "version": "3.0.0", "publishConfig": { "access": "public" },