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.10

19 Dec 12:19
Compare
Choose a tag to compare

62e10dd fix cachekit utility for twemproxy
cd4bd73 remove "file://" in migrationSrc + add task to create migration file
7ed5ed1 entity generated path is same with source path
ef32ebe using oskit helper for typcfg and typrepo package
6d4121d update to typical-go 0.10.19
62ee6d9 add signature to entity generated code
69a8bb8 change config generated package to envcfg as its annotation name
4f1e6f0 add typapp import in entity generation
4e03662 change compile to build command
f9cab01 return txn context when begin transaction
efe3dd6 remove configurer in dbtool package as dispensable
27a4423 update to typical-go 0.10.18
0c7457d update readme to use of dbtxn package

typical-rest-server - v0.9.9

07 Nov 04:36
Compare
Choose a tag to compare

0e966cc use http.Header in echo test case
583a671 cache response status code + tidy up
5216d55 cache response header
d6fef2e add X-Total-Count header in find book
5dd5e12 add X-Total-Count header in find songs
0bbf169 fix missing url param due to bug in cache middleware + remove param id validation

typical-rest-server - v0.9.8

01 Nov 17:03
Compare
Choose a tag to compare

028027b update readme
1774da6 rename dbkit to sqkit
d150ad8 add missing test in controller and service layer
40678a1 add cache config
e522d83 update readme
d82b418 use redis multi to set cache
df37c13 fix response already committed in cache middleware
9edf9ce cache content-type to redis + add prefix in cache key
2ec305c add defaultMaxAge in cache store
b214e6c fix missing header in ResponseWriter.CopyTo method
91b8937 remove Error interface in typrest package
7b5dc98 move router and dumpEcho to echokit package
e71be25 update readme
891407c update to typical-go 0.10.16
399336b implement cache middleware
f1d9400 add cachekit
36c6cad update to typical-go 0.10.15
3e7fc69 move health check to app packge + tidy up
76fccbf add contructor for echo server + tidy up
bf83241 update readme
6b673b7 check entity before update or patch
5ec4d7f update to typical-go 0.10.14
040ceaa add where option to accommodate squirrel condition
d3e92d7 revison: fix test due to change in offset pagination
5f41da3 implement sorting in find song
f4a040d implement sort in find book
a0543ff remove error in SelectOption, UpdateOption and DeleteOption
d7ab47c remove experiment folder + update readme
a829474 implement offset pagination at find song
48ecf37 implement offset pagination in find book
7ee0810 remove dbtxn readme
d556698 fix typo
b99f051 support head verb
c95b90f remove duplicate code in service

typical-rest-server - v0.9.7

19 Oct 04:42
Compare
Choose a tag to compare

6179c64 fix repo generation wrong field at updated at in patch function

typical-rest-server - v0.9.6

19 Oct 03:50
Compare
Choose a tag to compare

08ce2a3 support mysql dialect for entity generation
e42478d add reflectkit package + set transaction error when failed get affected row
0377f53 change health map to contain error for simplicity

typical-rest-server - v0.9.5

11 Oct 03:14
Compare
Choose a tag to compare

253064f add architecture image
e432032 update readme
413d150 put request id in context for log purpose
3b1df9e add helper function to put logrus field in context
75dfcba add log package
c9f5e2f move logger to infra package
471f8ab add missing side effect in mysqltool + remove unused file
aecb07f add DatabaseConfig in infra and replace MySQLConfig and PostgresConfig
299212f move configurer to dbtool package
3571b7e add ctor name in generated load config function
b1695d8 fix create song + tidy up
0a16161 ignore mock and tools package for codecov
cef60ef add DumpEcho to get all possible path in echo server
3818281 print all route when debug true
8407613 rename library domain to mylibrary
65401bf add missing testing for mymusic domain
63653cd update readme
2e21ba0 reanme album package to mymusic
2723dba remove profile package as dispensable
387b6db Add Between to dbkit for querying convenience
e7083ee add song controller
826efe6 rename librarydb package to postgresdb

typical-rest-server - v0.9.4

02 Oct 04:07
Compare
Choose a tag to compare

042467c add routePath function to get path from router
55fd706 add pgtool and mysqltool package
5b73e05 tidy up project layout
f432edb add mysql tool
3f1b417 separate package between domain and data access

typical-rest-server - v0.9.3

28 Sep 18:45
Compare
Choose a tag to compare

14c2d5d remove project version from usage template
10d8233 update typical-go 0.10.13 + using import alias in envconfig generated

typical-rest-server - v0.9.2

28 Sep 05:18
Compare
Choose a tag to compare

5863e95 update to typical-go 0.10.12

typical-rest-server - v0.9.1

24 Sep 14:53
Compare
Choose a tag to compare

6491c9a remove HealthCheckResponse as dispensable
1306ea5 add test for dbtxn.SetError
1877cea update generated mock class
7f0c561 add AppName and AppVersion in health check API
0d085ac revison: fix test due to previous change
ddfd540 add AppName and AppVersion
775570f add config prefix in load error
3c01dec add DoPATCH in echotest package
22aaca5 update to typical-go v0.10.11
e223054 remove pg/utility.go as dispensable
833f798 rename Retrieve functions to Find
17c2c65 change Router signature method without error as dispensable and remove routers type
59a82fd remove start.go as dispensable
d382d7e add ReadTimeout and WriteTimeout for server
a36494b fatal when infra error
595d99f reaname infra.Connect to infra.Setup and infra.Disconnect to infra.Teardown