Releases: OldSmokeGun/go-scaffold
Releases · OldSmokeGun/go-scaffold
v2.3.7
2.3.7 (2022-08-01)
Bug Fixes
- optimize database configuration items (73c17e1)
v2.3.6
2.3.6 (2022-07-21)
Bug Fixes
v2.3.5
2.3.5 (2022-07-21)
Bug Fixes
- optimize the use of the errors package (23e30c2)
v2.3.4
2.3.4 (2022-07-08)
Performance Improvements
- optimizing after the app startup, after the service startup error, the error transmission (c52e9b0)
v2.3.3
2.3.3 (2022-07-01)
Bug Fixes
- fixed an issue where the PostFunc hook function was not return error after being called in JWT middleware, so the request could not be interrupted (f59c5ce)
- merge and optimize response processing functions of jwt and casbin middleware (153ab83)
v2.3.2
2.3.2 (2022-06-02)
Bug Fixes
- fixed nil pointer error when db was not configured (ef9d9c2)
v2.3.1
2.3.1 (2022-05-31)
Bug Fixes
v2.3.0
2.3.0 (2022-05-18)
Bug Fixes
- fix referencing wrong enum values and nil pointer panic when multiple databases are not configured (8ce3ba6)
Features
- orm component adds multiple databases support (ee07411)
v2.2.2
2.2.2 (2022-05-16)
Bug Fixes
- rename the data component to ent (5929b49)
v2.2.1
2.2.1 (2022-05-16)
Bug Fixes
- fix casbin configuration in config template file (c87b784)