Releases: zhufuyi/sponge
Releases · zhufuyi/sponge
v1.5.15
Change log
- Modify sponge ui.
v1.5.14
v1.5.10
v1.5.8
Change log
- Sponge command ui service support docker deployment.
- Adjustment option code.
v1.5.7
Change log
- Support for upgrading to specific versions.
- Adjustment Authorization function.
- Update Documentation.
v1.5.6
Change log
- Support setting custom request id key name.
- Add delayed queuing, publish-subscribe functionality to the pkg/rabbitmq library.
- Add clustering, sentinel functionality to pkg/goredis.
- Fix the discovered bugs.
- Update Documentation.
v1.5.5
Change log
- Fix template.
- Update Documentation.
v1.5.4
Change log
- Gorm supports master-slave configuration and custom plugins.
- The make proto command supports code generation for a given proto file.
- Jwt authentication support for custom fields and checksum functions.
- Adding the rabbitmq library.
v1.5.3
Change log
- Add request_id to gorm print sql log.
- Add a new arbitrary condition query api interface in web and microservices.
- Update documentation.
v1.5.2
Change log
- Add modify duplicate error codes command, avoid manual modification of duplicate error codes.
- Change
ID
field go type touint64
in sql based generated model code to avoid ID type inconsistency. - Add
make update-config
command. - Add view error codes list api interface
/codes
. - Add view service configuration list api interface
/config
. - Fix Mac M1 install sponge failed (#8)