Releases: yoyofx/yoyogo
Releases · yoyofx/yoyogo
v1.5.9 web framework & mvc
-
add endpoint readiness and liveness
-
mvc, find action by http method and action name
v1.5.8
v1.5.7
cloud and micro-services
- 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
v1.5.4
v1.5.3
v1.5.2: Merge pull request #77 from yoyofx/dev
PostMan 测试用例
v1.5.1.2
- 修复pprof endpoint不能访问的问题
- 添加RequestId中间件,在Header中加入x-request-id字段.
- 为中间件添加SetConfiguration函数用于读取配置信息.
- 添加JWT验证中间件和/auth/token获取jwt string的endpoint.