From af78f1826f06f9fe843b026fd4368d247758e8c0 Mon Sep 17 00:00:00 2001 From: zhuyasen Date: Sat, 6 Sep 2025 18:58:02 +0800 Subject: [PATCH] release: update release log --- .github/RELEASE.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/RELEASE.md b/.github/RELEASE.md index 6bb916b..48cf542 100644 --- a/.github/RELEASE.md +++ b/.github/RELEASE.md @@ -1,8 +1,10 @@ ## Changelog -- Fixed invalid URLs in the documentation -- Added Rails cookie-based authentication by @Eric-Guo -- Added example URLs for JWT authentication in the documentation -- Added support for custom printing or processing of system and program resource statistics -- Fixed the update slice bug in go mongo. +### New Features +1**Enhanced AI assistant’s ability to generate business code**: Improved contextual understanding to increase the accuracy and practicality of generated code. +2**Added a lightweight, high-performance stress testing command**: Supports HTTP/1.1, HTTP/2, HTTP/3, and WebSocket protocols, with the capability to push stress test data in real time to Prometheus or custom services. +3**Supports running performance stress tests via the UI**: Provides visualized test reports for real-time viewing and analysis of results. + +### Bug Fixes +- Fixed a bug caused by the lack of support for fuzzy queries with Chinese prefixes and suffixes. For details, see [#130](https://github.com/go-dev-frame/sponge/pull/130).