Skip to content

Commit 78c4fe5

Browse files
committed
release: update release docs
1 parent 8596dfd commit 78c4fe5

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

.github/RELEASE.md

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

2-
## Change log
2+
## Change Log
33

4-
1. Removed the custom binding implementation and standardized the use of Gin's default binding mechanism.
5-
2. Added a lightweight Gin-JWT middleware implementation to simplify the authentication process.
6-
3. Standardized variable naming conventions in the generated code to ensure consistency, with special handling for proper nouns.
7-
4. Deprecated the custom `$neq` operator in MongoDB queries to maintain consistency with native query syntax.
8-
5. Added a whitelist validation mechanism for the `name` field in custom query APIs to effectively prevent SQL injection risks.
4+
### New Features
5+
6+
1. Added a custom Copier utility library that supports automatic bidirectional conversion between time types and strings.
7+
2. Implemented automatic conversion from Swagger 2.0 to OpenAPI 3.0 specification.
8+
3. Added implementation of SSE (Server-Sent Events) for both server and client sides.
9+
4. MongoDB ORM supports complex conditional group queries, with automatic type recognition and conversion for values (integer/date-time).
10+
5. SGORM ORM supports automatic type recognition and conversion for values (integer/date-time).
11+
12+
### Bug Fixes
13+
14+
1. Fixed an issue where the Swagger API documentation generated from Protobuf was inconsistent with the actual API response format.
15+
16+
### Dependency Upgrades
17+
18+
1. Upgraded Gin framework from v1.9.1 to v1.10.1.
19+
2. Upgraded Copier library from v0.3.5 to v0.4.0.

0 commit comments

Comments
 (0)