Skip to content

Releases: go-dev-frame/sponge

v1.6.0

17 Feb 11:41

Choose a tag to compare

Change log

  • Added generate database initialization code command.
  • Added support for postgresql, tidb, sqlite generation code.
  • Modify the Sponge UI interface.
  • Adjust database configuration in configuration.
  • Added generate k8s configmap script command.
  • The generated code version matches the local sponge version.
  • Fixed redundant createdAt and updatedAt fields in service and handler.
  • Add encryption and decryption library.
  • Add scheduled task library.

v1.5.16

05 Feb 08:46

Choose a tag to compare

Change log

  • Add auto test scripts.
  • Repack gorm package.

v1.5.15

21 Jan 09:42

Choose a tag to compare

Change log

  • Modify sponge ui.

v1.5.14

07 Jan 05:30

Choose a tag to compare

Change log

  • Fix the permissions problem when installing sponge for linux normal users. #13
  • Embedded front-end static files in gin library.

v1.5.10

09 Dec 14:31

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

Choose a tag to compare

Change log

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

v1.5.7

08 Nov 14:20

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

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

Choose a tag to compare

Change log

  • Fix template.
  • Update Documentation.

v1.5.4

15 Oct 11:57

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.