Skip to content

Commit 276e8ee

Browse files
author
waitingsong
committed
v40.0.0
1 parent 0cd8e93 commit 276e8ee

File tree

12 files changed

+79
-13
lines changed

12 files changed

+79
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
9+
### Features
10+
11+
* **otel:** breaking changes for using context.active() inner method or function ([8403238](https://github.com/waitingsong/midway-components/commit/84032388ce3bf3a05ebafab6ce5cdfd50d362cfc))
12+
* **otel:** rename OtelComponent.getGlobalCurrentContext() to getActiveContext() ([c8e5463](https://github.com/waitingsong/midway-components/commit/c8e54630df86f6a30aa4bdf22a74860f6a2e5025))
13+
* **otel:** rename OtelComponent.getGlobalCurrentSpan() to getActiveSpan() ([1d3a6f9](https://github.com/waitingsong/midway-components/commit/1d3a6f9967e02897a3b4696595c181891d4d2d2f))
14+
* **otel:** update TraceServiceSpan.startScopeActiveSpan() ([666f11a](https://github.com/waitingsong/midway-components/commit/666f11a1cf1ce432784dad1f27ffcb0edf9eca08))
15+
* remove TraceServiceSpan.setAttributesLater() ([90ed626](https://github.com/waitingsong/midway-components/commit/90ed6269420fe83084dfaada0d5e4cedb62f84b6))
16+
* **share:** update DecoratorExecutorParamBase add property scheme: string ([0e19aca](https://github.com/waitingsong/midway-components/commit/0e19aca47952c590d8ef911f99648971ba9985f6))
17+
18+
19+
20+
21+
622
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "39.3.0",
2+
"version": "40.0.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/ali-oss/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
**Note:** Version bump only for package @mwcp/ali-oss
9+
10+
11+
12+
13+
614
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
715

816
**Note:** Version bump only for package @mwcp/ali-oss

packages/ali-oss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/ali-oss",
33
"author": "waiting",
4-
"version": "39.3.0",
4+
"version": "40.0.0",
55
"description": "Ali OSS Component for midway.js",
66
"keywords": [
77
"midway",
@@ -38,8 +38,8 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@midwayjs/info": "^3.19.0",
41-
"@mwcp/otel": "^39.3.0",
42-
"@mwcp/share": "^39.3.0",
41+
"@mwcp/otel": "^40.0.0",
42+
"@mwcp/share": "^40.0.0",
4343
"@yuntools/ali-oss": "^16.1.5"
4444
},
4545
"engines": {

packages/cache/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
**Note:** Version bump only for package @mwcp/cache
9+
10+
11+
12+
13+
614
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
715

816
**Note:** Version bump only for package @mwcp/cache

packages/cache/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/cache",
33
"author": "waiting",
4-
"version": "39.3.0",
4+
"version": "40.0.0",
55
"description": "midway component for declarative cache",
66
"keywords": [
77
"Cacheable",
@@ -37,8 +37,8 @@
3737
"@midwayjs/cache-manager": "^3.19.0",
3838
"@midwayjs/info": "^3.19.0",
3939
"@midwayjs/logger": "^3.4.2",
40-
"@mwcp/otel": "^39.3.0",
41-
"@mwcp/share": "^39.3.0",
40+
"@mwcp/otel": "^40.0.0",
41+
"@mwcp/share": "^40.0.0",
4242
"@waiting/shared-core": "^23.23.0"
4343
},
4444
"engines": {

packages/jwt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
**Note:** Version bump only for package @mwcp/jwt
9+
10+
11+
12+
13+
614
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
715

816
**Note:** Version bump only for package @mwcp/jwt

packages/jwt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/jwt",
33
"author": "waiting",
4-
"version": "39.3.0",
4+
"version": "40.0.0",
55
"description": "midway component jwt",
66
"keywords": [
77
"midway",
@@ -36,12 +36,12 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"@midwayjs/info": "^3.19.0",
39-
"@mwcp/share": "^39.3.0",
39+
"@mwcp/share": "^40.0.0",
4040
"@waiting/shared-core": "^23.23.0",
4141
"jsonwebtoken": "^9.0.2"
4242
},
4343
"devDependencies": {
44-
"@mwcp/otel": "^39.3.0",
44+
"@mwcp/otel": "^40.0.0",
4545
"@types/jsonwebtoken": "^9.0.7"
4646
},
4747
"engines": {

packages/otel/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
9+
### Features
10+
11+
* **otel:** breaking changes for using context.active() inner method or function ([8403238](https://github.com/waitingsong/midway-components/commit/84032388ce3bf3a05ebafab6ce5cdfd50d362cfc))
12+
* **otel:** rename OtelComponent.getGlobalCurrentContext() to getActiveContext() ([c8e5463](https://github.com/waitingsong/midway-components/commit/c8e54630df86f6a30aa4bdf22a74860f6a2e5025))
13+
* **otel:** rename OtelComponent.getGlobalCurrentSpan() to getActiveSpan() ([1d3a6f9](https://github.com/waitingsong/midway-components/commit/1d3a6f9967e02897a3b4696595c181891d4d2d2f))
14+
* **otel:** update TraceServiceSpan.startScopeActiveSpan() ([666f11a](https://github.com/waitingsong/midway-components/commit/666f11a1cf1ce432784dad1f27ffcb0edf9eca08))
15+
* remove TraceServiceSpan.setAttributesLater() ([90ed626](https://github.com/waitingsong/midway-components/commit/90ed6269420fe83084dfaada0d5e4cedb62f84b6))
16+
17+
18+
19+
20+
621
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
722

823
**Note:** Version bump only for package @mwcp/otel

packages/otel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/otel",
33
"author": "waiting",
4-
"version": "39.3.0",
4+
"version": "40.0.0",
55
"description": "midway component for open telemetry",
66
"keywords": [
77
"midway",
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@mwcp/share": "^39.3.0",
39+
"@mwcp/share": "^40.0.0",
4040
"@opentelemetry/resource-detector-alibaba-cloud": "^0.29.4",
4141
"@opentelemetry/resource-detector-aws": "^1.7.0",
4242
"@opentelemetry/resource-detector-container": "^0.5.0",

packages/share/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [40.0.0](https://github.com/waitingsong/midway-components/compare/v39.3.0...v40.0.0) (2024-11-10)
7+
8+
9+
### Features
10+
11+
* **share:** update DecoratorExecutorParamBase add property scheme: string ([0e19aca](https://github.com/waitingsong/midway-components/commit/0e19aca47952c590d8ef911f99648971ba9985f6))
12+
13+
14+
15+
16+
617
# [39.3.0](https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0) (2024-11-06)
718

819

packages/share/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/share",
33
"author": "waiting",
4-
"version": "39.3.0",
4+
"version": "40.0.0",
55
"description": "midway.js share",
66
"keywords": [
77
"midway.js",

0 commit comments

Comments
 (0)