Sers2.1.1.txt 5.0 KB

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