Sers2.1.txt 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. Sers2.1升级日志:
  2. --------------------------------------
  3. 支持RESTful api
  4. --------------------------------------
  5. [2020-02-03_001] 修复ObjectLoader.CreateInstance 参数位置错误的bug
  6. --------------------------------------
  7. [191106]
  8. [t1911_01]
  9. 1.【ServiceCenter】添加网关功能
  10. 2.修改命名ApiLoader(原名ApiDiscovery)
  11. 3.添加支持 http statusCodes
  12. [t1911_03]BeforeCallApi 3处,优化为显式指定所处位置(Gateway、ServiceCenter、LocalApiService)
  13. [t1911_04]appsettings.json ServiceCenter ApiRouteType 配置迁移到ServiceCenter路径下
  14. [t1911_05]appsettings.json SersApiDiscovery 配置文件的配置改名为 ApiLoader
  15. [t1911_02]修复Postman raw 数据不显示的bug
  16. [t1911_06]Gover Api 可按照route筛选
  17. [191113]抽取和微服务无关的工具类到Vit.Core类库
  18. [191115]完成LocalApiService处理超时强制中断功能
  19. --------------------------------------
  20. [191119]
  21. [t1911_12]SsApiLoader实现 httpMethod
  22. --------------------------------------
  23. [191219]
  24. RpcData 添加支持 http protocol
  25. 原生支持netcore webapi作为 ServiceStation(Serslot21)
  26. --------------------------------------
  27. [191222]
  28. 更改Mq的命名空间为CL
  29. --------------------------------------
  30. [191231]
  31. js编写ServiceStation
  32. 修改默认端口号
  33. Gateway与IIS集成
  34. --------------------------------------
  35. [200210]
  36. ServiceStationUnqueKey 和 DeviceUnqueKey 改为异步加载并向服务中心提交修改请求
  37. --------------------------------------
  38. [200222]
  39. [200221]WebHost 去除 请求body大小限制
  40. [tag]Sers2.1.1.281
  41. --------------------------------------
  42. [2020-03-01]
  43. 修复SsRpcVerify
  44. [tag]Sers2.1.1.290
  45. --------------------------------------
  46. [2020-03-02]
  47. 内部调用时,手动添加url前缀 "http://sers.internal"
  48. ApiClient调用api时,route自动剔除search(?以及后面的字符串),并根据url query构建body
  49. [tag]Sers2.1.1.291
  50. --------------------------------------
  51. 优化ApiLoader效率,减少不必要的SsApiDesc的构建
  52. [tag]Sers2.1.1.296
  53. --------------------------------------
  54. SersKit修复邮件在linux中不能发送的bug
  55. ServiceCenter添加强制关闭服务站点功能
  56. [tag]Sers2.1.1.297
  57. --------------------------------------
  58. ServiceCenter OrganizeConnection 关闭时关闭ServiceCenter
  59. [tag]Sers2.1.1.299
  60. --------------------------------------
  61. 修复文件相对路径的bug
  62. Gateway 若配置文件不指定Logging配置则关闭netcore log
  63. ServiceCenter服务站点等页面添加默认排序,ServiceStation添加服务开启时间
  64. [tag]Sers2.1.1.300
  65. --------------------------------------
  66. 映射静态文件。调整配置。添加手动指定headers功能。
  67. [tag]Sers2.1.1.303
  68. --------------------------------------
  69. 修改WebHost StaticFiles配置
  70. [tag]Sers2.1.1.304
  71. --------------------------------------
  72. 服务中心添加按照服务站点统计qps功能
  73. [tag]Sers2.1.1.316
  74. --------------------------------------
  75. 修复程序退出函数在没正常启动程序时不正确退出的bug(StopStation StopCenter)
  76. [tag]Sers2.1.1.318
  77. --------------------------------------
  78. 服务中心 添加apm.zipkin
  79. [tag]Sers2.1.1.329
  80. --------------------------------------
  81. 修复 [Sers.Hardware]OsShell.Shell 异常退出时不会关闭打开的进程的bug
  82. [tag]Sers2.1.1.346
  83. --------------------------------------
  84. 增加高效可靠的命名管道通讯方式。Sers.CL.Ipc.NamedPipe
  85. [tag]Sers2.1.1.351
  86. --------------------------------------
  87. CL通信层 加原始数据库加密层(StreamSecurity)
  88. [tag]Sers2.1.1.354
  89. --------------------------------------
  90. CL通信层 修复密码不匹配时服务端不强制关闭连接的bug
  91. [tag]Sers2.1.1.356
  92. --------------------------------------
  93. httpResponse 加content-type,避免乱码
  94. [tag]Sers2.1.1.408
  95. --------------------------------------
  96. Serslot 在兼容AspNetCore2.1的同时,兼容 AspNetCore3.0、 AspNetCore3.1、 AspNetCore5.0、AspNetCore6.0
  97. [tag]Sers2.1.1.615
  98. --------------------------------------
  99. 2021-04-23
  100. Serslot 构造Api描述数据时剔除接口参数中指定FromService的参数
  101. --------------------------------------
  102. 2021-07-05
  103. Serslot 添加默认配置
  104. --------------------------------------
  105. 2021-07-30
  106. ServiceCenter添加输出信息到txt功能
  107. --------------------------------------
  108. [tag] Sers 2.1.10
  109. [2021-08-20]
  110. [Serslot]修改Async模式的bug。bug版本试图通过调用IHttpApplication.ProcessRequestAsync方法实现异步,然而此方法不会开启异步线程,故会阻塞请求。
  111. --------------------------------------
  112. [2021-09-23]
  113. [Vit.WebHost]支持https
  114. --------------------------------------
  115. [2021-11-15]
  116. [Gover]服务中心获取并存储服务站点的ip