Skip to content

Commit 3360bd5

Browse files
committed
release: update release log
1 parent fd3c29b commit 3360bd5

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/RELEASE.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11

22
## Changelog
33

4-
1. Improved SSE service shutdown process — now automatically sends a close event to clients upon exit. [#136](https://github.com/go-dev-frame/sponge/issues/136)
5-
2. Added gRPC performance testing support to `perftest`, expanding its benchmarking capabilities.
4+
### 1. **Enhanced TLS Encryption Support**
65

7-
fix PostgreSQL's timestamptz type support [#141](https://github.com/go-dev-frame/sponge/issues/141)
6+
The web service now supports multiple TLS encryption methods, including automatic certificate generation, manual certificate upload, Let's Encrypt auto-renewal, and dynamic certificate retrieval via remote APIs. Additionally, it features extensible architecture for dynamically obtaining certificates from configuration centers like etcd and Consul.
87

8+
### 2. **Route Reverse Proxy Capability**
9+
10+
The web services support reverse proxy capabilities similar to Nginx, supporting flexible route configuration and request forwarding.
11+
12+
### 3. **Static Resource Serving**
13+
14+
Efficient serving of static files and web pages through route mapping, enabling one-stop hosting for frontend resources.
15+
16+
### 4. **Customizable CORS Middleware**
17+
18+
CORS middleware now supports fully customizable configurations to meet diverse cross-origin access requirements.
19+
20+
### 5. **Bug Fix**
21+
22+
Resolved PostgreSQL `timestamptz` type mapping issue [#141](https://github.com/go-dev-frame/sponge/issues/141).

0 commit comments

Comments
 (0)