File tree Expand file tree Collapse file tree 12 files changed +79
-13
lines changed Expand file tree Collapse file tree 12 files changed +79
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
22
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 39.3 .0" ,
2
+ "version" : " 40.0 .0" ,
3
3
"command" : {
4
4
"publish" : {
5
5
"ignoreChanges" : [
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
15
8
16
** Note:** Version bump only for package @mwcp/ali-oss
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/ali-oss" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.3 .0" ,
4
+ "version" : " 40.0 .0" ,
5
5
"description" : " Ali OSS Component for midway.js" ,
6
6
"keywords" : [
7
7
" midway" ,
38
38
"license" : " MIT" ,
39
39
"dependencies" : {
40
40
"@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" ,
43
43
"@yuntools/ali-oss" : " ^16.1.5"
44
44
},
45
45
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
15
8
16
** Note:** Version bump only for package @mwcp/cache
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/cache" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.3 .0" ,
4
+ "version" : " 40.0 .0" ,
5
5
"description" : " midway component for declarative cache" ,
6
6
"keywords" : [
7
7
" Cacheable" ,
37
37
"@midwayjs/cache-manager" : " ^3.19.0" ,
38
38
"@midwayjs/info" : " ^3.19.0" ,
39
39
"@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" ,
42
42
"@waiting/shared-core" : " ^23.23.0"
43
43
},
44
44
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
15
8
16
** Note:** Version bump only for package @mwcp/jwt
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/jwt" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.3 .0" ,
4
+ "version" : " 40.0 .0" ,
5
5
"description" : " midway component jwt" ,
6
6
"keywords" : [
7
7
" midway" ,
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
38
"@midwayjs/info" : " ^3.19.0" ,
39
- "@mwcp/share" : " ^39.3 .0" ,
39
+ "@mwcp/share" : " ^40.0 .0" ,
40
40
"@waiting/shared-core" : " ^23.23.0" ,
41
41
"jsonwebtoken" : " ^9.0.2"
42
42
},
43
43
"devDependencies" : {
44
- "@mwcp/otel" : " ^39.3 .0" ,
44
+ "@mwcp/otel" : " ^40.0 .0" ,
45
45
"@types/jsonwebtoken" : " ^9.0.7"
46
46
},
47
47
"engines" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
21
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
22
8
23
** Note:** Version bump only for package @mwcp/otel
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/otel" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.3 .0" ,
4
+ "version" : " 40.0 .0" ,
5
5
"description" : " midway component for open telemetry" ,
6
6
"keywords" : [
7
7
" midway" ,
36
36
},
37
37
"license" : " MIT" ,
38
38
"dependencies" : {
39
- "@mwcp/share" : " ^39.3 .0" ,
39
+ "@mwcp/share" : " ^40.0 .0" ,
40
40
"@opentelemetry/resource-detector-alibaba-cloud" : " ^0.29.4" ,
41
41
"@opentelemetry/resource-detector-aws" : " ^1.7.0" ,
42
42
"@opentelemetry/resource-detector-container" : " ^0.5.0" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
17
# [ 39.3.0] ( https://github.com/waitingsong/midway-components/compare/v39.2.0...v39.3.0 ) (2024-11-06)
7
18
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/share" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.3 .0" ,
4
+ "version" : " 40.0 .0" ,
5
5
"description" : " midway.js share" ,
6
6
"keywords" : [
7
7
" midway.js" ,
You can’t perform that action at this time.
0 commit comments