Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Releases: typical-go/typical-rest-server

typical-rest-server - v0.9.21

08 Aug 11:06
Compare
Choose a tag to compare

49c2f4d set env from dotenv before run the server
aadc4d3 skip prefix in envconf annotation if prefix set to '-' or '_'

typical-rest-server - v0.9.20

05 Aug 08:32
Compare
Choose a tag to compare

5d448a4 eliminate govalidator so service layer can full responsible for validation
4254d22 fix seed and console error in postgres tool
db277c1 change cache prefix config
b37b961 remove mysql related example
fc6445c set default value EnvKeys, MigrationsSrc, Seed and DockerName in DBTool + tidy up
6613412 create dbrepo mock in same package with generated code
4e70269 update to typical-go 0.11.5

typical-rest-server - v0.9.19

26 Apr 12:09
Compare
Choose a tag to compare

c9dcd71 fix postgres bulk insert missing RunWith
0cb121b ci: exclude mock generated code in codebeat
156fd86 ignore code coverage for utility tool
f851fc6 support multiple error for database transaction

typical-rest-server - v0.9.18

23 Apr 08:17
Compare
Choose a tag to compare

3cdb457 bulk insert return the affected rows
10c53ac fix typo in mysql/postgres console

typical-rest-server - v0.9.17

22 Apr 13:05
Compare
Choose a tag to compare

2a7f8a8 remove typtool package + add typdocker and typredis package
e956990 rename typrest to restkit
ec15f77 update to typcal-go 0.11.4 + rename/refactor dbrepo to typdb
7e7da8c rename @entity to @dbrepo + support bulk insert
d7f9172 fix db docker with different port + tidy up
573ba4c update readme
a7ac192 rename EntityAnnotation to EntityAnnot
b829c7e add project name in docker command argument
e210162 rename EnvconfigAnnotation to EnvconfigAnnot
2440f43 rename folder databases to database + tidy up

typical-rest-server - v0.9.16

31 Mar 08:56
Compare
Choose a tag to compare
bump to version 0.9.16 to fix missing package

typical-rest-server - v0.9.14

02 Mar 09:30
Compare
Choose a tag to compare

d092b13 fix NoContextSupport error when insert/update data
93cce42 update typical-go 0.11.3
6ea0a44 remove model package as confusing

typical-rest-server - v0.9.13

14 Feb 13:13
Compare
Choose a tag to compare

fbf81e6 update typical-go 0.11.2
3913502 update to typical-go 0.11.1

typical-rest-server - v0.9.12

04 Feb 15:45
Compare
Choose a tag to compare

6959f7a update to typical-go 0.11.0
2993825 update to typical-go 0.10.24
79bd60b update to typical-go 0.10.23 + fix wrong migration/seed file
6b47f58 fix typo in readme
f253fe7 move set logger to infra package for more intuitive

typical-rest-server - v0.9.11

24 Jan 11:31
Compare
Choose a tag to compare

af00f2f exclude model package since no go files yet
2ed8530 update to typicalg-go 0.10.21 + tidy up app package
fa1eebf remove domain package as yagni
4d3d7a2 fix package name if contain entity when generate repo
b707292 support multiple database connection for dbtxn package
f920997 update readme
197ea4b update readme
3947f48 update readme
68f2e63 Update README.md
0abd267 update readme