Releases: go-dev-frame/sponge
Releases · go-dev-frame/sponge
v1.9.3
v1.9.0
v1.8.7
Change log
- Modify the returned ID type, it will affect the ID types of GetByID and List for
⓵Create web service based on sql
, which are consistent with the ID types in the database.
Warning: If you are using code for
⓵Create web service based on sql
before v1.8.6, do not modify the sponge version under go.mod and upgrade to v1.8.6 or above. Otherwise, the List interface will return empty data because the originalsize
field has become invalid (replaced bylimit
field).
v1.8.6
Change log
- Change page field size to limit.
- Supporting custom bingdingXXX and response in the web(protobuf).
- Match message name xxxID in the protobuf file.
v1.8.5
Change log
- Optimize error codes and logs.
- Change protobuf demo.
v1.8.4
Change log
- Add kafka client library.
v1.8.3
Change log
- Fix a bug in MySQL table name and keyword conflicts.
- Change the original generation of 9 CRUD API codes for each table to the default generation of 5 commonly used ones, which can be switched to generate 9 through switches.
v1.8.2
v1.8.1
Change log
- Fix bug in generating mongodb CRUD code.
v1.8.0
Change log
- Add generate grpc+http service code
- Add generate service+handler CRUD code
- Fix known bugs