Releases: OldSmokeGun/go-scaffold
Releases · OldSmokeGun/go-scaffold
v3.2.0
3.2.0 (2023-09-05)
Features
- add user and jwt authentication and sample code (7de26a1)
v3.1.2
3.1.2 (2023-05-11)
Bug Fixes
- fixed swag unknown field LeftDelim and LeftDelim error (2445dd6)
Performance Improvements
- optimize the migration command and print the migration to be applied (16c3277)
v3.1.1
3.1.1 (2023-04-03)
Bug Fixes
- complementary kafka producer example (b1eec70)
- optimize jwt and casbin configuration in config (3ec36bf)
- supplement the relevant deployment files of the kafka development environment (3058096)
v3.1.0
3.1.0 (2023-04-02)
Bug Fixes
- change comments and job names in cron server (733fefc)
- change the names of the start and shutdown methods of katos server to be consistent (26d83b9)
- multi statement is only set when the database driver type is MySQL (81b86ca)
- supplement casbin configuration file (066188d)
Features
- add support for kafka consumer (2d39364)
v3.0.1
3.0.1 (2023-03-29)
Bug Fixes
- add database migration support for sql multi statement execution (2fd7b5a)
v3.0.0
3.0.0 (2023-03-22)
Performance Improvements
BREAKING CHANGES
- The project was refactored with a clean architecture
- HTTP engine changed from gin to echo
- The log component is changed from zap to slog
- Redesigned directory structure
- Instead of injecting Pointers, the configuration model injects the actual structure
- Added the data migration function
v2.4.3
2.4.3 (2022-08-09)
Bug Fixes
- optimize router package, split api and api v1 routing (e01de92)
v2.4.2
2.4.2 (2022-08-08)
Bug Fixes
- format http request and stack track strings to make them more readable in recover middleware (00b85c2)
v2.4.1
2.4.1 (2022-08-03)
Bug Fixes
- replace interface{} to any (4a0006e)
v2.4.0
2.4.0 (2022-08-03)
Features
- update dependency versions (619420e)