File tree Expand file tree Collapse file tree 10 files changed +64
-8
lines changed Expand file tree Collapse file tree 10 files changed +64
-8
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
+ # [ 39.1.0] ( https://github.com/waitingsong/midway-components/compare/v39.0.2...v39.1.0 ) (2024-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** otel:** middlewares using order ([ ed07659] ( https://github.com/waitingsong/midway-components/commit/ed076594dd345a2cb8b22483758caa38950b0fec ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** otel:** addSpanEventWithIncomingRequestData() skip log if none ([ 73b536c] ( https://github.com/waitingsong/midway-components/commit/73b536ce403979a02cc1b7c6cd63968daf95e40b ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 39.0.2] ( https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2 ) (2024-10-29)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 39.0.2 " ,
2
+ "version" : " 39.1.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
+ # [ 39.1.0] ( https://github.com/waitingsong/midway-components/compare/v39.0.2...v39.1.0 ) (2024-10-30)
7
+
8
+ ** Note:** Version bump only for package @mwcp/ali-oss
9
+
10
+
11
+
12
+
13
+
6
14
## [ 39.0.2] ( https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2 ) (2024-10-29)
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.0.2 " ,
4
+ "version" : " 39.1.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.18.0" ,
41
- "@mwcp/otel" : " ^39.0.2 " ,
41
+ "@mwcp/otel" : " ^39.1.0 " ,
42
42
"@mwcp/share" : " ^39.0.0" ,
43
43
"@yuntools/ali-oss" : " ^16.1.5"
44
44
},
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
+ # [ 39.1.0] ( https://github.com/waitingsong/midway-components/compare/v39.0.2...v39.1.0 ) (2024-10-30)
7
+
8
+ ** Note:** Version bump only for package @mwcp/cache
9
+
10
+
11
+
12
+
13
+
6
14
## [ 39.0.2] ( https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2 ) (2024-10-29)
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.0.2 " ,
4
+ "version" : " 39.1.0 " ,
5
5
"description" : " midway component for declarative cache" ,
6
6
"keywords" : [
7
7
" Cacheable" ,
37
37
"@midwayjs/cache-manager" : " ^3.18.2" ,
38
38
"@midwayjs/info" : " ^3.18.2" ,
39
39
"@midwayjs/logger" : " ^3.4.2" ,
40
- "@mwcp/otel" : " ^39.0.2 " ,
40
+ "@mwcp/otel" : " ^39.1.0 " ,
41
41
"@mwcp/share" : " ^39.0.0" ,
42
42
"@waiting/shared-core" : " ^23.22.0"
43
43
},
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
+ # [ 39.1.0] ( https://github.com/waitingsong/midway-components/compare/v39.0.2...v39.1.0 ) (2024-10-30)
7
+
8
+ ** Note:** Version bump only for package @mwcp/jwt
9
+
10
+
11
+
12
+
13
+
6
14
## [ 39.0.2] ( https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2 ) (2024-10-29)
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.0.2 " ,
4
+ "version" : " 39.1.0 " ,
5
5
"description" : " midway component jwt" ,
6
6
"keywords" : [
7
7
" midway" ,
41
41
"jsonwebtoken" : " ^9.0.2"
42
42
},
43
43
"devDependencies" : {
44
- "@mwcp/otel" : " ^39.0.2 " ,
44
+ "@mwcp/otel" : " ^39.1.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
+ # [ 39.1.0] ( https://github.com/waitingsong/midway-components/compare/v39.0.2...v39.1.0 ) (2024-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** otel:** middlewares using order ([ ed07659] ( https://github.com/waitingsong/midway-components/commit/ed076594dd345a2cb8b22483758caa38950b0fec ) )
12
+
13
+
14
+ ### Features
15
+
16
+ * ** otel:** addSpanEventWithIncomingRequestData() skip log if none ([ 73b536c] ( https://github.com/waitingsong/midway-components/commit/73b536ce403979a02cc1b7c6cd63968daf95e40b ) )
17
+
18
+
19
+
20
+
21
+
6
22
## [ 39.0.2] ( https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2 ) (2024-10-29)
7
23
8
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mwcp/otel" ,
3
3
"author" : " waiting" ,
4
- "version" : " 39.0.2 " ,
4
+ "version" : " 39.1.0 " ,
5
5
"description" : " midway component for open telemetry" ,
6
6
"keywords" : [
7
7
" midway" ,
You can’t perform that action at this time.
0 commit comments