Skip to content

Commit b82f049

Browse files
author
waitingsong
committed
v39.1.0
1 parent b393729 commit b82f049

File tree

10 files changed

+64
-8
lines changed

10 files changed

+64
-8
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+
# [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+
622
## [39.0.2](https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2) (2024-10-29)
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.0.2",
2+
"version": "39.1.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+
# [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+
614
## [39.0.2](https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2) (2024-10-29)
715

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

packages/ali-oss/package.json

Lines changed: 2 additions & 2 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.0.2",
4+
"version": "39.1.0",
55
"description": "Ali OSS Component for midway.js",
66
"keywords": [
77
"midway",
@@ -38,7 +38,7 @@
3838
"license": "MIT",
3939
"dependencies": {
4040
"@midwayjs/info": "^3.18.0",
41-
"@mwcp/otel": "^39.0.2",
41+
"@mwcp/otel": "^39.1.0",
4242
"@mwcp/share": "^39.0.0",
4343
"@yuntools/ali-oss": "^16.1.5"
4444
},

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+
# [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+
614
## [39.0.2](https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2) (2024-10-29)
715

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

packages/cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/cache",
33
"author": "waiting",
4-
"version": "39.0.2",
4+
"version": "39.1.0",
55
"description": "midway component for declarative cache",
66
"keywords": [
77
"Cacheable",
@@ -37,7 +37,7 @@
3737
"@midwayjs/cache-manager": "^3.18.2",
3838
"@midwayjs/info": "^3.18.2",
3939
"@midwayjs/logger": "^3.4.2",
40-
"@mwcp/otel": "^39.0.2",
40+
"@mwcp/otel": "^39.1.0",
4141
"@mwcp/share": "^39.0.0",
4242
"@waiting/shared-core": "^23.22.0"
4343
},

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+
# [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+
614
## [39.0.2](https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2) (2024-10-29)
715

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

packages/jwt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/jwt",
33
"author": "waiting",
4-
"version": "39.0.2",
4+
"version": "39.1.0",
55
"description": "midway component jwt",
66
"keywords": [
77
"midway",
@@ -41,7 +41,7 @@
4141
"jsonwebtoken": "^9.0.2"
4242
},
4343
"devDependencies": {
44-
"@mwcp/otel": "^39.0.2",
44+
"@mwcp/otel": "^39.1.0",
4545
"@types/jsonwebtoken": "^9.0.7"
4646
},
4747
"engines": {

packages/otel/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+
# [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+
622
## [39.0.2](https://github.com/waitingsong/midway-components/compare/v39.0.1...v39.0.2) (2024-10-29)
723

824

packages/otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/otel",
33
"author": "waiting",
4-
"version": "39.0.2",
4+
"version": "39.1.0",
55
"description": "midway component for open telemetry",
66
"keywords": [
77
"midway",

0 commit comments

Comments
 (0)