File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11
2- ## Change Log
2+ ## Changelog
33
44### New Features
55
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).
6+ 1 . Added ` pkg/sasynq ` - a distributed task queue library for asynchronous background task processing.
117
128### Bug Fixes
139
14- 1 . Fixed an issue where the Swagger API documentation generated from Protobuf was inconsistent with the actual API response format.
10+ 1 . Fixed DBResolver compatibility issues with the latest GORM version [ #111 ] ( https://github.com/go-dev-frame/sponge/issues/111 )
11+ 2 . Resolved postgresql table parsing errors when table comments contain single quotes [ #112 ] ( https://github.com/go-dev-frame/sponge/issues/112 )
1512
16- ### Dependency Upgrades
13+ ### Dependency Updates
1714
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.
15+ 1 . Upgraded GORM from v1.25.1 to v1.30.0
16+
17+ ### Other Changes
18+
19+ 1 . Removed deprecated ` pkg/ggorm ` library (replaced by ` pkg/sgorm ` )
You can’t perform that action at this time.
0 commit comments