Releases: go-dev-frame/sponge
Releases · go-dev-frame/sponge
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)
v1.5.1
New
- Support for selecting multiple mysql tables when creating web and microservice projects based on sql.
- Add the copy proto file from rpc service command.
- Unify the name of the template code of web and RPC gateway services, and remove the file suffix _logic.
- Support merging template code for microservices created based on sql.
- Move
build
directory toscripts
directory.
v1.5.0
New
⓷Create web service based protobuf
support batch add handler CRUD api interface- Add commands to generate mysql init and types.proto code.
- Modify the UI interface and adjust the menu to make the UI more clear and concise.
- Support web and standard rpc when generating protobuf.
- Modify the help information.
- Fix some known bugs.
- Update Documentation.