|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v3.20.2 (2025-01-31) |
| 5 | + |
| 6 | +#### :bug: Bug Fix |
| 7 | +* `kafka` |
| 8 | + * [#4271](https://github.com/midwayjs/midway/pull/4271) fix: KafkaProducerFactory not init from decorator ([@czy88840616](https://github.com/czy88840616)) |
| 9 | + |
| 10 | +#### :nail_care: Polish |
| 11 | +* `axios`, `mqtt` |
| 12 | + * [#4278](https://github.com/midwayjs/midway/pull/4278) feat: add custom axios config typings merge ([@czy88840616](https://github.com/czy88840616)) |
| 13 | + |
| 14 | +#### :package: Dependencies |
| 15 | +* `web-koa`, `web` |
| 16 | + * [#4276](https://github.com/midwayjs/midway/pull/4276) fix(deps): update dependency qs to v6.14.0 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 17 | +* `swagger` |
| 18 | + * [#4279](https://github.com/midwayjs/midway/pull/4279) chore(deps): update dependency swagger-ui-dist to v5.18.3 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 19 | +* `jwt` |
| 20 | + * [#4281](https://github.com/midwayjs/midway/pull/4281) fix(deps): update dependency @types/jsonwebtoken to v9.0.8 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 21 | +* Other |
| 22 | + * [#4282](https://github.com/midwayjs/midway/pull/4282) chore(deps): update dependency @types/node to v22.12.0 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 23 | +* `bullmq` |
| 24 | + * [#4283](https://github.com/midwayjs/midway/pull/4283) fix(deps): update dependency bullmq to v5.39.1 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 25 | + * [#4275](https://github.com/midwayjs/midway/pull/4275) fix(deps): update dependency bullmq to v5.37.0 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 26 | +* `casbin-redis-adapter`, `casbin-typeorm-adapter`, `casbin` |
| 27 | + * [#4284](https://github.com/midwayjs/midway/pull/4284) fix(deps): update dependency casbin to v5.38.0 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 28 | +* `mikro` |
| 29 | + * [#4280](https://github.com/midwayjs/midway/pull/4280) chore(deps): update mikro-orm monorepo to v6.4.5 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 30 | +* `leoric` |
| 31 | + * [#4273](https://github.com/midwayjs/midway/pull/4273) fix(deps): update dependency leoric to v2.13.4 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 32 | +* `ws` |
| 33 | + * [#4272](https://github.com/midwayjs/midway/pull/4272) fix(deps): update dependency @types/ws to v8.5.14 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 34 | +* `otel` |
| 35 | + * [#4265](https://github.com/midwayjs/midway/pull/4265) chore(deps): update dependency @opentelemetry/sdk-node to v0.57.1 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 36 | +* `grpc`, `rabbitmq`, `socketio`, `web-express`, `web-koa`, `web`, `ws` |
| 37 | + * [#4266](https://github.com/midwayjs/midway/pull/4266) chore(deps): update dependency fs-extra to v11.3.0 ([@renovate[bot]](https://github.com/apps/renovate)) |
| 38 | + |
| 39 | +#### Committers: 1 |
| 40 | +- Harry Chen ([@czy88840616](https://github.com/czy88840616)) |
| 41 | + |
| 42 | + |
| 43 | + |
4 | 44 | ## v3.20.1 (2025-01-17)
|
5 | 45 |
|
6 | 46 | #### :bug: Bug Fix
|
|
0 commit comments