mirror of https://github.com/zhufuyi/sponge
577 B
577 B
Changelog
New Features
- Added
pkg/sasynq
- a distributed task queue library for asynchronous background task processing.
Bug Fixes
- Fixed DBResolver compatibility issues with the latest GORM version #111
- Resolved postgresql table parsing errors when table comments contain single quotes #112
Dependency Updates
- Upgraded GORM from v1.25.1 to v1.30.0
Other Changes
- Removed deprecated
pkg/ggorm
library (replaced bypkg/sgorm
)