Skip to content

Releases: yoyofx/yoyogo

v1.5.9 web framework & mvc

08 Dec 03:57
4f6206c
Compare
Choose a tag to compare
  1. add endpoint readiness and liveness

  2. mvc, find action by http method and action name

v1.5.8

26 Nov 07:49
7b0a9a1
Compare
Choose a tag to compare
Merge pull request #105 from yoyofx/dev

Dev

v1.5.7

26 Nov 06:39
4492c42
Compare
Choose a tag to compare
  1. optimization log for logrus
  2. server-path for mvc
    3.fixed at simple demo no config ,that does not running

cloud and micro-services

12 Nov 10:50
82d67d1
Compare
Choose a tag to compare
  • Add Startup Env and flags
  • Add Http Server Path , such as /app/...
  • Add Config Path , Used read k8s ConfigMap
  • Add Demo docker image

v1.5.5

09 Oct 07:29
54f82ce
Compare
Choose a tag to compare

add --port command line
fixed some bugs.

v1.5.4

02 Sep 09:48
7b1fb21
Compare
Choose a tag to compare

add service discovery : consul , eureka , nacos .
add two balance,Random and Round. and unit test.

v1.5.3

27 Aug 08:17
30a8ab2
Compare
Choose a tag to compare

add view engine and DI
add CORS and Configuration
add email for smtp
add server discovery of abstractions.
add service register and get instances by Nacos

v1.5.2: Merge pull request #77 from yoyofx/dev

21 Aug 02:57
52f34f1
Compare
Choose a tag to compare

v1.5.1.2

20 Aug 10:00
024b856
Compare
Choose a tag to compare
  1. 修复pprof endpoint不能访问的问题
  2. 添加RequestId中间件,在Header中加入x-request-id字段.
  3. 为中间件添加SetConfiguration函数用于读取配置信息.
  4. 添加JWT验证中间件和/auth/token获取jwt string的endpoint.

v1.5.1.1

14 Aug 08:38
740774b
Compare
Choose a tag to compare

1.add endpoint:prometheus ,pprof, health, viz .
2.read config with env (prod,test,dev).
3.fixed custom loger formater #37