Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ yarn-error.log*
*.ipr
*.iml
*.iws
.omx/
2 changes: 1 addition & 1 deletion event/2.7.0.3-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 2.7.0.3
sidebar_position: 1
sidebar_position: 2
keywords: ["release-notes"]
description: release-notes
---
Expand Down
132 changes: 132 additions & 0 deletions event/2.7.1-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
---
title: 2.7.1
sidebar_position: 1
keywords: ["release-notes"]
description: release-notes
---

## 2.7.1

## What's Changed

- fix non determinsitic tests (#6232) by @yonghanlin in https://github.com/apache/shenyu/pull/6232
- fix non deterministic test (#6229) by @annhchen89 in https://github.com/apache/shenyu/pull/6229
- Fix mcp server real url error (#6228) by @478320 in https://github.com/apache/shenyu/pull/6228
- fix HttpUtilsTest nondeterminism from param order (#6230) by @yonghanlin in https://github.com/apache/shenyu/pull/6230
- fix field-sqlmap.xml database reserved keywords (#6233) by @2823602869 in https://github.com/apache/shenyu/pull/6233
- fix get the argument position mapping error and test method (#6236) by @MaMengzhen in https://github.com/apache/shenyu/pull/6236
- add reset cache in MethodDescriptor (#6244) by @annhchen89 in https://github.com/apache/shenyu/pull/6244
- [Fix] the selector and rule pagination non-functional (#6239) (#6243) by @VampireAchao in https://github.com/apache/shenyu/pull/6239
- Fix Order Dependent Test in AiPromptPluginDataHandlerTest (#6245) by @annhchen89 in https://github.com/apache/shenyu/pull/6245
- Fix non deterministic caused by Hashmap (#6246) by @annhchen89 in https://github.com/apache/shenyu/pull/6246
- Enhance index method to build base URL from HTTP request, supporting reverse proxy scenarios (#6247) by @Aias00 in https://github.com/apache/shenyu/pull/6247
- modify loadbalancer (#6251) by @yu199195 in https://github.com/apache/shenyu/pull/6251
- feat: Introduce request body size limit, enhance AI proxy plugin's ChatClient caching with config hash, and refine prompt extraction from the request body. (#6248) by @Aias00 in https://github.com/apache/shenyu/pull/6248
- fix ai proxy key (#6249) by @Aias00 in https://github.com/apache/shenyu/pull/6249
- Refactor EtcdClient and RedisConnectionFactory for improved readability and maintainability (#6250) by @Aias00 in https://github.com/apache/shenyu/pull/6250
- feat: Enhance IpUtils with Docker support, improved IP filtering (#6253) by @Aias00 in https://github.com/apache/shenyu/pull/6253
- fix mcp tool sample error (#6259) by @MaMengzhen in https://github.com/apache/shenyu/pull/6259
- infra: refactor infra zk module (#6199) by @yuluo-yx in https://github.com/apache/shenyu/pull/6199
- feat: Rename ai proxy enhanced module to ai proxy and update related files (#6260) by @Aias00 in https://github.com/apache/shenyu/pull/6260
- fix NettyHttpClientPlugin doRequest response unique headers error (#6258) by @MaMengzhen in https://github.com/apache/shenyu/pull/6258
- fix 'addCustomHeaders' header value replace bug (#6257) by @MaMengzhen in https://github.com/apache/shenyu/pull/6257
- fix order dependent test (#6261) by @annhchen89 in https://github.com/apache/shenyu/pull/6261
- test(#5161): Improve test coverage for VersionUtils (#6264) by @airajena in https://github.com/apache/shenyu/pull/5161
- [#6262] Fix OrderlyExecutor resource leak in shenyu-disruptor (#6269) by @airajena in https://github.com/apache/shenyu/pull/6269
- Fix: Set isClosing flag in closeGracefully method as documented (#6263) by @airajena in https://github.com/apache/shenyu/pull/6263
- fix add custom headers error (#6268) by @MaMengzhen in https://github.com/apache/shenyu/pull/6268
- [ISSUE #6235] Set upstream check for each upstream. (#6272) by @jonasHanhan in https://github.com/apache/shenyu/pull/6272
- fix mcp config shenyu context error (#6266) by @MaMengzhen in https://github.com/apache/shenyu/pull/6266
- [type:fix] fix database init script (#6277) by @eye-gu in https://github.com/apache/shenyu/pull/6277
- chore(deps): bump org.assertj:assertj-core in /shenyu-e2e (#6278) by @dependabot[bot] in https://github.com/apache/shenyu/pull/6278
- Fix: Preserve Gateway's independent upstream health check state when receiving config updates from Admin (#6274) by @guanzhenxing in https://github.com/apache/shenyu/pull/6274
- [Security] Harden Docker images to run as non-root user (#6273) by @RinZ27 in https://github.com/apache/shenyu/pull/6273
- feat: Add new role search criteria (#6282) by @yangyx107 in https://github.com/apache/shenyu/pull/6282
- feat:sync dashboard (#6283) by @yangyx107 in https://github.com/apache/shenyu/pull/6283
- fix: handle tool not found error and update requestConfig type to JsonElement (#6284) by @Aias00 in https://github.com/apache/shenyu/pull/6284
- [type:fix] set open (#6280) by @eye-gu in https://github.com/apache/shenyu/pull/6280
- feat:modify instance createOrUpdate method log level (#6285) by @yangyx107 in https://github.com/apache/shenyu/pull/6285
- replace stream().forEach() to forEach() (#6275) by @VampireAchao in https://github.com/apache/shenyu/pull/6275
- fix: fix GsonUtils concurrent serialization exceptions (#6286) (#6287) by @fanpipi in https://github.com/apache/shenyu/pull/6286
- fix: enhance logging and improve request handling in HTTP client plugins (#6288) by @Aias00 in https://github.com/apache/shenyu/pull/6288
- fix mcp streamable (#6289) by @Aias00 in https://github.com/apache/shenyu/pull/6289
- feat: refactor aiRequest and aiResponse models to support asynchronou… (#6296) by @478320 in https://github.com/apache/shenyu/pull/6296
- feat: add CORS support with configurable allowed headers in MCP server (#6295) by @Aias00 in https://github.com/apache/shenyu/pull/6295
- fix: improve upstream cache management and add recovery test for empty events (#6294) by @Aias00 in https://github.com/apache/shenyu/pull/6294
- fix: improve MCP server plugin path handling and backward compatibility for argsPosition (#6293) by @Aias00 in https://github.com/apache/shenyu/pull/6293
- Fix: loggion console add rule bug (#6291) by @yangyx107 in https://github.com/apache/shenyu/pull/6291
- [type:fix] remove java 18 ci (#6306) by @moremind in https://github.com/apache/shenyu/pull/6306
- [type:refactor] remove shenyu trie cache (#6303) by @moremind in https://github.com/apache/shenyu/pull/6303
- chore(deps): bump oshi from 6.7.0 to 6.10.0 (#6301) by @yangpixi in https://github.com/apache/shenyu/pull/6301
- chore(deps): bump org.apache.zookeeper:zookeeper from 3.9.4 to 3.9.5 (#6302) by @dependabot[bot] in https://github.com/apache/shenyu/pull/6302
- fix: replace Collections.EMPTY_MAP with Collections.emptyMap() (#6299) by @Senrian in https://github.com/apache/shenyu/pull/6299
- Fix: RuleServiceImpl#searchByPage() Selectors now populated from namespace only when condition selectors are null or empty. (#6305) by @bruce121 in https://github.com/apache/shenyu/pull/6305
- fix(common): align PluginEnum sort values with DB schema.sql (#6310) (#6311) by @bwangll in https://github.com/apache/shenyu/pull/6310
- infra(ci): add CI action condition (#6316) by @yuluo-yx in https://github.com/apache/shenyu/pull/6316
- feat(mcp-server): enhance SDK compatibility with reflection caching and error handling (#6312) by @Aias00 in https://github.com/apache/shenyu/pull/6312
- Align SSRF URL validation with OkHttp parsing (#6321) by @Aias00 in https://github.com/apache/shenyu/pull/6321
- Hide registry passwords from admin API responses (#6322) by @Aias00 in https://github.com/apache/shenyu/pull/6322
- Block redirect-based SSRF bypass in Swagger imports (#6320) by @Aias00 in https://github.com/apache/shenyu/pull/6320
- Fix missing RBAC on selector, rule, and data-permission endpoints (#6319) by @Aias00 in https://github.com/apache/shenyu/pull/6319
- Ci update cache (#6325) by @2823602869 in https://github.com/apache/shenyu/pull/6325
- chore(deps): bump org.apache.kafka:kafka-clients from 3.9.1 to 3.9.2 (#6324) by @dependabot[bot] in https://github.com/apache/shenyu/pull/6324
- Stop exposing login AES secrets to anonymous callers (#6323) by @Aias00 in https://github.com/apache/shenyu/pull/6323
- chore(deps): bump org.bouncycastle:bcprov-jdk18on from 1.78 to 1.84 (#6331) by @dependabot[bot] in https://github.com/apache/shenyu/pull/6331
- test(task#5161): improve test coverage for sync. (#6333) by @wy471x in https://github.com/apache/shenyu/pull/6333
- test(task#5161): improve test coverage for admin. (#6328) by @wy471x in https://github.com/apache/shenyu/pull/6328
- Fix websocket client spec builder reuse in plugin config (#6330) by @zhaoguhong in https://github.com/apache/shenyu/pull/6330
- chore(deps): bump com.sun.mail:jakarta.mail from 2.0.1 to 2.0.2 (#6329) by @dependabot[bot] in https://github.com/apache/shenyu/pull/6329
- Prevent duplicate full-mode URI heartbeats after repeated context refresh (#6337) by @Aias00 in https://github.com/apache/shenyu/pull/6337
- [type:refactor] remove motan support (#6307) by @Aias00 in https://github.com/apache/shenyu/pull/6307
- fix: correct instanceof check in addFailureUriDataRegister (#6345) by @eye-gu in https://github.com/apache/shenyu/pull/6345
- fix(ai-prompt): preserve all original messages in decorateBody (#6343) by @eye-gu in https://github.com/apache/shenyu/pull/6343
- fix: replace ArrayList with CopyOnWriteArrayList to avoid ConcurrentModificationException in URI heartbeat (#6352) by @eye-gu in https://github.com/apache/shenyu/pull/6352
- fix: eliminate race condition in UpstreamCheckServiceTest.testReplace (#6355) by @eye-gu in https://github.com/apache/shenyu/pull/6355
- Fix README documentation links (#6357) by @SPUERSAIYAN in https://github.com/apache/shenyu/pull/6357
- Codex/fix sandbox response leak (#6359) by @SPUERSAIYAN in https://github.com/apache/shenyu/pull/6359
- Stabilize k8s ingress startup healthchecks (#6361) by @Aias00 in https://github.com/apache/shenyu/pull/6361
- Stabilize Sentinel integrated rate-limit assertions (#6374) by @Aias00 in https://github.com/apache/shenyu/pull/6374
- Stabilize HTTP E2E compose startup readiness (#6363) by @Aias00 in https://github.com/apache/shenyu/pull/6363
- Stabilize Sentinel CI assertion for PR 6375 (#6377) by @Aias00 in https://github.com/apache/shenyu/pull/6377
- [ISSUE 6334] : Add uri validation for regex and other operators. (#6335) by @hengyuss in https://github.com/apache/shenyu/pull/6335
- fix(netty): support configurable httpRequestDecoder properties (#6378) by @hqbhonker in https://github.com/apache/shenyu/pull/6378
- Fix RocketMQ logging e2e bootstrap startup (#6379) by @Aias00 in https://github.com/apache/shenyu/pull/6379
- fix(request): make add operations append existing values (#6375) by @SouthwestAsiaFloat in https://github.com/apache/shenyu/pull/6375
- fix: skip request body for GET and HEAD requests (#6350) by @zongmingzhi in https://github.com/apache/shenyu/pull/6350
- fix(ci): remove maven cache save to avoid incomplete cache pollution (#6383) by @eye-gu in https://github.com/apache/shenyu/pull/6383
- [type:refactor] replace inactive wasmtime-java with chicory pure-Java WASM runtime (#6356) by @eye-gu in https://github.com/apache/shenyu/pull/6356
- Prerelease/fix license (#6387) by @Aias00 in https://github.com/apache/shenyu/pull/6387
- fix:fix local springmvc client cant register success (#6395) by @hengyuss in https://github.com/apache/shenyu/pull/6395
- fix: DividePlugin specify-domain header to prevent cache pollution and restrict to configured upstreams (#6412) by @hengyuss in https://github.com/apache/shenyu/pull/6412
- fix: Enforce account enabled check on every authenticated request in ShiroRealm [#6399] (#6415) by @hengyuss in https://github.com/apache/shenyu/pull/6415
- fix(admin): limit swagger import response body size (#6411) by @SouthwestAsiaFloat in https://github.com/apache/shenyu/pull/6411
- fix: Add decompression size limits to ZipUtil.unzip()[#6400] (#6416) by @hengyuss in https://github.com/apache/shenyu/pull/6416
- fix: add mounts for external libraries in docker-compose to prevent startup issues (missing database connector driver) when using an external database datasource other than H2 (#6389) (#6391) by @exyb in https://github.com/apache/shenyu/pull/6389
- [fix] Add missing permission annotations to /appAuth/updateSk and /sandbox/proxyGateway (#6388) by @Aias00 in https://github.com/apache/shenyu/pull/6388
- Require permission for namespace plugin sync (#6384) by @Aias00 in https://github.com/apache/shenyu/pull/6384
- fix: use come.google.re2j replace java.util.regex in RegexPredicateJu… (#6410) by @hengyuss in https://github.com/apache/shenyu/pull/6410
- fix: Remove appSecret from sandbox-beforesign response header[#6402] (#6417) by @hengyuss in https://github.com/apache/shenyu/pull/6417

## New Contributors

- @2823602869 made their first contribution in https://github.com/apache/shenyu/pull/6233
- @airajena made their first contribution in https://github.com/apache/shenyu/pull/6264
- @bruce121 made their first contribution in https://github.com/apache/shenyu/pull/6305
- @bwangll made their first contribution in https://github.com/apache/shenyu/pull/6311
- @exyb made their first contribution in https://github.com/apache/shenyu/pull/6391
- @fanpipi made their first contribution in https://github.com/apache/shenyu/pull/6287
- @hengyuss made their first contribution in https://github.com/apache/shenyu/pull/6335
- @hqbhonker made their first contribution in https://github.com/apache/shenyu/pull/6378
- @jonasHanhan made their first contribution in https://github.com/apache/shenyu/pull/6272
- @RinZ27 made their first contribution in https://github.com/apache/shenyu/pull/6273
- @Senrian made their first contribution in https://github.com/apache/shenyu/pull/6299
- @SouthwestAsiaFloat made their first contribution in https://github.com/apache/shenyu/pull/6375
- @SPUERSAIYAN made their first contribution in https://github.com/apache/shenyu/pull/6357
- @wy471x made their first contribution in https://github.com/apache/shenyu/pull/6333
- @yangpixi made their first contribution in https://github.com/apache/shenyu/pull/6301
- @yangyx107 made their first contribution in https://github.com/apache/shenyu/pull/6282
- @yonghanlin made their first contribution in https://github.com/apache/shenyu/pull/6232
- @zhaoguhong made their first contribution in https://github.com/apache/shenyu/pull/6330
- @zongmingzhi made their first contribution in https://github.com/apache/shenyu/pull/6350

Full changelog: https://github.com/apache/shenyu/compare/v2.7.0.3...v2.7.1
Loading
Loading