Releases: go-dev-frame/sponge
Releases · go-dev-frame/sponge
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.
v1.4.5
New
- Add automated code merge functionality in the command
make proto
, no more copying code manually. - Add code quality inspection.
- Improve documentation.
v1.4.4
New
- Fixed the latest version of swag plugin incompatibility
- Add settings cmder instructions in windows
v1.4.3
New
- Passing metadata from the web service to the RPC service.
- Delete json tag omitempty.
- Add a project example.
- Add a microservice cluster project example.
v1.4.2
New
- Add generate cache code command and UI interface.
- Convert swagger.json 64-bit fields type string to integer.
- Uniform json name style for camel case.
- Convert rpc code to http code.
- Update documentation.
v1.4.0
New
- Optimize the UI interface of sponge, add proto file demo.
- Add routing groups for the web.
- Update documentation.