Skip to content

Releases: go-dev-frame/sponge

v1.5.4

15 Oct 11:57
Compare
Choose a tag to compare

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

17 Sep 05:14
Compare
Choose a tag to compare

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

09 Sep 11:56
Compare
Choose a tag to compare

Change log

  • Add modify duplicate error codes command, avoid manual modification of duplicate error codes.
  • Change ID field go type to uint64 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

03 Sep 05:35
Compare
Choose a tag to compare

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 to scripts directory.

v1.5.0

20 Aug 14:35
Compare
Choose a tag to compare

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

06 Aug 11:05
Compare
Choose a tag to compare

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

02 Jul 11:54
Compare
Choose a tag to compare

New

  • Fixed the latest version of swag plugin incompatibility
  • Add settings cmder instructions in windows

v1.4.3

11 Jun 15:44
Compare
Choose a tag to compare

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

04 Jun 09:46
Compare
Choose a tag to compare

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

15 Apr 11:38
Compare
Choose a tag to compare

New

  • Optimize the UI interface of sponge, add proto file demo.
  • Add routing groups for the web.
  • Update documentation.