Releases: zhufuyi/sponge
Releases · zhufuyi/sponge
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.