Skip to content

Releases: go-dev-frame/sponge

v1.5.10

09 Dec 14:31
Compare
Choose a tag to compare

Change log

  • Fix bug with naocs as service discovery.
  • Add support for distributed transaction manager DTM.
  • Add a list api interface for GET methods.

v1.5.8

02 Dec 09:22
Compare
Choose a tag to compare

Change log

  • Sponge command ui service support docker deployment.
  • Adjustment option code.

v1.5.7

08 Nov 14:20
Compare
Choose a tag to compare

Change log

  • Support for upgrading to specific versions.
  • Adjustment Authorization function.
  • Update Documentation.

v1.5.6

29 Oct 06:28
Compare
Choose a tag to compare

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

17 Oct 15:16
Compare
Choose a tag to compare

Change log

  • Fix template.
  • Update Documentation.

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.